| /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 | IRNormalizer.cpp | 123 A.setName("a" + Twine(ArgumentCounter)); in nameFunctionArguments() 145 B.setName("bb" + std::to_string(Hash).substr(0, 5)); in nameBasicBlocks() 249 I->setName(Name); in nameAsInitialInstruction() 336 I->setName(Name); in nameAsRegularInstruction() 394 I->setName(Name); in foldInstructionName()
|
| H A D | CallPromotionUtils.cpp | 300 ThenBlock->setName("if.true.direct_targ"); in versionCallSiteWithCond() 342 ThenBlock->setName("if.true.direct_targ"); in versionCallSiteWithCond() 343 ElseBlock->setName("if.false.orig_indirect"); in versionCallSiteWithCond() 344 MergeBlock->setName("if.end.icp"); in versionCallSiteWithCond()
|
| H A D | LowerMemIntrinsics.cpp | 494 CopyBackwardsBB->setName("memmove_copy_backwards"); in createMemMoveLoopUnknownSize() 496 CopyForwardBB->setName("memmove_copy_forward"); in createMemMoveLoopUnknownSize() 498 ExitBB->setName("memmove_done"); in createMemMoveLoopUnknownSize() 701 ExitBB->setName("memmove_done"); in createMemMoveLoopKnownSize() 731 CopyBackwardsBB->setName("memmove_bwd_residual"); in createMemMoveLoopKnownSize() 761 CopyBackwardsBB->setName("memmove_bwd_loop"); in createMemMoveLoopKnownSize() 787 CopyForwardBB->setName("memmove_fwd_loop"); in createMemMoveLoopKnownSize()
|
| H A D | SplitModule.cpp | 129 GV.setName("__llvmsplit_unnamed"); in findPartitions() 214 GV->setName("__llvmsplit_unnamed"); in externalize()
|
| H A D | NameAnonGlobals.cpp | 71 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
| H A D | LoopUnrollRuntime.cpp | 713 NewPreHeader->setName(PreHeader->getName() + ".new"); in UnrollRuntimeLoopRemainder() 724 EpilogPreHeader->setName(Header->getName() + ".epil.preheader"); in UnrollRuntimeLoopRemainder() 744 PrologPreHeader->setName(Header->getName() + ".prol.preheader"); in UnrollRuntimeLoopRemainder() 747 PrologExit->setName(Header->getName() + ".prol.loopexit"); in UnrollRuntimeLoopRemainder() 750 NewPreHeader->setName(PreHeader->getName() + ".new"); in UnrollRuntimeLoopRemainder()
|
| H A D | CloneFunction.cpp | 118 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock() 126 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock() 397 DestI->setName(I.getName()); // Copy the name over... in CloneFunction() 600 NewInst->setName(II->getName() + NameSuffix); in CloneBlock() 669 NewInst->setName(OldTI->getName() + NameSuffix); in CloneBlock() 1134 NewBB->setName(PredBB->getName() + ".split"); in DuplicateInstructionsInSplitBetween() 1149 New->setName(BI->getName()); in DuplicateInstructionsInSplitBetween()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.cpp | 258 CurrentType->setName("const"); in createElement() 274 CurrentType->setName("*"); in createElement() 279 CurrentType->setName("*"); in createElement() 284 CurrentType->setName("&"); in createElement() 289 CurrentType->setName("restrict"); in createElement() 294 CurrentType->setName("&&"); in createElement() 321 CurrentType->setName("volatile"); in createElement() 332 CurrentSymbol->setName("..."); in createElement()
|
| H A D | LVElement.cpp | 95 void LVElement::setName(StringRef ElementName) { in setName() function in LVElement 110 setName(InnerComponent); in setInnerComponent() 262 setName(Name); in generateName() 370 setName(Fullname); in resolveFullname()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 207 CondBlock->setName("cond.load"); in scalarizeMaskedLoad() 265 CondBlock->setName("cond.load"); in scalarizeMaskedLoad() 274 NewIfBlock->setName("else"); in scalarizeMaskedLoad() 372 CondBlock->setName("cond.store"); in scalarizeMaskedStore() 424 CondBlock->setName("cond.store"); in scalarizeMaskedStore() 433 NewIfBlock->setName("else"); in scalarizeMaskedStore() 551 CondBlock->setName("cond.load"); in scalarizeMaskedGather() 562 NewIfBlock->setName("else"); in scalarizeMaskedGather() 682 CondBlock->setName("cond.store"); in scalarizeMaskedScatter() 691 NewIfBlock->setName("else"); in scalarizeMaskedScatter() [all …]
|
| H A D | PartiallyInlineLibCalls.cpp | 74 JoinBB->setName(CurrBB.getName() + ".split"); in optimizeSQRT() 81 LibCallBB->setName("call.sqrt"); in optimizeSQRT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAssignValidGlobalNames.cpp | 52 GV.setName(NVPTX::getValidPTXIdentifier(GV.getName())); in runOnModule() 59 F.setName(NVPTX::getValidPTXIdentifier(F.getName())); in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 100 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck() 102 Addr.setName("Addr"); in buildCFICheck() 104 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
|
| H A D | StripSymbols.cpp | 85 V->setName(""); in StripSymtab() 101 STy->setName(""); in StripTypeNames() 129 GV.setName(""); // Internal symbols can't participate in linkage in StripSymbolNames() 135 I.setName(""); // Internal symbols can't participate in linkage in StripSymbolNames()
|
| H A D | ElimAvailExtern.cpp | 87 F.setName(NewName); in convertToLocalCopy() 110 GV.setName(getNewName(M, GV)); in convertToLocalCopy()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 442 Namespace->setName(Component); in get() 814 Symbol->setName(Local.Name); in visitKnownRecord() 869 Symbol->setName(Local.Name); in visitKnownRecord() 949 Scope->setName(CurrentObjectName); in visitKnownRecord() 997 Scope->setName(CurrentObjectName); in visitKnownRecord() 1028 Symbol->setName(Constant.Name); in visitKnownRecord() 1344 Symbol->setName(Data.Name); in visitKnownRecord() 1397 InlinedFunction->setName(Name); in visitKnownRecord() 1418 Symbol->setName(Local.Name); in visitKnownRecord() 1528 Function->setName(Proc.Name); in visitKnownRecord() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITLinkRedirectableSymbolManager.cpp | 46 Ptr.setName(PtrName); in emitRedirectableSymbols() 49 Stub.setName(Name); in emitRedirectableSymbols()
|
| H A D | IndirectionUtils.cpp | 317 GV.setName("__orc_anon." + Twine(NextId++)); in operator ()() 319 GV.setName("__" + GV.getName().substr(1) + "." + Twine(NextId++)); in operator ()() 321 GV.setName("__orc_lcl." + GV.getName() + "." + Twine(NextId++)); in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 208 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper() 287 Main->setName("__original_main"); in runOnModule() 298 MainWrapper->setName("main"); in runOnModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPrepareFunctions.cpp | 124 Dest->setName("dest"); in lowerIntrinsicToFunction() 125 Val->setName("val"); in lowerIntrinsicToFunction() 126 Len->setName("len"); in lowerIntrinsicToFunction() 127 IsVolatile->setName("isvolatile"); in lowerIntrinsicToFunction() 469 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); } in setName() function 415 void setName(StringRef N) { Impl->setName(N); } in 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()
|