Searched refs:FeatureStr (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 271 std::string FeatureStr = Features.getString(); in determineTarget() local 272 _target = march->createTargetMachine(Triple, _mCpu, FeatureStr, in determineTarget()
|
D | LTOModule.cpp | 164 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/ |
D | LTOCodeGenerator.h | 225 std::string FeatureStr; member
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 219 std::string FeatureStr; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 343 FeatureStr = Features.getString(); in determineTarget() 360 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
|
D | LTOModule.cpp | 215 std::string FeatureStr = Features.getString(); in makeLTOModule() local 228 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
|
D | ThinLTOCodeGenerator.cpp | 597 std::string FeatureStr = Features.getString(); in create() local 600 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, in create()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 339 FeatureStr = Features.getString(); in determineTarget() 356 MArch->createTargetMachine(TripleStr, MCpu, FeatureStr, Options, in createTargetMachine()
|
D | LTOModule.cpp | 221 std::string FeatureStr = Features.getString(); in makeLTOModule() local 234 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
|
D | ThinLTOCodeGenerator.cpp | 479 std::string FeatureStr = Features.getString(); in create() local 481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel, in create()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 3803 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const { in validateCpuSupports() 3804 return llvm::StringSwitch<bool>(FeatureStr) in validateCpuSupports()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 6757 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString(); in EmitX86BuiltinExpr() local 6794 X86Features Feature = StringSwitch<X86Features>(FeatureStr) in EmitX86BuiltinExpr()
|