Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/TableGen/
H A DDuplicateFieldValues.td32 let RowFields = ["BaseName"];
40 let RowFields = ["BaseName"];
48 let RowFields = ["BaseName"];
56 let RowFields = ["BaseName"];
67 string BaseName = "";
77 let BaseName = "0" in {
H A DRelTest.td23 let RowFields = ["BaseName"];
39 // CHECK: error: No value "BaseName" found in "SimpleInstr" instruction description.
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp137 char* BaseName = 0; in checkForOProfileProcEntry() local
145 BaseName = ExeName; in checkForOProfileProcEntry()
159 BaseName = ExeName + Idx + 1; in checkForOProfileProcEntry()
166 if (BaseName != 0 && (!strcmp("oprofiled", BaseName) || in checkForOProfileProcEntry()
167 !strcmp("operf", BaseName))) { in checkForOProfileProcEntry()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp88 StringRef BaseName; in scanLibDevicePath() local
92 BaseName = FileName.drop_back(Suffix.size()); in scanLibDevicePath()
95 if (BaseName == "ocml") { in scanLibDevicePath()
97 } else if (BaseName == "ockl") { in scanLibDevicePath()
99 } else if (BaseName == "opencl") { in scanLibDevicePath()
101 } else if (BaseName == "hip") { in scanLibDevicePath()
103 } else if (BaseName == "asanrtl") { in scanLibDevicePath()
107 } else if (BaseName == "oclc_finite_only_on") { in scanLibDevicePath()
109 } else if (BaseName == "oclc_daz_opt_on") { in scanLibDevicePath()
111 } else if (BaseName == "oclc_daz_opt_off") { in scanLibDevicePath()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp71 std::string BaseName = "llvm.btf_type_id."; in BPFPreserveDITypeImpl() local
110 BaseName + std::to_string(Count) + "$" + std::to_string(Reloc); in BPFPreserveDITypeImpl()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp445 StringRef BaseName = BaseValue->getName(); in getEndUserMessage() local
446 std::string Name = BaseName.empty() ? "UNKNOWN" : BaseName.str(); in getEndUserMessage()
472 StringRef BaseName = BaseValue->getName(); in getEndUserMessage() local
473 std::string Name = BaseName.empty() ? "UNKNOWN" : BaseName.str(); in getEndUserMessage()
H A DScopInfo.cpp231 const char *BaseName) in ScopArrayInfo() argument
234 BaseName ? BaseName in ScopArrayInfo()
1179 BaseName(Name), SurroundingLoop(SurroundingLoop), in ScopStmt()
1185 BaseName = getIslCompatibleName("CopyStmt_", "", in ScopStmt()
1738 const char *BaseName) { in getOrCreateScopArrayInfo() argument
1739 assert((BasePtr || BaseName) && in getOrCreateScopArrayInfo()
1741 assert(!(BasePtr && BaseName) && "BaseName is redundant."); in getOrCreateScopArrayInfo()
1743 : ScopArrayNameMap[BaseName]; in getOrCreateScopArrayInfo()
1747 DL, this, BaseName)); in getOrCreateScopArrayInfo()
1760 const std::string &BaseName, in createScopArrayInfo() argument
[all …]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp272 StringRef BaseName = Base->getName(); in createAccessAddress() local
278 Builder.CreateBitCast(Base, PointerTy, "polly.access.cast." + BaseName); in createAccessAddress()
307 IndexOp = createAdd(IndexOp, NextIndex, "polly.access.add." + BaseName); in createAccessAddress()
330 "polly.access.sext." + BaseName); in createAccessAddress()
333 "polly.access.sext." + BaseName); in createAccessAddress()
334 IndexOp = createMul(IndexOp, DimSize, "polly.access.mul." + BaseName); in createAccessAddress()
338 "polly.access." + BaseName); in createAccessAddress()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp322 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument
331 if (BaseName.empty()) in LoadAndStorePromoter()
332 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
333 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DPartialDemangleTest.cpp15 const char *ContextName, *BaseName, *ReturnType, *Params; member
76 EXPECT_STREQ(Buf, N.BaseName); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td21 string BaseName = NAME;
60 let BaseName = NAME in
H A DWebAssemblyISelLowering.cpp1743 const char *BaseName = MF.createExternalSymbolName("__tls_base"); in LowerGlobalTLSAddress() local
1747 DAG.getTargetExternalSymbol(BaseName, PtrVT)), in LowerGlobalTLSAddress()
1783 const char *BaseName; in LowerGlobalAddress() local
1785 BaseName = MF.createExternalSymbolName("__table_base"); in LowerGlobalAddress()
1788 BaseName = MF.createExternalSymbolName("__memory_base"); in LowerGlobalAddress()
1793 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerGlobalAddress()
1900 const char *BaseName = MF.createExternalSymbolName("__memory_base"); in LowerIntrinsic() local
1903 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerIntrinsic()
H A DWebAssemblyInstrInfo.td226 let RowFields = ["BaseName"];
239 let RowFields = ["BaseName"];
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp89 std::string BaseName = macroName(std::string(Base.getName())); in EmitNode() local
105 << BaseName << "(Type, Base)\n"; in EmitNode()
/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp141 for (StringRef BaseName : Libraries) { in processCommandLineLibraries() local
143 BaseName.endswith(".o") ? BaseName.str() : "lib" + BaseName + ".a"); in processCommandLineLibraries()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp477 std::string Module::getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id, in getUniqueIntrinsicName() argument
479 auto Encode = [&BaseName](unsigned Suffix) { in getUniqueIntrinsicName()
480 return (Twine(BaseName) + "." + Twine(Suffix)).str(); in getUniqueIntrinsicName()
494 auto NiidItInserted = CurrentIntrinsicIds.insert({BaseName, 0}); in getUniqueIntrinsicName()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp185 StringRef BaseName = Name.substr(0, Separator); in appendUnqualifiedNameBefore() local
188 *OriginalFullName = (BaseName + TemplateArgs).str(); in appendUnqualifiedNameBefore()
189 Name = BaseName; in appendUnqualifiedNameBefore()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.td470 // Instructions with the same BaseName and Interpretation64Bit values
472 let RowFields = ["BaseName", "Interpretation64Bit"];
483 // Instructions with the same BaseName and Interpretation64Bit values
485 let RowFields = ["BaseName", "Interpretation64Bit"];
496 // Instructions with the same BaseName value form a row.
497 let RowFields = ["BaseName"];
H A DPPCInstrInfo.td715 let BaseName = asmbase in {
729 let BaseName = asmbase in {
744 let BaseName = asmbase in {
759 let BaseName = asmbase in {
773 let BaseName = asmbase in {
789 let BaseName = asmbase in {
815 let BaseName = asmbase in {
840 let BaseName = asmbase in {
865 let BaseName = asmbase in {
889 let BaseName = asmbase in {
[all …]
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3208 std::string, BaseName, 1) {
3209 if (BaseName.empty())
3212 const auto M = isDerivedFrom(hasName(BaseName));
3281 std::string, BaseName, 1) {
3282 if (BaseName.empty())
3285 const auto M = isSameOrDerivedFrom(hasName(BaseName));
3333 std::string, BaseName, 1) {
3334 if (BaseName.empty())
3336 const auto M = isDirectlyDerivedFrom(hasName(BaseName));
3735 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument
[all …]
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp5524 Filename = BaseName; in MakeCLOutputFilename()
5527 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
5645 StringRef BaseName; in GetNamedOutputPath() local
5656 BaseName = ExternalPath; in GetNamedOutputPath()
5658 BaseName = BasePath; in GetNamedOutputPath()
5660 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
5698 Output = BaseName; in GetNamedOutputPath()
5726 End = BaseName.rfind('.'); in GetNamedOutputPath()
5727 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
5772 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
[all …]
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h233 const DataLayout &DL, Scop *S, const char *BaseName = nullptr);
1258 std::string BaseName; variable
2399 const char *BaseName = nullptr);
2407 const std::string &BaseName,
2596 ScopArrayInfo *getArrayInfoByName(const std::string BaseName);
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1100 SampleContext BaseName; member
1733 FuncOverlap.BaseName = Match->second->getContext(); in computeSampleProfileOverlap()
1734 assert(BaseStats.count(FuncOverlap.BaseName) && in computeSampleProfileOverlap()
1737 FuncOverlap.BaseSample = BaseStats[FuncOverlap.BaseName].SampleSum; in computeSampleProfileOverlap()
1766 FuncOverlap.BaseName.toString().find(FuncFilter.NameFilter) != in computeSampleProfileOverlap()
1828 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
1895 << ProfOverlap.BaseName.toString() in dumpProgramSummary()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h631 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp6374 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local
6376 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName()
6380 std::tie(ContextName, BaseName) = BaseName.split('.'); in validateSwiftFunctionName()
6381 if (BaseName.empty()) { in validateSwiftFunctionName()
6382 BaseName = ContextName; in validateSwiftFunctionName()
6392 if (!isValidAsciiIdentifier(BaseName) || BaseName == "_") { in validateSwiftFunctionName()
6398 bool IsSubscript = BaseName == "subscript"; in validateSwiftFunctionName()
6604 StringRef ContextName, BaseName; in DiagnoseSwiftName() local
6607 if (BaseName.empty()) { in DiagnoseSwiftName()
6608 BaseName = ContextName; in DiagnoseSwiftName()
[all …]

12