Searched refs:NameSuffix (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 134 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 D | CloneFunction.cpp | 114 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 D | AArch64SLSHardening.cpp | 294 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 D | CGExprAgg.cpp | 1128 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 D | GlobalOpt.cpp | 576 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 D | AMDGPUCodeGenPrepare.cpp | 2102 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 D | SemaOpenMP.h | 1491 std::string NameSuffix; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7017 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope() 7096 MangledName += DVScope.NameSuffix; in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|