/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 114 I.setName(I.getOpcodeName()); in MetaRenameOnlyInstructions() 120 Arg.setName("arg"); in MetaRename() 123 BB.setName("bb"); in MetaRename() 127 I.setName(I.getOpcodeName()); in MetaRename() 184 GA.setName("alias"); in MetaRename() 194 GV.setName("global"); in MetaRename() 207 STy->setName( in MetaRename() 219 F.setName(renamer.newName()); in MetaRename()
|
H A D | InstructionNamer.cpp | 27 Arg.setName("arg"); in nameInstructions() 32 BB.setName("bb"); in nameInstructions() 36 I.setName("i"); in nameInstructions()
|
H A D | GuardUtils.cpp | 45 CheckBI->getSuccessor(0)->setName("guarded"); in makeGuardControlFlowExplicit() 46 CheckBI->getSuccessor(1)->setName("deopt"); in makeGuardControlFlowExplicit() 61 DeoptCall->setName("deoptcall"); in makeGuardControlFlowExplicit()
|
H A D | CallPromotionUtils.cpp | 298 ThenBlock->setName("if.true.direct_targ"); in versionCallSiteWithCond() 340 ThenBlock->setName("if.true.direct_targ"); in versionCallSiteWithCond() 341 ElseBlock->setName("if.false.orig_indirect"); in versionCallSiteWithCond() 342 MergeBlock->setName("if.end.icp"); in versionCallSiteWithCond()
|
H A D | CloneFunction.cpp | 51 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock() 63 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock() 347 DestI->setName(I.getName()); // Copy the name over... in CloneFunction() 548 NewInst->setName(II->getName() + NameSuffix); in CloneBlock() 612 NewInst->setName(OldTI->getName() + NameSuffix); in CloneBlock() 1077 NewBB->setName(PredBB->getName() + ".split"); in DuplicateInstructionsInSplitBetween() 1092 New->setName(BI->getName()); in DuplicateInstructionsInSplitBetween()
|
H A D | LoopUnrollRuntime.cpp | 709 NewPreHeader->setName(PreHeader->getName() + ".new"); in UnrollRuntimeLoopRemainder() 720 EpilogPreHeader->setName(Header->getName() + ".epil.preheader"); in UnrollRuntimeLoopRemainder() 740 PrologPreHeader->setName(Header->getName() + ".prol.preheader"); in UnrollRuntimeLoopRemainder() 743 PrologExit->setName(Header->getName() + ".prol.loopexit"); in UnrollRuntimeLoopRemainder() 746 NewPreHeader->setName(PreHeader->getName() + ".new"); in UnrollRuntimeLoopRemainder()
|
H A D | NameAnonGlobals.cpp | 71 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
H A D | SplitModule.cpp | 130 GV.setName("__llvmsplit_unnamed"); in findPartitions() 231 GV->setName("__llvmsplit_unnamed"); in externalize()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 228 CondBlock->setName("cond.load"); in scalarizeMaskedLoad() 237 NewIfBlock->setName("else"); in scalarizeMaskedLoad() 358 CondBlock->setName("cond.store"); in scalarizeMaskedStore() 367 NewIfBlock->setName("else"); in scalarizeMaskedStore() 480 CondBlock->setName("cond.load"); in scalarizeMaskedGather() 491 NewIfBlock->setName("else"); in scalarizeMaskedGather() 607 CondBlock->setName("cond.store"); in scalarizeMaskedScatter() 616 NewIfBlock->setName("else"); in scalarizeMaskedScatter() 718 CondBlock->setName("cond.load"); in scalarizeMaskedExpandLoad() 731 NewIfBlock->setName("else"); in scalarizeMaskedExpandLoad() [all …]
|
H A D | PartiallyInlineLibCalls.cpp | 72 JoinBB->setName(CurrBB.getName() + ".split"); in optimizeSQRT() 79 LibCallBB->setName("call.sqrt"); in optimizeSQRT()
|
H A D | DivRemPairs.cpp | 211 RealRem->setName(RemInst->getName() + ".recomposed"); in optimizeDivRem() 406 Sub->setName(RemInst->getName() + ".decomposed"); in optimizeDivRem()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAssignValidGlobalNames.cpp | 61 GV.setName(cleanUpName(GV.getName())); in runOnModule() 68 F.setName(cleanUpName(F.getName())); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 101 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck() 103 Addr.setName("Addr"); in buildCFICheck() 105 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
|
H A D | StripSymbols.cpp | 84 V->setName(""); in StripTypeNames() 100 STy->setName(""); in findUsedValues() 128 GV.setName(""); // Internal symbols can't participate in linkage in StripSymbolNames() 134 I.setName(""); // Internal symbols can't participate in linkage in StripSymbolNames()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 455 Namespace->setName(Component); in get() 827 Symbol->setName(Local.Name); in visitKnownRecord() 882 Symbol->setName(Local.Name); in visitKnownRecord() 962 Scope->setName(CurrentObjectName); in visitKnownRecord() 1007 Scope->setName(CurrentObjectName); in visitKnownRecord() 1035 Symbol->setName(Constant.Name); in visitKnownRecord() 1351 Symbol->setName(Data.Name); in visitKnownRecord() 1404 InlinedFunction->setName(Name); in visitKnownRecord() 1425 Symbol->setName(Local.Name); in visitKnownRecord() 1535 Function->setName(Proc.Name); in visitKnownRecord() [all …]
|
H A D | LVDWARFReader.cpp | 68 CurrentType->setName("const"); in createElement() 84 CurrentType->setName("*"); in createElement() 89 CurrentType->setName("*"); in createElement() 94 CurrentType->setName("&"); in createElement() 99 CurrentType->setName("restrict"); in createElement() 104 CurrentType->setName("&&"); in createElement() 131 CurrentType->setName("volatile"); in createElement() 142 CurrentSymbol->setName("..."); in createElement() 370 CurrentElement->setName(dwarf::toStringRef(FormValue)); in processOneAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 206 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper() 285 Main->setName("__original_main"); in runOnModule() 296 MainWrapper->setName("main"); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 96 void LVElement::setName(StringRef ElementName) { in setName() function in LVElement 111 setName(InnerComponent); in setInnerComponent() 263 setName(Name); in generateName() 371 setName(Fullname); in resolveFullname()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 129 Dest->setName("dest"); in lowerIntrinsicToFunction() 130 Val->setName("val"); in lowerIntrinsicToFunction() 131 Len->setName("len"); in lowerIntrinsicToFunction() 132 IsVolatile->setName("isvolatile"); in lowerIntrinsicToFunction() 513 NewFArgIt->setName(ArgName); in removeAggregateTypesFromSignature()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 352 void setName(StringRef N) { Name = std::string(N); } 401 void setName(StringRef N) { Impl->setName(N); } 346 void setName(StringRef N) { Name = std::string(N); } setName() function 390 void setName(StringRef N) { Impl->setName(N); } setName() function
|
H A D | R600OpenCLImageTypeLoweringPass.cpp | 296 NewFArgIt->setName(ArgName); in addImplicitArgs() 299 (NewFArgIt++)->setName(Twine("__size_") + ArgName); in addImplicitArgs() 300 (NewFArgIt++)->setName(Twine("__format_") + ArgName); in addImplicitArgs()
|
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 89 F.setName(Name); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 288 GV.setName("__orc_anon." + Twine(NextId++)); in operator ()() 290 GV.setName("__" + GV.getName().substr(1) + "." + Twine(NextId++)); in operator ()() 292 GV.setName("__orc_lcl." + GV.getName() + "." + Twine(NextId++)); in operator ()()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 273 setName(NameStr); in init() 705 setName(NameStr); in init() 715 setName(NameStr); in init() 803 setName(NameStr); in init() 887 setName(NameStr); in init() 1026 setName(NameStr); in CatchSwitchInst() 1093 setName(NameStr); in init() 1224 setName(Name); in AllocaInst() 1286 setName(Name); in LoadInst() 1462 setName(Name); in init() [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SymbolTable.cpp | 82 sym->setName(name); in insert() 93 sym->setName(name); in insert()
|