Searched defs:TheFn (Results 1 – 4 of 4) 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/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/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 399 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local
|