Searched refs:FeatureStr (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h229 std::string FeatureStr; member in struct:llvm::LTOCodeGenerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp185 std::string FeatureStr = getFeatureString(Features); variable
187 replaceFeatures(F, FeatureStr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp361 FeatureStr = Features.getString();
379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel));
H A DLTOModule.cpp215 std::string FeatureStr = Features.getString(); local
229 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None);
H A DThinLTOCodeGenerator.cpp555 std::string FeatureStr = Features.getString(); local
558 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1508 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const {
1509 return llvm::StringSwitch<bool>(FeatureStr)
1596 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const {
1597 return llvm::StringSwitch<bool>(FeatureStr)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10273 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString();
10274 return EmitX86CpuSupports(FeatureStr);
10281 for (const StringRef &FeatureStr : FeatureStrs) {
10283 StringSwitch<unsigned>(FeatureStr)

Completed in 289 milliseconds