Searched defs:To (Results 101 - 125 of 125) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp334 void VPTransformState::addNewMetadata(Instruction *To, argument
342 void VPTransformState::addMetadata(Instruction *To, Instruction *From) { argument
351 void VPTransformState::addMetadata(ArrayRef<Value *> To, Instruction *From) { argument
1040 void VPlanPrinter::drawEdge(const VPBlockBase *From, const VPBlockBase *To, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp799 static bool areBOSTypesCompatible(int From, int To) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1326 areCFlagsAccessedBetweenInstrs( MachineBasicBlock::iterator From, MachineBasicBlock::iterator To, const TargetRegisterInfo *TRI, const AccessKind AccessToCheck = AK_All) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp816 emitCGProfileEntry(const MCSymbolRefExpr *From, const MCSymbolRefExpr *To, uint64_t Count) argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp535 QualType To = src->getType(); local
H A DSemaChecking.cpp12007 QualType To = ICE->getType(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp860 removeCFGEdge(MachineBasicBlock *From, MachineBasicBlock *To) argument
H A DHexagonISelDAGToDAG.cpp151 SDValue To[3]; local
534 SDValue To[2]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1514 static bool hasCallsInBlockBetween(Instruction *From, Instruction *To) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3378 const ToTy *To = nullptr; member in struct:ReachabilityQueryInfo
3396 ReachabilityQueryInfo(const Instruction *From, const ToTy *To) argument
3401 ReachabilityQueryInfo(Attributor &A, const Instruction &From, const ToTy &To, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3154 void InstCombinerImpl::addDeadEdge(BasicBlock *From, BasicBlock *To, argument
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp471 void QuoteDoublequotes(std::string &From, std::string &To) { argument
H A DRewriteModernObjC.cpp566 void QuoteDoublequotes(std::string &From, std::string &To) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3685 auto *To = cast<ParmDecl>(ToD); local
3692 inheritDefaultTemplateArguments(ASTContext &Context, TemplateDecl *From, TemplateDecl *To) argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5389 FilterEdge(const CFGBlock::FilterOptions &F, const CFGBlock *From, const CFGBlock *To) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6569 BasicBlock *To = Pair.first.second; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1034 SDValue To[] = {Res, NarrowBCast.getValue(1)}; local
1079 SDValue To[] = {Res, SDValue(MaxLd, 1)}; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp131 void updateFlags(const Decl *From, Decl *To) { argument
185 [[nodiscard]] Error importInto(ImportT &To, const ImportT &From) { argument
191 [[nodiscard]] Error importInto(ImportT *&To, ImportT *From) { argument
1930 ImportDeclarationNameLoc( const DeclarationNameInfo &From, DeclarationNameInfo& To) argument
2084 ImportFieldDeclDefinition(const FieldDecl *From, const FieldDecl *To) argument
2136 ImportImplicitMethods( const CXXRecordDecl *From, CXXRecordDecl *To) argument
2151 setTypedefNameForAnonDecl(TagDecl *From, TagDecl *To, ASTImporter &Importer) argument
2162 ImportDefinition( RecordDecl *From, RecordDecl *To, ImportDefinitionKind Kind) argument
2287 ImportInitializer(VarDecl *From, VarDecl *To) argument
2311 ImportDefinition( EnumDecl *From, EnumDecl *To, ImportDefinitionKind Kind) argument
2382 IsStructuralMatch(Decl *From, Decl *To, bool Complain, bool IgnoreTemplateParmDepth) argument
4897 ImportDefinition( ObjCProtocolDecl *From, ObjCProtocolDecl *To, ImportDefinitionKind Kind) argument
5338 ImportDefinition( ObjCInterfaceDecl *From, ObjCInterfaceDecl *To, ImportDefinitionKind Kind) argument
8604 InitListExpr *To = new (ToCtx) InitListExpr( local
9022 T To; member in struct:__anon266::AttrArgImporter
9048 llvm::SmallVector<T, 2> To; member in struct:__anon266::AttrArgArrayImporter
10358 MapImported(Decl *From, Decl *To) argument
10393 IsStructurallyEquivalent(QualType From, QualType To, bool Complain) argument
[all...]
H A DASTContext.cpp10232 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5049 unsigned To = 0; local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7536 uint32_t To = SymbolIndices[I * 2 + 1]; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3640 void Put(Value *From, Value *To) { Storage.insert({From, To}); } argument
3642 void ReplacePhi(PHINode *From, PHINode *To) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10171 SDValue To[] = {PPV.getValue(1), PPV.getValue(2)}; local
H A DDAGCombiner.cpp318 SDValue To[] = { Res0, Res1 }; local
1038 CombineTo(SDNode *N, ArrayRef<SDValue> To, bool AddTo) { argument
1418 SDValue DAGCombiner::CombineTo(SDNode *N, const SDValue *To, unsigned NumTo, argument
7176 SDValue To[] = { NewLoad.getValue(0), NewLoad.getValue(1), local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp240 void ARMTargetLowering::addAllExtLoads(const MVT From, const MVT To, argument
14870 SDValue To = N->getOperand(0); local
[all...]

Completed in 1206 milliseconds

12345