Lines Matching refs:Expand
112 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
113 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
114 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering()
122 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
126 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
136 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
137 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering()
138 setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand); in WebAssemblyTargetLowering()
139 setTruncStoreAction(T, MVT::f16, Expand); in WebAssemblyTargetLowering()
148 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
151 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
221 setOperationAction(ISD::MUL, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
226 setOperationAction(ISD::SELECT_CC, T, Expand); in WebAssemblyTargetLowering()
232 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
241 setOperationAction(ISD::CTLZ, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
242 setOperationAction(ISD::CTTZ, MVT::v16i8, Expand); in WebAssemblyTargetLowering()
253 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
263 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
278 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in WebAssemblyTargetLowering()
281 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; in WebAssemblyTargetLowering()
286 setOperationAction(ISD::SIGN_EXTEND_INREG, T, Expand); in WebAssemblyTargetLowering()
289 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in WebAssemblyTargetLowering()
290 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in WebAssemblyTargetLowering()
291 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVTPtr, Expand); in WebAssemblyTargetLowering()
300 setOperationAction(Op, T, Expand); in WebAssemblyTargetLowering()
310 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
311 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in WebAssemblyTargetLowering()
320 setTruncStoreAction(T, MemT, Expand); in WebAssemblyTargetLowering()
322 setLoadExtAction(Ext, T, MemT, Expand); in WebAssemblyTargetLowering()
336 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand); in WebAssemblyTargetLowering()