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()
222 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering()
223 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in MipsSETargetLowering()
230 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
231 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in MipsSETargetLowering()
241 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in MipsSETargetLowering()
245 setOperationAction(ISD::SELECT_CC, MVT::f32, Expand); in MipsSETargetLowering()
250 setOperationAction(ISD::SELECT_CC, MVT::f64, Expand); in MipsSETargetLowering()
255 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
256 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
257 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering()
258 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
260 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
261 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
262 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering()
263 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
269 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering()
270 setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand); in MipsSETargetLowering()
277 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
278 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in MipsSETargetLowering()
288 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand); in MipsSETargetLowering()
315 setOperationAction(Opc, Ty, Expand); in addMSAIntType()
355 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
356 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
357 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType()
358 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType()
359 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
369 setOperationAction(Opc, Ty, Expand); in addMSAFloatType()
392 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
393 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
394 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType()
395 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType()
396 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType()
397 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAFloatType()