Home
last modified time | relevance | path

Searched defs:hasSIMD128 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h76 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128() function
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h92 bool hasSIMD128() const { return SIMDLevel >= SIMD128; } in hasSIMD128() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h95 bool hasSIMD128() const { return SIMDLevel >= SIMD128; } in hasSIMD128() function