Home
last modified time | relevance | path

Searched refs:FeatureStr (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h228 std::string FeatureStr; member
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp344 FeatureStr = Features.getString(); in determineTarget()
361 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
H A DLTOModule.cpp215 std::string FeatureStr = Features.getString(); in makeLTOModule() local
228 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
H A DThinLTOCodeGenerator.cpp537 std::string FeatureStr = Features.getString(); in create() local
540 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DX86.cpp1446 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports()
1447 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports()
1546 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const { in validateCpuIs()
1547 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuIs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp9571 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString(); in EmitX86CpuSupports() local
9572 return EmitX86CpuSupports(FeatureStr); in EmitX86CpuSupports()
9579 for (const StringRef &FeatureStr : FeatureStrs) { in GetX86CpuSupportsMask() local
9581 StringSwitch<unsigned>(FeatureStr) in GetX86CpuSupportsMask()