Lines Matching refs:Expand
119 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
120 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
121 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering()
129 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
133 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
143 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
144 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering()
145 setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand); in WebAssemblyTargetLowering()
146 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering()
160 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
163 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
233 setOperationAction(ISD::MUL, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
238 setOperationAction(ISD::SELECT_CC, T, Expand); in WebAssemblyTargetLowering()
244 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
253 setOperationAction(ISD::CTLZ, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
254 setOperationAction(ISD::CTTZ, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
265 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
275 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
290 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in WebAssemblyTargetLowering()
293 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
298 setOperationAction(ISD::SIGN_EXTEND_INREG, T, Expand); in WebAssemblyTargetLowering()
301 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
302 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
303 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand); in WebAssemblyTargetLowering()
312 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
322 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
323 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
332 setTruncStoreAction(T, MemT, Expand); in WebAssemblyTargetLowering()
334 setLoadExtAction(Ext, T, MemT, Expand); in WebAssemblyTargetLowering()
348 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in WebAssemblyTargetLowering()