HomeSort by relevance Sort by last modified time
    Searched refs:has_simd_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
wasm-compiler.h 244 bool has_simd() const { return has_simd_; }
265 bool has_simd_ = false; member in class:v8::internal::compiler::WasmGraphBuilder
wasm-compiler.cc 371 if (sig->GetParam(i) == wasm::kWasmS128) has_simd_ = true;
374 if (sig->GetReturn(i) == wasm::kWasmS128) has_simd_ = true;
    [all...]
  /art/compiler/optimizing/
nodes.h 328 has_simd_(false),
574 bool HasSIMD() const { return has_simd_; }
575 void SetHasSIMD(bool value) { has_simd_ = value; }
672 bool has_simd_; member in class:art::HGraph
    [all...]

Completed in 112 milliseconds