Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DAArch64TargetParser.cpp66 for (const StringRef &FeatureStr : FeatureStrs) { in getCpuSupportsMask() local
68 if (FeatureStr == E.Name) { in getCpuSupportsMask()
DX86TargetParser.cpp707 for (const StringRef &FeatureStr : FeatureStrs) { in getCpuSupportsMask() local
708 unsigned Feature = StringSwitch<unsigned>(FeatureStr) in getCpuSupportsMask()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp202 std::string FeatureStr = getFeatureString(Features); in runOnModule() local
203 WasmTM->setTargetFeatureString(FeatureStr); in runOnModule()
205 replaceFeatures(F, FeatureStr); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.cpp185 std::string FeatureStr = getFeatureString(Features); in runOnModule() local
187 replaceFeatures(F, FeatureStr); in runOnModule()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h219 std::string FeatureStr; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h236 std::string FeatureStr; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h229 std::string FeatureStr; member
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp339 FeatureStr = Features.getString(); in determineTarget()
356 MArch->createTargetMachine(TripleStr, MCpu, FeatureStr, Options, in createTargetMachine()
DLTOModule.cpp221 std::string FeatureStr = Features.getString(); in makeLTOModule() local
234 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
DThinLTOCodeGenerator.cpp479 std::string FeatureStr = Features.getString(); in create() local
481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel, in create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp361 FeatureStr = Features.getString(); in determineTarget()
379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
DLTOModule.cpp215 std::string FeatureStr = Features.getString(); in makeLTOModule() local
229 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
DThinLTOCodeGenerator.cpp555 std::string FeatureStr = Features.getString(); in create() local
558 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp410 FeatureStr = Features.getString(); in determineTarget()
438 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
DLTOModule.cpp217 std::string FeatureStr = Features.getString(); in makeLTOModule() local
232 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr, in makeLTOModule()
DThinLTOCodeGenerator.cpp617 std::string FeatureStr = Features.getString(); in create() local
620 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
/external/clang/lib/Basic/
DTargets.cpp3803 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports()
3804 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp6757 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString(); in EmitX86BuiltinExpr() local
6794 X86Features Feature = StringSwitch<X86Features>(FeatureStr) in EmitX86BuiltinExpr()