Home
last modified time | relevance | path

Searched refs:setName (Results 1 – 25 of 77) sorted by relevance

1234

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDMetaRenamer.cpp80 AI->setName("alias"); in runOnModule()
90 GI->setName("global"); in runOnModule()
101 STy->setName((Twine("struct.") + metaNames[prng.rand() % in runOnModule()
112 FI->setName(metaNames[prng.rand() % array_lengthof(metaNames)]); in runOnModule()
122 AI->setName("arg"); in runOnFunction()
125 BB->setName("bb"); in runOnFunction()
129 I->setName("tmp"); in runOnFunction()
HDInstructionNamer.cpp38 AI->setName("arg"); in runOnFunction()
42 BB->setName("bb"); in runOnFunction()
46 I->setName("tmp"); in runOnFunction()
HDLoopVersioning.cpp48 MemCheckBB->setName(VersionedLoop->getHeader()->getName() + ".lver.memcheck"); in versionLoop()
53 PH->setName(VersionedLoop->getHeader()->getName() + ".ph"); in versionLoop()
HDCloneFunction.cpp44 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBasicBlock()
53 NewInst->setName(II->getName()+NameSuffix); in CloneBasicBlock()
242 DestI->setName(I->getName()); // Copy the name over... in CloneFunction()
308 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBlock()
375 NewInst->setName(II->getName()+NameSuffix); in CloneBlock()
447 NewInst->setName(OldTI->getName()+NameSuffix); in CloneBlock()
HDCloneModule.cpp96 DestI->setName(J->getName()); in CloneModule()
HDSymbolRewriter.cpp126 S->setName(Target); in performOnModule()
176 C.setName(Name); in performOnModule()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDStripSymbols.cpp170 V->setName(""); in StripSymtab()
187 STy->setName(""); in StripTypeNames()
216 I->setName(""); // Internal symbols can't participate in linkage in StripSymbolNames()
222 I->setName(""); // Internal symbols can't participate in linkage in StripSymbolNames()
HDArgumentPromotion.cpp931 I2->setName(I->getName()+"."+Twine(i)); in DoPromotion()
965 I2->setName(I->getName()+".val"); in DoPromotion()
994 TheArg->setName(NewName); in DoPromotion()
/NextBSD/contrib/llvm/lib/IR/
HDAutoUpgrade.cpp44 F->setName(F->getName() + ".old"); in UpgradeSSE41Function()
60 F->setName(F->getName() + ".old"); in UpgradeX86IntrinsicsWith8BitMask()
99 F->setName(Name + ".old"); in UpgradeIntrinsicFunction1()
105 F->setName(Name + ".old"); in UpgradeIntrinsicFunction1()
119 F->setName(Name + ".old"); in UpgradeIntrinsicFunction1()
201 F->setName(Name + ".old"); in UpgradeIntrinsicFunction1()
207 F->setName(Name + ".old"); in UpgradeIntrinsicFunction1()
214 F->setName("llvm.x86.fma" + Name.substr(8)); in UpgradeIntrinsicFunction1()
624 CI->setName(Name + ".old"); in UpgradeIntrinsicCall()
HDInstructions.cpp197 setName(NameStr); in init()
243 setName(NameStr); in init()
254 setName(NameStr); in init()
519 setName(NameStr); in init()
830 setName(Name); in AllocaInst()
840 setName(Name); in AllocaInst()
918 setName(Name); in LoadInst()
931 setName(Name); in LoadInst()
941 if (Name && Name[0]) setName(Name); in LoadInst()
951 if (Name && Name[0]) setName(Name); in LoadInst()
[all …]
HDValue.cpp250 void Value::setName(const Twine &NewName) { in setName() function in Value
264 if (V->hasName()) V->setName(""); in takeName()
283 V->setName(""); in takeName()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDVirtualFileSystem.cpp102 void setName(StringRef Name) override;
114 NewS.setName(S.getName()); in status()
145 void RealFile::setName(StringRef Name) { in setName() function in RealFile
146 S.setName(Name); in setName()
164 Result.setName(Path.str()); in status()
174 Result->setName(Name.str()); in openFileForRead()
195 CurrentEntry.setName(Iter->path()); in RealFSDirIter()
211 CurrentEntry.setName(Iter->path()); in increment()
926 S->setName(PathStr); in status()
933 S.setName(PathStr); in status()
[all …]
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAssignValidGlobalNames.cpp60 GV.setName(cleanUpName(GV.getName())); in runOnModule()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDVirtualFileSystem.h55 void setName(StringRef N) { Name = N; } in setName() function
98 virtual void setName(StringRef Name) = 0;
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp124 STy->setName(""); in addTypeMapping()
242 STy->setName(""); in finishType()
243 DTy->setName(TmpName); in finishType()
342 STy->setName(""); in get()
526 ConflictGV->setName(Name); // This will cause ConflictGV to get renamed in forceRenaming()
529 GV->setName(Name); // Force the name back in forceRenaming()
1205 DI->setName(Arg.getName()); // Copy the name over. in linkFunctionBody()
/NextBSD/contrib/llvm/tools/bugpoint/
HDExtractFunction.cpp289 I->setName(I->getName().substr(1)); in SplitFunctionsOutOfModule()
368 if (!BB->hasName()) BB->setName("tmpbb"); in extractMappedBlocksFromModule()
HDMiscompilation.cpp291 I->setName("anon_global"); in DisambiguateGlobalSymbols()
294 I->setName("anon_fn"); in DisambiguateGlobalSymbols()
789 oldMain->setName("llvm_bugpoint_old_main"); in CleanupAndPrepareModules()
804 I->setName(OI->getName()); // Copy argument names from oldMain in CleanupAndPrepareModules()
/NextBSD/contrib/llvm/include/llvm/Support/
HDTimer.h172 void setName(StringRef name) { Name.assign(name.begin(), name.end()); } in setName() function
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopRotation.cpp458 C->setName(Inst->getName()); in rotateLoop()
527 NewPH->setName(NewHeader->getName() + ".lr.ph"); in rotateLoop()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Orc/
HDIndirectionUtils.cpp93 V.setName(R.getRename(V)); in raiseVisibilityOnValue()
/NextBSD/contrib/llvm/include/llvm/IR/
HDGlobalValue.h74 setName(Name); in GlobalValue()
HDInstrTypes.h396 setName(NameStr);
402 setName(NameStr);
/NextBSD/contrib/llvm/lib/CodeGen/
HDIntrinsicLowering.cpp81 NewCI->setName(CI->getName()); in ReplaceCallWith()
407 NotSrc->setName(Src->getName() + ".not"); in LowerIntrinsicCall()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCXX.cpp196 Alias->setName(MangledName); in TryEmitDefinitionAsAlias()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2190 Gep2->setName("gep.indvar.base"); in vectorizeMemoryInstruction()
2219 Gep2->setName("gep.indvar.idx"); in vectorizeMemoryInstruction()
2380 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction()
2655 VectorPH->setName("vector.stridecheck"); in createEmptyLoop()
2680 VectorPH->setName("vector.memcheck"); in createEmptyLoop()
2771 EndValue->setName("ind.end"); in createEmptyLoop()
2779 EndValue->setName("ptr.ind.end"); in createEmptyLoop()
3411 Broadcasted->setName("offset.idx"); in widenPHIInstruction()
3436 SclrGep->setName("next.gep"); in widenPHIInstruction()
3447 SclrGep->setName("next.gep"); in widenPHIInstruction()
[all …]

1234