Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp90 StringRef BaseName; in scanLibDevicePath() local
92 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath()
94 BaseName = FileName.drop_back(Suffix.size()); in scanLibDevicePath()
97 if (BaseName == "ocml") { in scanLibDevicePath()
99 } else if (BaseName == "ockl") { in scanLibDevicePath()
101 } else if (BaseName == "opencl") { in scanLibDevicePath()
103 } else if (BaseName == "hip") { in scanLibDevicePath()
105 } else if (BaseName == "asanrtl") { in scanLibDevicePath()
107 } else if (BaseName == "oclc_finite_only_off") { in scanLibDevicePath()
109 } else if (BaseName == "oclc_finite_only_on") { in scanLibDevicePath()
[all …]
H A DBareMetal.cpp290 llvm::StringRef BaseName = llvm::sys::path::filename(FileName); in AddLinkRuntimeLib() local
291 BaseName.consume_front("lib"); in AddLinkRuntimeLib()
292 BaseName.consume_back(".a"); in AddLinkRuntimeLib()
293 CmdArgs.push_back(Args.MakeArgString("-l" + BaseName)); in AddLinkRuntimeLib()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td21 string BaseName = NAME;
60 let BaseName = NAME in
H A DWebAssemblyISelLowering.cpp1646 const char *BaseName = MF.createExternalSymbolName("__tls_base"); in LowerGlobalTLSAddress() local
1650 DAG.getTargetExternalSymbol(BaseName, PtrVT)), in LowerGlobalTLSAddress()
1686 const char *BaseName; in LowerGlobalAddress() local
1688 BaseName = MF.createExternalSymbolName("__table_base"); in LowerGlobalAddress()
1691 BaseName = MF.createExternalSymbolName("__memory_base"); in LowerGlobalAddress()
1696 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerGlobalAddress()
1803 const char *BaseName = MF.createExternalSymbolName("__memory_base"); in LowerIntrinsic() local
1806 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerIntrinsic()
H A DWebAssemblyInstrInfo.td226 let RowFields = ["BaseName"];
239 let RowFields = ["BaseName"];
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp188 StringRef BaseName = Name.substr(0, Separator); in appendUnqualifiedNameBefore() local
191 *OriginalFullName = (BaseName + TemplateArgs).str(); in appendUnqualifiedNameBefore()
192 Name = BaseName; in appendUnqualifiedNameBefore()
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp154 for (StringRef BaseName : Libraries) { in processCommandLineLibraries() local
156 BaseName.endswith(".o") ? BaseName.str() : "lib" + BaseName + ".a"); in processCommandLineLibraries()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPC.td481 // Instructions with the same BaseName and Interpretation64Bit values
483 let RowFields = ["BaseName", "Interpretation64Bit"];
494 // Instructions with the same BaseName and Interpretation64Bit values
496 let RowFields = ["BaseName", "Interpretation64Bit"];
507 // Instructions with the same BaseName value form a row.
508 let RowFields = ["BaseName"];
H A DPPCInstrFuture.td37 let BaseName = asmbase in {
H A DPPCInstrInfo.td740 let BaseName = asmbase in {
754 let BaseName = asmbase in {
769 let BaseName = asmbase in {
784 let BaseName = asmbase in {
798 let BaseName = asmbase in {
814 let BaseName = asmbase in {
823 let BaseName = !strconcat(asmbase, "O") in {
840 let BaseName = asmbase in {
850 let BaseName = !strconcat(asmbase, "O") in {
865 let BaseName = asmbase in {
[all …]
H A DPPCInstrVSX.td148 let BaseName = asmbase in {
401 let BaseName = "XSMADDADP" in {
417 let BaseName = "XSMSUBADP" in {
433 let BaseName = "XSNMADDADP" in {
449 let BaseName = "XSNMSUBADP" in {
465 let BaseName = "XVMADDADP" in {
481 let BaseName = "XVMADDASP" in {
497 let BaseName = "XVMSUBADP" in {
513 let BaseName = "XVMSUBASP" in {
529 let BaseName = "XVNMADDADP" in {
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3209 std::string, BaseName, 1) {
3210 if (BaseName.empty())
3213 const auto M = isDerivedFrom(hasName(BaseName));
3282 std::string, BaseName, 1) {
3283 if (BaseName.empty())
3286 const auto M = isSameOrDerivedFrom(hasName(BaseName));
3334 std::string, BaseName, 1) {
3335 if (BaseName.empty())
3337 const auto M = isDirectlyDerivedFrom(hasName(BaseName));
3736 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5490 StringRef BaseName, in MakeCLOutputFilename() argument
5496 Filename = BaseName; in MakeCLOutputFilename()
5499 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
5616 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
5621 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath()
5643 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
5646 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath()
5674 StringRef BaseName; in GetNamedOutputPath() local
5685 BaseName = ExternalPath; in GetNamedOutputPath()
5687 BaseName = BasePath; in GetNamedOutputPath()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1324 SampleContext BaseName; member
1957 FuncOverlap.BaseName = Match->second->getContext(); in computeSampleProfileOverlap()
1958 assert(BaseStats.count(FuncOverlap.BaseName) && in computeSampleProfileOverlap()
1961 FuncOverlap.BaseSample = BaseStats[FuncOverlap.BaseName].SampleSum; in computeSampleProfileOverlap()
1990 FuncOverlap.BaseName.toString().find(FuncFilter.NameFilter) != in computeSampleProfileOverlap()
2052 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
2119 << ProfOverlap.BaseName.toString() in dumpProgramSummary()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h652 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp537 std::string BaseName; in encodeTemplateArguments() local
538 getQualifiedName(BaseName); in encodeTemplateArguments()
540 Name.append(BaseName); in encodeTemplateArguments()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6493 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local
6495 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName()
6499 std::tie(ContextName, BaseName) = BaseName.split('.'); in validateSwiftFunctionName()
6500 if (BaseName.empty()) { in validateSwiftFunctionName()
6501 BaseName = ContextName; in validateSwiftFunctionName()
6511 if (!isValidAsciiIdentifier(BaseName) || BaseName == "_") { in validateSwiftFunctionName()
6517 bool IsSubscript = BaseName == "subscript"; in validateSwiftFunctionName()
6599 SwiftParamCount == 1 && BaseName == "init" && CurrentParam != "_"; in validateSwiftFunctionName()
6723 StringRef ContextName, BaseName; in DiagnoseSwiftName() local
6725 std::tie(ContextName, BaseName) = Name.split('.'); in DiagnoseSwiftName()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h348 std::string getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id,
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td9978 multiclass SIMDLdStAliases<string BaseName, string asm, string layout, string Count,
9985 (!cast<Instruction>(BaseName # Count # "v" # layout # "_POST")
9995 (!cast<Instruction>(BaseName # Count # "v" # layout # "_POST")
10005 (!cast<Instruction>(BaseName # Count # "v" # layout)
10014 (!cast<Instruction>(BaseName # Count # "v" # layout # "_POST")
10020 multiclass BaseSIMDLdN<string BaseName, string Count, string asm, string veclist,
10083 defm : SIMDLdStAliases<BaseName, asm, "16b", Count, Offset128, 128>;
10084 defm : SIMDLdStAliases<BaseName, asm, "8h", Count, Offset128, 128>;
10085 defm : SIMDLdStAliases<BaseName, asm, "4s", Count, Offset128, 128>;
10086 defm : SIMDLdStAliases<BaseName, asm, "2d", Count, Offset128, 128>;
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp3515 const char *BaseName = nullptr; in mangleNeonVectorType() local
3519 BaseName = "__simd64_"; in mangleNeonVectorType()
3522 BaseName = "__simd128_"; in mangleNeonVectorType()
3524 Out << strlen(BaseName) + strlen(EltName); in mangleNeonVectorType()
3525 Out << BaseName << EltName; in mangleNeonVectorType()

12