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.h120 const Twine &NameSuffix = "", Function *F = nullptr,
172 const char *NameSuffix = "",
181 const char *NameSuffix = "",
198 const char *NameSuffix = "",
281 const Twine &NameSuffix, LoopInfo *LI,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp45 const Twine &NameSuffix, Function *F, in CloneBasicBlock() argument
51 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock()
63 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock()
96 const char *NameSuffix, ClonedCodeInfo *CodeInfo, in CloneFunctionInto() argument
100 assert(NameSuffix && "NameSuffix cannot be null!"); in CloneFunctionInto()
197 BasicBlock *CBB = CloneBasicBlock(&BB, VMap, NameSuffix, NewFunc, CodeInfo, in CloneFunctionInto()
365 const char *NameSuffix; member
376 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
473 Twine NewName(BB->hasName() ? Twine(BB->getName()) + NameSuffix : ""); in CloneBlock()
548 NewInst->setName(II->getName() + NameSuffix); in CloneBlock()
[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.cpp995 const char *NameSuffix = "") { in EmitCompare() argument
1030 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
1035 llvm::Twine(InstInfo.Name) + NameSuffix); in EmitCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2006 unsigned NameSuffix = 0; in visitPHINode() local
2008 const auto ValName = "largephi.insertslice" + std::to_string(NameSuffix++); in visitPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp570 unsigned NameSuffix = 0; in SRAGlobal() local
574 Initializer, GV->getName() + "." + Twine(NameSuffix++), GV, in SRAGlobal()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1414 std::string NameSuffix; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7069 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope()
7148 MangledName += DVScope.NameSuffix; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()