| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 289 std::string FeatureStr = getFeatureString(Features); in runOnModule() local 290 WasmTM->setTargetFeatureString(FeatureStr); in runOnModule() 292 replaceFeatures(F, FeatureStr); in runOnModule()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 781 bool PPCTargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 787 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports() 796 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports()
|
| H A D | X86.cpp | 1374 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 1375 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports() 1435 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const { in validateCpuIs() 1436 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuIs()
|
| H A D | AArch64.h | 202 bool validateCpuSupports(StringRef FeatureStr) const override;
|
| H A D | X86.h | 236 bool validateCpuSupports(StringRef FeatureStr) const override; 238 bool validateCpuIs(StringRef FeatureStr) const override;
|
| H A D | AArch64.cpp | 800 bool AArch64TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 803 FeatureStr.split(Features, "+"); in validateCpuSupports()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | LTOCodeGenerator.h | 239 std::string FeatureStr; member
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 397 FeatureStr = Features.getString(); in determineTarget() 415 Triple(TripleStr), Config.CPU, FeatureStr, Config.Options, in createTargetMachine()
|
| H A D | LTOModule.cpp | 212 std::string FeatureStr = Features.getString(); in makeLTOModule() local 227 TargetMachine *target = march->createTargetMachine(Triple, CPU, FeatureStr, in makeLTOModule()
|
| H A D | ThinLTOCodeGenerator.cpp | 586 std::string FeatureStr = Features.getString(); in create() local 589 TheTarget->createTargetMachine(TheTriple, MCpu, FeatureStr, Options, in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | X86TargetParser.cpp | 761 for (StringRef FeatureStr : FeatureStrs) { in getCpuSupportsMask() local 762 unsigned Feature = StringSwitch<unsigned>(FeatureStr) in getCpuSupportsMask()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | RISCV.cpp | 981 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString(); in EmitRISCVCpuSupports() local 982 if (!getContext().getTargetInfo().validateCpuSupports(FeatureStr)) in EmitRISCVCpuSupports() 985 return EmitRISCVCpuSupports(ArrayRef<StringRef>(FeatureStr)); in EmitRISCVCpuSupports()
|
| H A D | X86.cpp | 661 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString(); in EmitX86CpuSupports() local 662 if (!getContext().getTargetInfo().validateCpuSupports(FeatureStr)) in EmitX86CpuSupports() 664 return EmitX86CpuSupports(FeatureStr); in EmitX86CpuSupports()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3609 StringRef FeatureStr(getFeatureStr(Index)); 3612 [FeatureStr](StringRef S) { return S == FeatureStr; });
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 255 StringRef FeatureStr = F.getFnAttribute(AttributeStr).getValueAsString(); in getFeatureMask() local 257 FeatureStr.split(Features, ","); in getFeatureMask()
|