Searched defs:NewFn (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 36 Function *&NewFn) { in UpgradeSSE41Function() 52 Function *&NewFn) { in UpgradeX86IntrinsicsWith8BitMask() 68 Function *&NewFn) { in UpgradeAVX512CmpIntrinsic() 80 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction1() 326 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() 421 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall() 829 Function *NewFn; in UpgradeCallsToIntrinsic() local
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 65 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 142 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap, in GenerateVarArgsThunk() local
|
D | CodeGenModule.cpp | 2374 llvm::Function *NewFn) { in ReplaceUsesOfNonProtoTypeWithRealFunction() 2434 auto *NewFn = cast<llvm::Function>(GetAddrOfFunction(GD, Ty)); in EmitGlobalFunctionDefinition() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2657 Function *NewFn; in GlobalCleanup() local
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 10691 ExprResult NewFn = ExprError(); in BuildRecoveryCallExpr() local 11986 ExprResult NewFn = CreateFunctionRefExpr(*this, Method, Best->FoundDecl, in BuildCallToObjectOfClassType() local
|