Lines Matching refs:Expand
76 setTruncStoreAction(VT0, VT1, Expand); in MipsSETargetLowering()
77 setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
78 setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
79 setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand); in MipsSETargetLowering()
92 setOperationAction(Opc, VecTy, Expand); in MipsSETargetLowering()
227 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering()
228 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering()
235 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
236 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
246 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in MipsSETargetLowering()
250 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand); in MipsSETargetLowering()
255 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand); in MipsSETargetLowering()
260 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
261 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
262 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering()
263 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
265 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
266 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
267 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering()
268 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
274 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering()
275 setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering()
282 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
283 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
293 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand); in MipsSETargetLowering()
320 setOperationAction(Opc, Ty, Expand); in addMSAIntType()
360 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
361 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
362 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType()
363 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType()
364 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
374 setOperationAction(Opc, Ty, Expand); in addMSAFloatType()
397 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
398 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
399 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType()
400 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType()
401 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType()
402 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAFloatType()