| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileWrapper.cpp | 137 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 D | AMDGPU.cpp | 90 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 D | BareMetal.cpp | 372 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 D | LVSupport.cpp | 154 StringRef BaseName) { in getScopedName() argument 157 std::string Name(BaseName); in getScopedName() 159 if (BaseName.size()) in getScopedName()
|
| H A D | LVScope.cpp | 520 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 D | BPFPreserveDIType.cpp | 72 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 D | SSAUpdater.cpp | 373 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 D | WebAssemblyInstrFormats.td | 21 string BaseName = NAME; 60 let BaseName = NAME in
|
| H A D | WebAssemblyISelLowering.cpp | 1692 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 D | WebAssemblyInstrInfo.td | 230 let RowFields = ["BaseName"]; 243 let RowFields = ["BaseName"];
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 98 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 D | DWARFTypePrinter.cpp | 187 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 D | Module.cpp | 463 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 D | PPC.td | 492 // 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 D | PPCInstrFuture.td | 37 let BaseName = asmbase in {
|
| H A D | PPCInstrInfo.td | 735 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 D | PPCInstrVSX.td | 146 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 D | ASTMatchers.h | 3286 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 D | Driver.cpp | 5697 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 D | LVSupport.h | 235 StringRef BaseName = {});
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1688 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 D | Driver.h | 679 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 6707 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 D | Module.h | 369 std::string getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 10496 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 …]
|