Home
last modified time | relevance | path

Searched refs:NameSuffix (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h134 const Twine &NameSuffix = "", Function *F = nullptr,
190 const char *NameSuffix = "",
222 const char *NameSuffix = "", ClonedCodeInfo *CodeInfo = nullptr,
230 SmallVectorImpl<ReturnInst *> &Returns, const char *NameSuffix = "",
247 const char *NameSuffix = "", ClonedCodeInfo *CodeInfo = nullptr);
341 const Twine &NameSuffix, LoopInfo *LI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp114 const Twine &NameSuffix, Function *F, in CloneBasicBlock() argument
118 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock()
126 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock()
226 const char *NameSuffix, in CloneFunctionBodyInto() argument
241 CloneBasicBlock(&BB, VMap, NameSuffix, &NewFunc, CodeInfo); in CloneFunctionBodyInto()
285 const char *NameSuffix, ClonedCodeInfo *CodeInfo, in CloneFunctionInto() argument
288 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto()
330 NameSuffix, CodeInfo, TypeMapper, Materializer, in CloneFunctionInto()
415 const char *NameSuffix; member
426 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp294 StringRef NameSuffix = ThunkName.drop_front(CommonNamePrefix.size()); in parseThunkName() local
297 const ThunkKind &Kind = *StringSwitch<const ThunkKind *>(NameSuffix) in parseThunkName()
316 StringRef RegsStr = NameSuffix.drop_front(Kind.NameInfix.size()); in parseThunkName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1128 const char *NameSuffix = "") { in EmitCompare() argument
1163 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
1168 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp576 unsigned NameSuffix = 0; in SRAGlobal() local
580 Initializer, GV->getName() + "." + Twine(NameSuffix++), GV, in SRAGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2102 unsigned NameSuffix = 0; in visitPHINode() local
2104 const auto ValName = "largephi.insertslice" + std::to_string(NameSuffix++); in visitPHINode()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1491 std::string NameSuffix; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7017 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope()
7096 MangledName += DVScope.NameSuffix; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()