Searched refs:FeatureStr (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 66 for (const StringRef &FeatureStr : FeatureStrs) { in getCpuSupportsMask() local 68 if (FeatureStr == E.Name) { in getCpuSupportsMask()
|
| H A D | X86TargetParser.cpp | 707 for (const StringRef &FeatureStr : FeatureStrs) { in getCpuSupportsMask() local 708 unsigned Feature = StringSwitch<unsigned>(FeatureStr) in getCpuSupportsMask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 202 std::string FeatureStr = getFeatureString(Features); in runOnModule() local 203 WasmTM->setTargetFeatureString(FeatureStr); in runOnModule() 205 replaceFeatures(F, FeatureStr); in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 236 std::string FeatureStr; member
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1128 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 1129 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports() 1205 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const { in validateCpuIs() 1206 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuIs()
|
| H A D | AArch64.h | 149 bool validateCpuSupports(StringRef FeatureStr) const override;
|
| H A D | AArch64.cpp | 622 bool AArch64TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 624 if (FeatureStr == E.Name) in validateCpuSupports()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 410 FeatureStr = Features.getString(); in determineTarget() 438 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
|
| H A D | LTOModule.cpp | 217 std::string FeatureStr = Features.getString(); in makeLTOModule() local 232 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr, in makeLTOModule()
|
| H A D | ThinLTOCodeGenerator.cpp | 617 std::string FeatureStr = Features.getString(); in create() local 620 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1404 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling() local 1405 if (FeatureStr == "default") in AppendTargetClonesMangling() 1409 FeatureStr.split(Features, "+"); in AppendTargetClonesMangling() 1416 StringRef FeatureStr = Attr->getFeatureStr(VersionIndex); in AppendTargetClonesMangling() local 1417 if (FeatureStr.startswith("arch=")) in AppendTargetClonesMangling() 1418 Out << "arch_" << FeatureStr.substr(sizeof("arch=") - 1); in AppendTargetClonesMangling() 1420 Out << FeatureStr; in AppendTargetClonesMangling()
|
| H A D | CGBuiltin.cpp | 12988 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString(); in EmitX86CpuSupports() local 12989 return EmitX86CpuSupports(FeatureStr); in EmitX86CpuSupports()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 2797 StringRef FeatureStr(getFeatureStr(Index)); 2800 [FeatureStr](StringRef S) { return S == FeatureStr; });
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4575 std::string FeatureStr = OF.str(); in CheckRISCVBuiltinFunctionCall() local 4576 FeatureStr[0] = std::toupper(FeatureStr[0]); in CheckRISCVBuiltinFunctionCall() 4580 FeatureStrs += FeatureStr; in CheckRISCVBuiltinFunctionCall()
|