Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp88 StringRef BaseName; in scanLibDevicePath() local
92 BaseName = FileName.drop_back(Suffix.size()); in scanLibDevicePath()
94 if (BaseName == "ocml") { in scanLibDevicePath()
96 } else if (BaseName == "ockl") { in scanLibDevicePath()
98 } else if (BaseName == "opencl") { in scanLibDevicePath()
100 } else if (BaseName == "hip") { in scanLibDevicePath()
102 } else if (BaseName == "asanrtl") { in scanLibDevicePath()
106 } else if (BaseName == "oclc_finite_only_on") { in scanLibDevicePath()
108 } else if (BaseName == "oclc_daz_opt_on") { in scanLibDevicePath()
110 } else if (BaseName == "oclc_daz_opt_off") { in scanLibDevicePath()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp70 std::string BaseName = "llvm.btf_type_id."; in BPFPreserveDITypeImpl() local
103 std::string GVName = BaseName + std::to_string(Count) + "$" + in BPFPreserveDITypeImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp323 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument
332 if (BaseName.empty()) in LoadAndStorePromoter()
333 BaseName = SomeVal->getName(); in LoadAndStorePromoter()
334 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
/freebsd-13.1/contrib/unbound/testdata/svcb.tdir/
H A Dsvcb.dsc1 BaseName: svcb
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/
H A Dratelimit.dsc1 BaseName: ratelimit
/freebsd-13.1/contrib/unbound/testdata/http_user_agent.tdir/
H A Dhttp_user_agent.dsc1 BaseName: http_user_agent
/freebsd-13.1/contrib/unbound/testdata/zonemd_reload.tdir/
H A Dzonemd_reload.dsc1 BaseName: zonemd_reload
/freebsd-13.1/contrib/unbound/testdata/stub_udp_with_tcp_upstream.tdir/
H A Dstub_udp_with_tcp_upstream.dsc1 BaseName: stub_udp_with_tcp_upstream
/freebsd-13.1/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/
H A Dfwd_udp_with_tcp_upstream.dsc1 BaseName: fwd_udp_with_tcp_upstream
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td21 string BaseName = NAME;
60 let BaseName = NAME in
H A DWebAssemblyInstrInfo.td231 let RowFields = ["BaseName"];
244 let RowFields = ["BaseName"];
H A DWebAssemblyISelLowering.cpp1522 const char *BaseName = MF.createExternalSymbolName("__tls_base"); in LowerGlobalTLSAddress() local
1526 DAG.getTargetExternalSymbol(BaseName, PtrVT)), in LowerGlobalTLSAddress()
1552 const char *BaseName; in LowerGlobalAddress() local
1554 BaseName = MF.createExternalSymbolName("__table_base"); in LowerGlobalAddress()
1558 BaseName = MF.createExternalSymbolName("__memory_base"); in LowerGlobalAddress()
1563 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerGlobalAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td422 // Instructions with the same BaseName and Interpretation64Bit values
424 let RowFields = ["BaseName", "Interpretation64Bit"];
435 // Instructions with the same BaseName and Interpretation64Bit values
437 let RowFields = ["BaseName", "Interpretation64Bit"];
448 // Instructions with the same BaseName value form a row.
449 let RowFields = ["BaseName"];
H A DPPCInstrInfo.td1204 let BaseName = asmbase in {
1218 let BaseName = asmbase in {
1233 let BaseName = asmbase in {
1248 let BaseName = asmbase in {
1262 let BaseName = asmbase in {
1278 let BaseName = asmbase in {
1304 let BaseName = asmbase in {
1329 let BaseName = asmbase in {
1354 let BaseName = asmbase in {
1378 let BaseName = asmbase in {
[all …]
H A DPPCInstrVSX.td164 let BaseName = asmbase in {
417 let BaseName = "XSMADDADP" in {
433 let BaseName = "XSMSUBADP" in {
449 let BaseName = "XSNMADDADP" in {
465 let BaseName = "XSNMSUBADP" in {
481 let BaseName = "XVMADDADP" in {
497 let BaseName = "XVMADDASP" in {
513 let BaseName = "XVMSUBADP" in {
529 let BaseName = "XVMSUBASP" in {
545 let BaseName = "XVNMADDADP" in {
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp480 std::string Module::getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id, in getUniqueIntrinsicName() argument
482 auto Encode = [&BaseName](unsigned Suffix) { in getUniqueIntrinsicName()
483 return (Twine(BaseName) + "." + Twine(Suffix)).str(); in getUniqueIntrinsicName()
497 auto NiidItInserted = CurrentIntrinsicIds.insert({BaseName, 0}); in getUniqueIntrinsicName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4834 Filename = BaseName; in MakeCLOutputFilename()
4837 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
4949 StringRef BaseName; in GetNamedOutputPath() local
4960 BaseName = ExternalPath; in GetNamedOutputPath()
4962 BaseName = BasePath; in GetNamedOutputPath()
4964 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
5001 Output = BaseName; in GetNamedOutputPath()
5021 End = BaseName.rfind('.'); in GetNamedOutputPath()
5022 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
5067 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3195 std::string, BaseName, 1) {
3196 if (BaseName.empty())
3199 const auto M = isDerivedFrom(hasName(BaseName));
3268 std::string, BaseName, 1) {
3269 if (BaseName.empty())
3272 const auto M = isSameOrDerivedFrom(hasName(BaseName));
3320 std::string, BaseName, 1) {
3321 if (BaseName.empty())
3323 const auto M = isDirectlyDerivedFrom(hasName(BaseName));
3722 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1025 StringRef BaseName; member
1653 FuncOverlap.BaseName = Match->second->getNameWithContext(); in computeSampleProfileOverlap()
1654 assert(BaseStats.count(FuncOverlap.BaseName) && in computeSampleProfileOverlap()
1657 FuncOverlap.BaseSample = BaseStats[FuncOverlap.BaseName].SampleSum; in computeSampleProfileOverlap()
1686 FuncOverlap.BaseName.find(FuncFilter.NameFilter) != in computeSampleProfileOverlap()
1687 FuncOverlap.BaseName.npos)) { in computeSampleProfileOverlap()
1749 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap()
1815 OS << "Profile overlap infomation for base_profile: " << ProfOverlap.BaseName in dumpProgramSummary()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h545 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6056 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local
6058 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName()
6062 std::tie(ContextName, BaseName) = BaseName.split('.'); in validateSwiftFunctionName()
6063 if (BaseName.empty()) { in validateSwiftFunctionName()
6064 BaseName = ContextName; in validateSwiftFunctionName()
6074 if (!isValidIdentifier(BaseName) || BaseName == "_") { in validateSwiftFunctionName()
6080 bool IsSubscript = BaseName == "subscript"; in validateSwiftFunctionName()
6287 StringRef ContextName, BaseName; in DiagnoseSwiftName() local
6290 if (BaseName.empty()) { in DiagnoseSwiftName()
6291 BaseName = ContextName; in DiagnoseSwiftName()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h347 std::string getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td9752 defm : SIMDLdStAliases<BaseName, asm, "8h", Count, Offset128, 128>;
9753 defm : SIMDLdStAliases<BaseName, asm, "4s", Count, Offset128, 128>;
9755 defm : SIMDLdStAliases<BaseName, asm, "8b", Count, Offset64, 64>;
9756 defm : SIMDLdStAliases<BaseName, asm, "4h", Count, Offset64, 64>;
9757 defm : SIMDLdStAliases<BaseName, asm, "2s", Count, Offset64, 64>;
9827 defm : SIMDLdStAliases<BaseName, asm, "8b", Count, Offset64, 64>;
9828 defm : SIMDLdStAliases<BaseName, asm, "4h", Count, Offset64, 64>;
9829 defm : SIMDLdStAliases<BaseName, asm, "2s", Count, Offset64, 64>;
9849 defm : SIMDLdStAliases<BaseName, asm, "1d", Count, Offset64, 64>;
9869 defm : SIMDLdStAliases<BaseName, asm, "1d", Count, Offset64, 64>;
[all …]

12