Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp271 std::string FeatureStr = Features.getString(); in determineTarget() local
272 _target = march->createTargetMachine(Triple, _mCpu, FeatureStr, in determineTarget()
DLTOModule.cpp164 std::string FeatureStr = Features.getString(); in makeLTOModule() local
166 TargetMachine *target = march->createTargetMachine(Triple, CPU, FeatureStr); in makeLTOModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h225 std::string FeatureStr; member
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h219 std::string FeatureStr; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp343 FeatureStr = Features.getString(); in determineTarget()
360 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
DLTOModule.cpp215 std::string FeatureStr = Features.getString(); in makeLTOModule() local
228 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
DThinLTOCodeGenerator.cpp597 std::string FeatureStr = Features.getString(); in create() local
600 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
/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/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()