Home
last modified time | relevance | path

Searched refs:MCPU (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp485 StringRef MCPU = llvm::sys::getHostCPUName(); in lp_build_create_jit_compiler_for_module() local
521 if (MCPU == "generic") in lp_build_create_jit_compiler_for_module()
522 MCPU = "pwr8"; in lp_build_create_jit_compiler_for_module()
534 if (MCPU == "generic") in lp_build_create_jit_compiler_for_module()
535 MCPU = util_get_cpu_caps()->has_msa ? "mips64r5" : "mips64r2"; in lp_build_create_jit_compiler_for_module()
538 builder.setMCPU(MCPU); in lp_build_create_jit_compiler_for_module()
540 debug_printf("llc -mcpu option: %s\n", MCPU.str().c_str()); in lp_build_create_jit_compiler_for_module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DTargetSelect.cpp34 return selectTarget(TT, MArch, MCPU, MAttrs); in selectTarget()
41 StringRef MCPU, in selectTarget() argument
88 TheTarget->createTargetMachine(TheTriple.getTriple(), MCPU, FeaturesStr, in selectTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h538 std::string MCPU; variable
618 MCPU.assign(mcpu.begin(), mcpu.end()); in setMCPU()
658 StringRef MCPU,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc34 MCPU("mcpu",
334 if (MCPU == "native")
337 return MCPU;
347 if (MCPU == "native") {
367 if (MCPU == "native") {