Home
last modified time | relevance | path

Searched refs:lower_simd (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dcompilation-environment.h64 const LowerSimd lower_simd; member
74 LowerSimd lower_simd = kNoLowerSimd)
89 lower_simd(lower_simd) {}
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp9089 lower_simd(nir_builder *b, nir_instr *instr, void *options) in lower_simd() function
9118 nir_shader_lower_instructions(nir, filter_simd, lower_simd, in brw_nir_lower_simd()
/external/v8/src/compiler/
Dwasm-compiler.cc7767 (!CpuFeatures::SupportsWasmSimd128() || env->lower_simd)) { in BuildGraphForWasmFunction()
7876 (!CpuFeatures::SupportsWasmSimd128() || env->lower_simd)) { in ExecuteTurbofanWasmCompilation()