| /freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSwift.cpp | 362 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local 364 std::tie(BaseName, Parameters) = Name.split('('); in validateSwiftFunctionName() 368 std::tie(ContextName, BaseName) = BaseName.rsplit('.'); in validateSwiftFunctionName() 369 if (BaseName.empty()) { in validateSwiftFunctionName() 370 BaseName = ContextName; in validateSwiftFunctionName() 380 if (!isValidAsciiIdentifier(BaseName) || BaseName == "_") { in validateSwiftFunctionName() 386 bool IsSubscript = BaseName == "subscript"; in validateSwiftFunctionName() 468 SwiftParamCount == 1 && BaseName == "init" && CurrentParam != "_"; in validateSwiftFunctionName() 594 StringRef ContextName, BaseName; in DiagnoseName() local 596 std::tie(ContextName, BaseName) = Name.rsplit('.'); in DiagnoseName() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AMDGPU.cpp | 48 StringRef BaseName; in scanLibDevicePath() local 50 BaseName = FileName.drop_back(Suffix2.size()); in scanLibDevicePath() 52 BaseName = FileName.drop_back(Suffix.size()); in scanLibDevicePath() 55 if (BaseName == "ocml") { in scanLibDevicePath() 57 } else if (BaseName == "ockl") { in scanLibDevicePath() 59 } else if (BaseName == "opencl") { in scanLibDevicePath() 61 } else if (BaseName == "asanrtl") { in scanLibDevicePath() 63 } else if (BaseName == "oclc_finite_only_off") { in scanLibDevicePath() 65 } else if (BaseName == "oclc_finite_only_on") { in scanLibDevicePath() 67 } else if (BaseName == "oclc_daz_opt_on") { in scanLibDevicePath() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.cpp | 152 StringRef BaseName) { in getScopedName() argument 155 std::string Name(BaseName); in getScopedName() 157 if (BaseName.size()) in getScopedName()
|
| H A D | LVScope.cpp | 527 std::string BaseName; in encodeTemplateArguments() local 528 getQualifiedName(BaseName); in encodeTemplateArguments() 530 Name.append(BaseName); in encodeTemplateArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveDIType.cpp | 71 std::string BaseName = "llvm.btf_type_id."; in BPFPreserveDITypeImpl() local 111 BaseName + std::to_string(Count) + "$" + std::to_string(Reloc); in BPFPreserveDITypeImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 377 SSAUpdater &S, StringRef BaseName) : SSA(S) { in LoadAndStorePromoter() argument 386 if (BaseName.empty()) in LoadAndStorePromoter() 387 BaseName = SomeVal->getName(); in LoadAndStorePromoter() 388 SSA.Initialize(SomeVal->getType(), BaseName); in LoadAndStorePromoter()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 359 createAdditionalSymbolGraphFile(CompilerInstance &CI, Twine BaseName) { in createAdditionalSymbolGraphFile() argument 364 BaseName + ".symbols.json"); in createAdditionalSymbolGraphFile() 379 auto ConstructOutputFile = [&CI](Twine BaseName) { in ImplEndSourceFileAction() argument 380 return createAdditionalSymbolGraphFile(CI, BaseName); in ImplEndSourceFileAction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFormats.td | 21 string BaseName = NAME; 60 let BaseName = NAME in
|
| H A D | WebAssemblyInstrInfo.td | 252 let RowFields = ["BaseName"]; 265 let RowFields = ["BaseName"];
|
| H A D | WebAssemblyISelLowering.cpp | 1968 const char *BaseName = MF.createExternalSymbolName("__tls_base"); in LowerGlobalTLSAddress() local 1972 DAG.getTargetExternalSymbol(BaseName, PtrVT)), in LowerGlobalTLSAddress() 2011 const char *BaseName; in LowerGlobalAddress() local 2013 BaseName = MF.createExternalSymbolName("__table_base"); in LowerGlobalAddress() 2016 BaseName = MF.createExternalSymbolName("__memory_base"); in LowerGlobalAddress() 2021 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerGlobalAddress() 2216 const char *BaseName = MF.createExternalSymbolName("__memory_base"); in LowerIntrinsic() local 2219 DAG.getTargetExternalSymbol(BaseName, PtrVT)); in LowerIntrinsic()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 90 std::string BaseName = macroName(Base.getName()); in EmitNode() local 117 << BaseName << "(Type, Base)\n"; in EmitNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 504 std::string Module::getUniqueIntrinsicName(StringRef BaseName, Intrinsic::ID Id, in getUniqueIntrinsicName() argument 506 auto Encode = [&BaseName](unsigned Suffix) { in getUniqueIntrinsicName() 507 return (Twine(BaseName) + "." + Twine(Suffix)).str(); in getUniqueIntrinsicName() 521 auto NiidItInserted = CurrentIntrinsicIds.insert({BaseName, 0}); in getUniqueIntrinsicName()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 519 // Instructions with the same BaseName and Interpretation64Bit values 521 let RowFields = ["BaseName", "Interpretation64Bit"]; 532 // Instructions with the same BaseName and Interpretation64Bit values 534 let RowFields = ["BaseName", "Interpretation64Bit"]; 545 // Instructions with the same BaseName value form a row. 546 let RowFields = ["BaseName"];
|
| H A D | PPCInstrFuture.td | 37 let BaseName = asmbase in {
|
| H A D | PPCInstrInfo.td | 763 let BaseName = asmbase in { 777 let BaseName = asmbase in { 791 let BaseName = asmbase in { 806 let BaseName = asmbase in { 821 let BaseName = asmbase in { 835 let BaseName = asmbase in { 851 let BaseName = asmbase in { 860 let BaseName = !strconcat(asmbase, "O") in { 877 let BaseName = asmbase in { 887 let BaseName = !strconcat(asmbase, "O") in { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOPDInstructions.td | 268 defvar BaseName = !substr(OPName,2); 269 string ret = !cond(!eq(BaseName, "BITOP3_B32_e64") : "BITOP2_B32_e64", 270 1 : BaseName);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.h | 286 StringRef BaseName = Name.substr(0, Separator); in appendUnqualifiedNameBefore() local 289 *OriginalFullName = (BaseName + TemplateArgs).str(); in appendUnqualifiedNameBefore() 290 Name = BaseName; in appendUnqualifiedNameBefore()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3380 std::string, BaseName, 1) { 3381 if (BaseName.empty()) 3384 const auto M = isDerivedFrom(hasName(BaseName)); 3453 std::string, BaseName, 1) { 3454 if (BaseName.empty()) 3457 const auto M = isSameOrDerivedFrom(hasName(BaseName)); 3505 std::string, BaseName, 1) { 3506 if (BaseName.empty()) 3508 const auto M = isDirectlyDerivedFrom(hasName(BaseName)); 3907 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 6120 StringRef BaseName, in MakeCLOutputFilename() argument 6126 Filename = BaseName; in MakeCLOutputFilename() 6129 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename() 6243 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 6248 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath() 6299 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local 6302 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath() 6353 StringRef BaseName; in GetNamedOutputPath() local 6364 BaseName = ExternalPath; in GetNamedOutputPath() 6366 BaseName = BasePath; in GetNamedOutputPath() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 1524 std::string BaseName = (Twine(Prefix) + Name + Twine(">")).str(); in assignName() local 1527 const auto &[A, _] = VPValue2Name.insert({V, BaseName}); in assignName() 1535 const auto &[C, UseInserted] = BaseName2Version.insert({BaseName, 0}); in assignName() 1538 A->second = (BaseName + Twine(".") + Twine(C->second)).str(); in assignName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSupport.h | 255 StringRef BaseName = {});
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1843 SampleContext BaseName; member 2472 FuncOverlap.BaseName = Match->second->getContext(); in computeSampleProfileOverlap() 2473 assert(BaseStats.count(FuncOverlap.BaseName) && in computeSampleProfileOverlap() 2476 FuncOverlap.BaseSample = BaseStats[FuncOverlap.BaseName].SampleSum; in computeSampleProfileOverlap() 2505 FuncOverlap.BaseName.toString().find(FuncFilter.NameFilter) != in computeSampleProfileOverlap() 2567 ProfOverlap.BaseName = StringRef(BaseFilename); in initializeSampleProfileOverlap() 2634 << ProfOverlap.BaseName.toString() in dumpProgramSummary()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/ |
| H A D | RPCServerSourceEmitter.cpp | 196 MethodCallStream << method.BaseName; in CreateMethodCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 725 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
|