Home
last modified time | relevance | path

Searched refs:has_simd_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h305 bool has_simd() const { return has_simd_; } in has_simd()
339 bool has_simd_ = false; variable
Dwasm-compiler.cc126 has_simd_(ContainsSimd(sig)), in WasmGraphBuilder()
3425 has_simd_ = true; in S128Zero()
3430 has_simd_ = true; in SimdOp()
3756 has_simd_ = true; in SimdLaneOp()
3789 has_simd_ = true; in SimdShiftOp()
3822 has_simd_ = true; in Simd8x16ShuffleOp()