| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | MetaRenamer.cpp | 111 Arg.setName("arg"); in MetaRename() 114 BB.setName("bb"); in MetaRename() 118 I.setName("tmp"); in MetaRename() 155 GA.setName("alias"); in MetaRename() 165 GV.setName("global"); in MetaRename() 178 STy->setName( in MetaRename() 196 F.setName(renamer.newName()); in MetaRename()
|
| H A D | InstructionNamer.cpp | 30 Arg.setName("arg"); in nameInstructions() 35 BB.setName("bb"); in nameInstructions() 39 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 | 301 ThenBlock->setName("if.true.direct_targ"); in versionCallSite() 343 ThenBlock->setName("if.true.direct_targ"); in versionCallSite() 344 ElseBlock->setName("if.false.orig_indirect"); in versionCallSite() 345 MergeBlock->setName("if.end.icp"); in versionCallSite()
|
| H A D | CloneFunction.cpp | 47 NewBB->setName(BB->getName() + NameSuffix); in CloneBasicBlock() 59 NewInst->setName(I.getName() + NameSuffix); in CloneBasicBlock() 316 DestI->setName(I.getName()); // Copy the name over... in CloneFunction() 456 NewBB->setName(BB->getName() + NameSuffix); in CloneBlock() 515 NewInst->setName(II->getName() + NameSuffix); in CloneBlock() 575 NewInst->setName(OldTI->getName() + NameSuffix); in CloneBlock() 1007 NewBB->setName(PredBB->getName() + ".split"); in DuplicateInstructionsInSplitBetween() 1022 New->setName(BI->getName()); in DuplicateInstructionsInSplitBetween()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | SymbolInterfaces.td | 43 "void", "setName", (ins "::mlir::StringAttr":$name), [{}], 183 /// Convenience version of `setName` that take a StringRef. 184 void setName(StringRef name) { 185 setName(StringAttr::get(this->getContext(), name)); 206 /// Convenience version of `setName` that take a StringRef. 207 void setName(StringRef name) { 208 setName(StringAttr::get($_op->getContext(), name));
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGenerators.cpp | 127 ExitBB->setName("polly.loop_exit"); in createLoop() 138 LoopGuard->setName("polly.loop_guard"); in createLoop() 210 SubFn->setName(FunctionName); in createSubFnDefinition() 238 Address->setName("polly.subfn.storeaddr." + Values[i]->getName()); in storeValuesIntoStruct() 251 NewValue->setName("polly.subfunc.arg." + OldValues[i]->getName()); in extractValuesFromStruct()
|
| H A D | Utils.cpp | 101 SplitBlock->setName("polly.split_new_and_old"); in executeScopConditionally() 121 MergeBlock->setName("polly.merge_new_and_old"); in executeScopConditionally()
|
| H A D | LoopGeneratorsKMP.cpp | 91 AI->setName("polly.kmpc.global_tid"); in prepareSubFnDefinition() 93 AI->setName("polly.kmpc.bound_tid"); in prepareSubFnDefinition() 95 AI->setName("polly.kmpc.lb"); in prepareSubFnDefinition() 97 AI->setName("polly.kmpc.ub"); in prepareSubFnDefinition() 99 AI->setName("polly.kmpc.inc"); in prepareSubFnDefinition() 101 AI->setName("polly.kmpc.shared"); in prepareSubFnDefinition()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAssignValidGlobalNames.cpp | 60 GV.setName(cleanUpName(GV.getName())); in runOnModule() 67 F.setName(cleanUpName(F.getName())); in runOnModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 231 CondBlock->setName("cond.load"); in scalarizeMaskedLoad() 240 NewIfBlock->setName("else"); in scalarizeMaskedLoad() 365 CondBlock->setName("cond.store"); in scalarizeMaskedStore() 374 NewIfBlock->setName("else"); in scalarizeMaskedStore() 487 CondBlock->setName("cond.load"); in scalarizeMaskedGather() 498 NewIfBlock->setName("else"); in scalarizeMaskedGather() 614 CondBlock->setName("cond.store"); in scalarizeMaskedScatter() 623 NewIfBlock->setName("else"); in scalarizeMaskedScatter() 720 CondBlock->setName("cond.load"); in scalarizeMaskedExpandLoad() 733 NewIfBlock->setName("else"); in scalarizeMaskedExpandLoad() [all …]
|
| H A D | PartiallyInlineLibCalls.cpp | 71 JoinBB->setName(CurrBB.getName() + ".split"); in optimizeSQRT() 78 LibCallBB->setName("call.sqrt"); in optimizeSQRT()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | SampleProfTest.cpp | 146 FooSamples.setName(FooName); in testRoundTrip() 159 GooSamples.setName(GooName); in testRoundTrip() 167 HooSamples.setName(HooName); in testRoundTrip() 173 BarSamples.setName(BarName); in testRoundTrip() 185 BazSamples.setName(BazName); in testRoundTrip() 192 BooSamples.setName(BooName); in testRoundTrip() 335 FcnSamples.setName(Name); in addFunctionSamples()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | TypesTest.cpp | 22 Struct->setName(Struct->getName().substr(0, 3)); in TEST() 24 Struct->setName(""); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 115 CallSiteTypeId.setName("CallSiteTypeId"); in buildCFICheck() 117 Addr.setName("Addr"); in buildCFICheck() 119 CFICheckFailData.setName("CFICheckFailData"); in buildCFICheck()
|
| H A D | StripSymbols.cpp | 174 V->setName(""); in StripSymtab() 191 STy->setName(""); in StripTypeNames() 219 GV.setName(""); // Internal symbols can't participate in linkage in StripSymbolNames() 225 I.setName(""); // Internal symbols can't participate in linkage in StripSymbolNames()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceOperandsToArgs.cpp | 141 NewArg.setName(OldArg.getName()); // Copy the name over... in substituteOperandWithArgument() 151 NewArg.setName(OldVal->getName()); in substituteOperandWithArgument() 173 NewF->setName(FName); in substituteOperandWithArgument()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | SarifTest.cpp | 158 .setName("clang unit test"); in TEST_F() 212 .setName("clang unit test"); in TEST_F() 236 .setName("clang unit test"); in TEST_F() 281 .setName("clang unit test"); in TEST_F()
|
| /llvm-project-15.0.7/llvm/examples/BrainF/ |
| H A D | BrainFDriver.cpp | 86 arg_0->setName("argc"); in addMainFunction() 88 arg_1->setName("argv"); in addMainFunction()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 199 F->setName("func"); in buildSingleLoopFunction() 559 F->setName("func"); in TEST_F() 595 F->setName("func"); in TEST_F() 700 F->setName("func"); in TEST_F() 794 F->setName("func"); in TEST_F() 903 F->setName("func"); in TEST_F() 1025 F->setName("func"); in TEST_F() 1138 F->setName("func"); in TEST_F() 1337 F->setName("func"); in TEST_F() 1473 F->setName("func"); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 206 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper() 288 Main->setName("__original_main"); in runOnModule() 299 MainWrapper->setName("main"); in runOnModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHCFGBuilder.cpp | 271 ThePreheaderVPBB->setName("vector.ph"); in buildPlainCFG() 279 HeaderVPBB->setName("vector.body"); in buildPlainCFG() 388 LLVM_DEBUG(Plan.setName("HCFGBuilder: Plain CFG\n"); dbgs() << Plan); in buildHierarchicalCFG()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.h | 346 void setName(StringRef N) { Name = std::string(N); } in setName() function 390 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()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Attributes.cpp | 38 void NamedAttribute::setName(StringAttr newName) { in setName() function in NamedAttribute
|