Home
last modified time | relevance | path

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

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