Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceOpcodes.cpp33 Function *NewFunc = Intrinsic::getOrInsertDeclaration(&M, NewIID, Tys); in replaceIntrinsic() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp92 CloneFunctionInto(Function * NewFunc,const Function * OldFunc,ValueToValueMapTy & VMap,CloneFunctionChangeType Changes,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo,ValueMapTypeRemapper * TypeMapper,ValueMaterializer * Materializer) CloneFunctionInto() argument
361 Function *NewFunc; global() member
649 CloneAndPruneIntoFromInst(Function * NewFunc,const Function * OldFunc,const Instruction * StartingInst,ValueToValueMapTy & VMap,bool ModuleLevelChanges,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo) CloneAndPruneIntoFromInst() argument
952 CloneAndPruneFunctionInto(Function * NewFunc,const Function * OldFunc,ValueToValueMapTy & VMap,bool ModuleLevelChanges,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo) CloneAndPruneFunctionInto() argument
[all...]
H A DBuildLibCalls.cpp1944 emitHotColdNew(Value * Num,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNew() argument
1965 emitHotColdNewNoThrow(Value * Num,Value * NoThrow,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewNoThrow() argument
1986 emitHotColdNewAligned(Value * Num,Value * Align,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewAligned() argument
2007 emitHotColdNewAlignedNoThrow(Value * Num,Value * Align,Value * NoThrow,IRBuilderBase & B,const TargetLibraryInfo * TLI,LibFunc NewFunc,uint8_t HotCold) emitHotColdNewAlignedNoThrow() argument
[all...]
H A DCodeExtractor.cpp1543 fixupDebugInfoPostExtraction(Function & OldFunc,Function & NewFunc,CallInst & TheCall) fixupDebugInfoPostExtraction() argument
1930 verifyAssumptionCache(const Function & OldFunc,const Function & NewFunc,AssumptionCache * AC) verifyAssumptionCache() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp316 Function *NewFunc = Function::Create(NewFuncTy, Function::PrivateLinkage, in runOnFunction() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp555 Function* NewFunc; global() member in __anon09dca7870111::CloneFunc
790 auto *NewFunc = ImplModule->getFunction("cloned"); TEST() local
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp229 bool NewFunc; overlapRecord() local
251 bool NewFunc; addRecord() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1729 llvm::Function *NewFunc) { in emitReduction() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2835 auto *NewFunc = CloneFunction(Func.func(), VMap); cloneFunctionForCallsite() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2072 const FunctionProtoType *NewFunc adjustFunctionTypeForInstantiation() local