Searched defs:TheFn (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IRBuilder.cpp | 70 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 90 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local 110 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 132 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start); in CreateLifetimeStart() local 147 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end); in CreateLifetimeEnd() local
|
D | DebugInfoProbe.cpp | 53 Function *TheFn; member in llvm::DebugInfoProbeImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 107 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 137 Value *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet() local 169 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy, Tys); in CreateMemCpy() local 210 Value *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy() local 249 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 286 Value *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove() local 411 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_start, in CreateLifetimeStart() local 427 Value *TheFn = Intrinsic::getDeclaration(M, Intrinsic::lifetime_end, in CreateLifetimeEnd() local 447 Value *TheFn = in CreateInvariantStart() local 510 Value *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-7.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 754 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() 779 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 399 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 73 Function *TheFn = 0; in ValidateEndOfModule() local 131 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn, in ResolveForwardRefBlockAddresses()
|