Searched refs:HasSIMD128 (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 130 (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]>;
|
D | WebAssemblySubtarget.h | 32 bool HasSIMD128; variable 80 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128()
|
D | WebAssemblySubtarget.cpp | 43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false), in WebAssemblySubtarget()
|
D | WebAssembly.td | 26 def FeatureSIMD128 : SubtargetFeature<"simd128", "HasSIMD128", "true",
|
D | WebAssemblyInstrInfo.td | 21 def HasSIMD128 : Predicate<"Subtarget->hasSIMD128()">, 246 defm "" : LOCAL<V128>, Requires<[HasSIMD128]>;
|
D | WebAssemblyInstrFormats.td | 66 Requires<[HasSIMD128]>;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 32 bool HasSIMD128; variable 76 bool hasSIMD128() const { return HasSIMD128; } in hasSIMD128()
|
D | WebAssemblyInstrSIMD.td | 16 // Note: use Requires<[HasSIMD128]>.
|
D | WebAssemblySubtarget.cpp | 43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false), in WebAssemblySubtarget()
|
D | WebAssembly.td | 26 def FeatureSIMD128 : SubtargetFeature<"simd128", "HasSIMD128", "false",
|
D | WebAssemblyInstrInfo.td | 21 def HasSIMD128 : Predicate<"Subtarget->hasSIMD128()">,
|