Home
last modified time | relevance | path

Searched refs:HasSIMD128 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td130 (CALL_v16i8 tglobaladdr:$callee)>, Requires<[HasSIMD128]>;
132 (CALL_v8i16 tglobaladdr:$callee)>, Requires<[HasSIMD128]>;
134 (CALL_v4i32 tglobaladdr:$callee)>, Requires<[HasSIMD128]>;
136 (CALL_v4f32 tglobaladdr:$callee)>, Requires<[HasSIMD128]>;
153 (CALL_v16i8 texternalsym:$callee)>, Requires<[HasSIMD128]>;
155 (CALL_v8i16 texternalsym:$callee)>, Requires<[HasSIMD128]>;
157 (CALL_v4i32 texternalsym:$callee)>, Requires<[HasSIMD128]>;
159 (CALL_v4f32 texternalsym:$callee)>, Requires<[HasSIMD128]>;
DWebAssemblySubtarget.h32 bool HasSIMD128; variable
80 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128()
DWebAssemblySubtarget.cpp43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false), in WebAssemblySubtarget()
DWebAssembly.td26 def FeatureSIMD128 : SubtargetFeature<"simd128", "HasSIMD128", "true",
DWebAssemblyInstrInfo.td21 def HasSIMD128 : Predicate<"Subtarget->hasSIMD128()">,
246 defm "" : LOCAL<V128>, Requires<[HasSIMD128]>;
DWebAssemblyInstrFormats.td66 Requires<[HasSIMD128]>;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.h32 bool HasSIMD128; variable
76 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128()
DWebAssemblyInstrSIMD.td16 // Note: use Requires<[HasSIMD128]>.
DWebAssemblySubtarget.cpp43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false), in WebAssemblySubtarget()
DWebAssembly.td26 def FeatureSIMD128 : SubtargetFeature<"simd128", "HasSIMD128", "false",
DWebAssemblyInstrInfo.td21 def HasSIMD128 : Predicate<"Subtarget->hasSIMD128()">,