Home
last modified time | relevance | path

Searched defs:CPUStr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp146 std::string CPUStr = codegen::getCPUStr(), in LLVMFuzzerInitialize() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp449 static TargetMachine* GetTargetMachine(Triple TheTriple, StringRef CPUStr, in GetTargetMachine()
725 std::string CPUStr, FeaturesStr; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp432 std::string CPUStr = codegen::getCPUStr(), in compileModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c236 const char *CPUStr = "", *FeaturesStr = ""; in llvm_create_targetmachine_native() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp12178 StringRef CPUStr = cast<clang::StringLiteral>(CPUExpr)->getString(); in EmitX86CpuIs() local
12231 Value *CodeGenFunction::EmitX86CpuIs(StringRef CPUStr) { in EmitX86CpuIs()