Lines Matching refs:Expand

111   setOperationAction(ISD::VAARG, MVT::Other, Expand);  in WebAssemblyTargetLowering()
112 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
113 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering()
121 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
125 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
135 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
136 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering()
137 setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand); in WebAssemblyTargetLowering()
138 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering()
147 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
150 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
209 setOperationAction(ISD::MUL, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
214 setOperationAction(ISD::SELECT_CC, T, Expand); in WebAssemblyTargetLowering()
220 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
229 setOperationAction(ISD::CTLZ, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
230 setOperationAction(ISD::CTTZ, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
241 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
251 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
260 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in WebAssemblyTargetLowering()
263 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
268 setOperationAction(ISD::SIGN_EXTEND_INREG, T, Expand); in WebAssemblyTargetLowering()
271 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
272 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
273 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand); in WebAssemblyTargetLowering()
282 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
292 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
293 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
302 setTruncStoreAction(T, MemT, Expand); in WebAssemblyTargetLowering()
304 setLoadExtAction(Ext, T, MemT, Expand); in WebAssemblyTargetLowering()
318 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in WebAssemblyTargetLowering()