/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOpcodes.cpp | 33 Function *NewFunc = Intrinsic::getOrInsertDeclaration(&M, NewIID, Tys); in replaceIntrinsic() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 92 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 D | BuildLibCalls.cpp | 1944 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 D | CodeExtractor.cpp | 1543 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 D | AMDGPURewriteOutArguments.cpp | 316 Function *NewFunc = Function::Create(NewFuncTy, Function::PrivateLinkage, in runOnFunction() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 555 Function* NewFunc; global() member in __anon09dca7870111::CloneFunc 790 auto *NewFunc = ImplModule->getFunction("cloned"); TEST() local [all...] |
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 229 bool NewFunc; overlapRecord() local 251 bool NewFunc; addRecord() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1729 llvm::Function *NewFunc) { in emitReduction() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 2835 auto *NewFunc = CloneFunction(Func.func(), VMap); cloneFunctionForCallsite() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2072 const FunctionProtoType *NewFunc adjustFunctionTypeForInstantiation() local
|