Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp100 Function &NewFn) { in registerOutlinedFunction()
123 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) { in replaceFunctionWith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp72 static bool lowerObjCCall(Function &F, const char *NewFn, in lowerObjCCall()
H A DIntrinsicLowering.cpp30 static CallInst *ReplaceCallWith(const char *NewFn, CallInst *CI, in ReplaceCallWith()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp43 Function *&NewFn) { in UpgradePTESTIntrinsic()
59 Function *&NewFn) { in UpgradeX86IntrinsicsWith8BitMask()
75 Function *&NewFn) { in UpgradeX86MaskedFPCompare()
421 Function *&NewFn) { in UpgradeX86IntrinsicFunction()
534 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction1()
994 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction()
1802 void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) { in UpgradeIntrinsicCall()
3950 Function *NewFn; in UpgradeCallsToIntrinsic() local
4089 Function *NewFn = llvm::Intrinsic::getDeclaration(&M, IntrinsicFunc); in UpgradeARCRuntime() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp185 llvm::Function *NewFn = llvm::CloneFunction(BaseFn, VMap); in GenerateVarArgsThunk() local
H A DCodeGenModule.cpp4775 llvm::Function *NewFn) { in ReplaceUsesOfNonProtoTypeWithRealFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1159 Function *NewFn = CloneFunction(Fn, VMap); in replaceAliasWithAliasee() local
H A DAttributor.cpp1740 Function *NewFn = Function::Create(NewFnTy, OldFn->getLinkage(), in rewriteFunctionSignatures() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp12914 ExprResult NewFn = ExprError(); in BuildRecoveryCallExpr() local
14625 ExprResult NewFn = CreateFunctionRefExpr(*this, Method, Best->FoundDecl, in BuildCallToObjectOfClassType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3102 Function *NewFn; in globalCleanup() local