Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp90 StringRef BaseName; in scanLibDevicePath() local
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()
109 } else if (BaseName == "oclc_finite_only_on") { in scanLibDevicePath()
111 } else if (BaseName == "oclc_daz_opt_on") { in scanLibDevicePath()
113 } else if (BaseName == "oclc_daz_opt_off") { in scanLibDevicePath()
[all …]
H A DBareMetal.cpp372 llvm::StringRef BaseName = llvm::sys::path::filename(FileName); in AddLinkRuntimeLib() local
373 BaseName.consume_front("lib"); in AddLinkRuntimeLib()
374 BaseName.consume_back(".a"); in AddLinkRuntimeLib()
375 CmdArgs.push_back(Args.MakeArgString("-l" + BaseName)); in AddLinkRuntimeLib()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp154 StringRef BaseName) { in getScopedName() argument
157 std::string Name(BaseName); in getScopedName()
159 if (BaseName.size()) in getScopedName()
H A DLVScope.cpp520 std::string BaseName; in encodeTemplateArguments() local
521 getQualifiedName(BaseName); in encodeTemplateArguments()
523 Name.append(BaseName); in encodeTemplateArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp72 std::string BaseName = "llvm.btf_type_id."; in BPFPreserveDITypeImpl() local
112 BaseName + std::to_string(Count) + "$" + std::to_string(Reloc); in BPFPreserveDITypeImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp373 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument
382 if (BaseName.empty()) in LoadAndStorePromoter()
383 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
384 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td21 string BaseName = NAME;
60 let BaseName = NAME in
H A DWebAssemblyISelLowering.cpp1692 const char *BaseName = MF.createExternalSymbolName("__tls_base"); in LowerGlobalTLSAddress() local
1696 DAG.getTargetExternalSymbol(BaseName, PtrVT)), in LowerGlobalTLSAddress()
1735 const char *BaseName; in LowerGlobalAddress() local
1737 BaseName = MF.createExternalSymbolName("__table_base"); in LowerGlobalAddress()
1740 BaseName = MF.createExternalSymbolName("__memory_base"); in LowerGlobalAddress()
1745 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerGlobalAddress()
1852 const char *BaseName = MF.createExternalSymbolName("__memory_base"); in LowerIntrinsic() local
1855 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerIntrinsic()
H A DWebAssemblyInstrInfo.td230 let RowFields = ["BaseName"];
243 let RowFields = ["BaseName"];
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp98 std::string BaseName = macroName(std::string(Base.getName())); in EmitNode() local
129 << BaseName << "(Type, Base)\n"; in EmitNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp187 StringRef BaseName = Name.substr(0, Separator); in appendUnqualifiedNameBefore() local
190 *OriginalFullName = (BaseName + TemplateArgs).str(); in appendUnqualifiedNameBefore()
191 Name = BaseName; in appendUnqualifiedNameBefore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp463 std::string Module::getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id, in getUniqueIntrinsicName() argument
465 auto Encode = [&BaseName](unsigned Suffix) { in getUniqueIntrinsicName()
466 return (Twine(BaseName) + "." + Twine(Suffix)).str(); in getUniqueIntrinsicName()
480 auto NiidItInserted = CurrentIntrinsicIds.insert({BaseName, 0}); in getUniqueIntrinsicName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td492 // Instructions with the same BaseName and Interpretation64Bit values
494 let RowFields = ["BaseName", "Interpretation64Bit"];
505 // Instructions with the same BaseName and Interpretation64Bit values
507 let RowFields = ["BaseName", "Interpretation64Bit"];
518 // Instructions with the same BaseName value form a row.
519 let RowFields = ["BaseName"];
H A DPPCInstrFuture.td37 let BaseName = asmbase in {
H A DPPCInstrInfo.td735 let BaseName = asmbase in {
749 let BaseName = asmbase in {
763 let BaseName = asmbase in {
778 let BaseName = asmbase in {
793 let BaseName = asmbase in {
807 let BaseName = asmbase in {
823 let BaseName = asmbase in {
849 let BaseName = asmbase in {
874 let BaseName = asmbase in {
899 let BaseName = asmbase in {
[all …]
H A DPPCInstrVSX.td146 let BaseName = asmbase in {
399 let BaseName = "XSMADDADP" in {
415 let BaseName = "XSMSUBADP" in {
431 let BaseName = "XSNMADDADP" in {
447 let BaseName = "XSNMSUBADP" in {
463 let BaseName = "XVMADDADP" in {
479 let BaseName = "XVMADDASP" in {
495 let BaseName = "XVMSUBADP" in {
511 let BaseName = "XVMSUBASP" in {
527 let BaseName = "XVNMADDADP" in {
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3286 std::string, BaseName, 1) {
3287 if (BaseName.empty())
3290 const auto M = isDerivedFrom(hasName(BaseName));
3359 std::string, BaseName, 1) {
3360 if (BaseName.empty())
3363 const auto M = isSameOrDerivedFrom(hasName(BaseName));
3411 std::string, BaseName, 1) {
3412 if (BaseName.empty())
3414 const auto M = isDirectlyDerivedFrom(hasName(BaseName));
3813 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5697 Filename = BaseName; in MakeCLOutputFilename()
5700 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
5910 StringRef BaseName; in GetNamedOutputPath() local
5921 BaseName = ExternalPath; in GetNamedOutputPath()
5923 BaseName = BasePath; in GetNamedOutputPath()
5925 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
5963 Output = BaseName; in GetNamedOutputPath()
5992 End = BaseName.rfind('.'); in GetNamedOutputPath()
5993 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
6041 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h235 StringRef BaseName = {});
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1688 SampleContext BaseName; member
2317 FuncOverlap.BaseName = Match->second->getContext(); in computeSampleProfileOverlap()
2318 assert(BaseStats.count(FuncOverlap.BaseName) && in computeSampleProfileOverlap()
2321 FuncOverlap.BaseSample = BaseStats[FuncOverlap.BaseName].SampleSum; in computeSampleProfileOverlap()
2350 FuncOverlap.BaseName.toString().find(FuncFilter.NameFilter) != in computeSampleProfileOverlap()
2412 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
2479 << ProfOverlap.BaseName.toString() in dumpProgramSummary()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h679 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6707 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local
6709 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName()
6713 std::tie(ContextName, BaseName) = BaseName.split('.'); in validateSwiftFunctionName()
6714 if (BaseName.empty()) { in validateSwiftFunctionName()
6715 BaseName = ContextName; in validateSwiftFunctionName()
6725 if (!isValidAsciiIdentifier(BaseName) || BaseName == "_") { in validateSwiftFunctionName()
6731 bool IsSubscript = BaseName == "subscript"; in validateSwiftFunctionName()
6938 StringRef ContextName, BaseName; in DiagnoseSwiftName() local
6941 if (BaseName.empty()) { in DiagnoseSwiftName()
6942 BaseName = ContextName; in DiagnoseSwiftName()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h369 std::string getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td10496 defm : SIMDLdStAliases<BaseName, asm, "8h", Count, Offset128, 128>;
10497 defm : SIMDLdStAliases<BaseName, asm, "4s", Count, Offset128, 128>;
10499 defm : SIMDLdStAliases<BaseName, asm, "8b", Count, Offset64, 64>;
10500 defm : SIMDLdStAliases<BaseName, asm, "4h", Count, Offset64, 64>;
10501 defm : SIMDLdStAliases<BaseName, asm, "2s", Count, Offset64, 64>;
10571 defm : SIMDLdStAliases<BaseName, asm, "8b", Count, Offset64, 64>;
10572 defm : SIMDLdStAliases<BaseName, asm, "4h", Count, Offset64, 64>;
10573 defm : SIMDLdStAliases<BaseName, asm, "2s", Count, Offset64, 64>;
10593 defm : SIMDLdStAliases<BaseName, asm, "1d", Count, Offset64, 64>;
10613 defm : SIMDLdStAliases<BaseName, asm, "1d", Count, Offset64, 64>;
[all …]

12