Home
last modified time | relevance | path

Searched defs:NewFn (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPreISelIntrinsicLowering.cpp72 static bool lowerObjCCall(Function &F, const char *NewFn, in lowerObjCCall()
HDIntrinsicLowering.cpp31 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDAutoUpgrade.cpp41 Function *&NewFn) { in UpgradePTESTIntrinsic()
57 Function *&NewFn) { in UpgradeX86IntrinsicsWith8BitMask()
398 Function *&NewFn) { in UpgradeX86IntrinsicFunction()
493 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction1()
846 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction()
1668 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall()
3752 Function *NewFn; in UpgradeCallsToIntrinsic() local
3891 Function *NewFn = llvm::Intrinsic::getDeclaration(&M, IntrinsicFunc); in UpgradeARCRuntime() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGVTables.cpp185 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap); in GenerateVarArgsThunk() local
HDCodeGenModule.cpp4415 llvm::Function *NewFn) { in ReplaceUsesOfNonProtoTypeWithRealFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp1091 Function *NewFn = CloneFunction(Fn, VMap); in replaceAliasWithAliasee() local
HDAttributor.cpp6295 Function *NewFn = Function::Create(NewFnTy, OldFn->getLinkage(), in rewriteFunctionSignatures() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp12632 ExprResult NewFn = ExprError(); in BuildRecoveryCallExpr() local
14248 ExprResult NewFn = CreateFunctionRefExpr(*this, Method, Best->FoundDecl, in BuildCallToObjectOfClassType() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2972 Function *NewFn; in globalCleanup() local