Searched defs:TheFn (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 107 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 135 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet() local 176 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local 217 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy() local 255 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 292 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove() local 417 Function *TheFn = in CreateLifetimeStart() local 433 Function *TheFn = in CreateLifetimeEnd() local 453 Function *TheFn = in CreateInvariantStart() local 516 Function *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); in CreateMaskedIntrinsic() local
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 89 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 116 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local 147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 175 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); in CreateLifetimeStart() local 190 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); in CreateLifetimeEnd() local 250 Value *TheFn = Intrinsic::getDeclaration(M, Id, OverloadedTypes); in CreateMaskedIntrinsic() local
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 86 Function *TheFn = in CreateVScale() local 102 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 130 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet() local 160 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys); in CreateMemTransferInst() local 198 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy_inline, Tys); in CreateMemCpyInline() local 225 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy() local 263 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 300 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove() local 414 Function *TheFn = in CreateLifetimeStart() local 430 Function *TheFn = in CreateLifetimeEnd() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 884 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() 939 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local 994 auto TheFn = TargetsForSlot[0]; in trySingleImplDevirt() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1033 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() 1092 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local 1147 auto TheFn = TargetsForSlot[0]; in trySingleImplDevirt() local
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 399 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | PatternMatch.cpp | 1337 Function *TheFn = in TEST_F() local
|