Searched defs:TheFn (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 94 Function *TheFn = CreateVScale() local 145 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); CreateMemSet() local 173 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset_inline, Tys); CreateMemSetInline() local 200 Function *TheFn = Intrinsic::getDeclaration( CreateElementUnorderedAtomicMemSet() local 230 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys); CreateMemTransferInst() local 268 Function *TheFn = Intrinsic::getDeclaration( CreateElementUnorderedAtomicMemCpy() local 384 Function *TheFn = Intrinsic::getDeclaration( CreateElementUnorderedAtomicMemMove() local 492 Function *TheFn = CreateLifetimeStart() local 507 Function *TheFn = CreateLifetimeEnd() local 526 Function *TheFn = CreateInvariantStart() local 618 Function *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); CreateMaskedIntrinsic() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1162 applySingleImplDevirt(VTableSlotInfo & SlotInfo,Constant * TheFn,bool & IsExported) applySingleImplDevirt() argument 1283 auto *TheFn = TargetsForSlot[0].Fn; trySingleImplDevirt() local 1338 auto TheFn = TargetsForSlot[0]; trySingleImplDevirt() local 2201 lookUpFunctionValueInfo(Function * TheFn,ModuleSummaryIndex * ExportSummary) lookUpFunctionValueInfo() argument [all...] |
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 1187 Function *TheFn = Intrinsic::getDeclaration(&M, Intrinsic::thread_pointer); TEST() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 1768 Function *TheFn = TEST_F() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ValueTrackingTest.cpp | 2484 Function *TheFn = Intrinsic::getOrInsertDeclaration(&M, Intrinsic::vscale, in TEST_F() local
|