/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
D | AArch64TargetParser.cpp | 66 for (const StringRef &FeatureStr : FeatureStrs) { in getCpuSupportsMask() local 68 if (FeatureStr == E.Name) { in getCpuSupportsMask()
|
D | X86TargetParser.cpp | 707 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/ |
D | WebAssemblyTargetMachine.cpp | 202 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/ |
D | WebAssemblyTargetMachine.cpp | 185 std::string FeatureStr = getFeatureString(Features); in runOnModule() local 187 replaceFeatures(F, FeatureStr); in runOnModule()
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 219 std::string FeatureStr; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 236 std::string FeatureStr; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 229 std::string FeatureStr; member
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 361 FeatureStr = Features.getString(); in determineTarget() 379 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel)); in createTargetMachine()
|
D | LTOModule.cpp | 215 std::string FeatureStr = Features.getString(); in makeLTOModule() local 229 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None); in makeLTOModule()
|
D | ThinLTOCodeGenerator.cpp | 555 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/ |
D | LTOCodeGenerator.cpp | 410 FeatureStr = Features.getString(); in determineTarget() 438 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel, in createTargetMachine()
|
D | LTOModule.cpp | 217 std::string FeatureStr = Features.getString(); in makeLTOModule() local 232 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr, in makeLTOModule()
|
D | ThinLTOCodeGenerator.cpp | 617 std::string FeatureStr = Features.getString(); in create() local 620 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options, 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()
|