Lines Matching refs:Expand
77 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
78 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
79 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
80 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
93 setOperationAction(Opc, VecTy, Expand); in MipsSETargetLowering()
223 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering()
224 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering()
231 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
232 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
242 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in MipsSETargetLowering()
246 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand); in MipsSETargetLowering()
251 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand); in MipsSETargetLowering()
256 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
257 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
258 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering()
259 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
261 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
262 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
263 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering()
264 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
270 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering()
271 setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering()
278 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
279 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
289 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand); in MipsSETargetLowering()
316 setOperationAction(Opc, Ty, Expand); in addMSAIntType()
356 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
357 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
358 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType()
359 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType()
360 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
370 setOperationAction(Opc, Ty, Expand); in addMSAFloatType()
393 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
394 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
395 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType()
396 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType()
397 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType()
398 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAFloatType()