• Home
  • Raw
  • Download

Lines Matching refs:Expand

87       setOperationAction(ISD::SETCC, VT, Expand);  in SystemZTargetLowering()
90 setOperationAction(ISD::SELECT, VT, Expand); in SystemZTargetLowering()
100 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
103 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in SystemZTargetLowering()
112 setOperationAction(ISD::SDIV, VT, Expand); in SystemZTargetLowering()
113 setOperationAction(ISD::UDIV, VT, Expand); in SystemZTargetLowering()
114 setOperationAction(ISD::SREM, VT, Expand); in SystemZTargetLowering()
115 setOperationAction(ISD::UREM, VT, Expand); in SystemZTargetLowering()
121 setOperationAction(ISD::ATOMIC_LOAD, VT, Expand); in SystemZTargetLowering()
122 setOperationAction(ISD::ATOMIC_STORE, VT, Expand); in SystemZTargetLowering()
125 setOperationAction(ISD::CTPOP, VT, Expand); in SystemZTargetLowering()
126 setOperationAction(ISD::CTTZ, VT, Expand); in SystemZTargetLowering()
127 setOperationAction(ISD::CTTZ_ZERO_UNDEF, VT, Expand); in SystemZTargetLowering()
128 setOperationAction(ISD::CTLZ_ZERO_UNDEF, VT, Expand); in SystemZTargetLowering()
129 setOperationAction(ISD::ROTR, VT, Expand); in SystemZTargetLowering()
132 setOperationAction(ISD::MULHS, VT, Expand); in SystemZTargetLowering()
133 setOperationAction(ISD::MULHU, VT, Expand); in SystemZTargetLowering()
136 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in SystemZTargetLowering()
159 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering()
171 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in SystemZTargetLowering()
172 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand); in SystemZTargetLowering()
173 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in SystemZTargetLowering()
177 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
178 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
179 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
185 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in SystemZTargetLowering()
213 setOperationAction(ISD::FSIN, VT, Expand); in SystemZTargetLowering()
214 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()
215 setOperationAction(ISD::FREM, VT, Expand); in SystemZTargetLowering()
222 setOperationAction(ISD::FMA, MVT::f128, Expand); in SystemZTargetLowering()
227 setLoadExtAction(ISD::EXTLOAD, MVT::f80, Expand); in SystemZTargetLowering()
230 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in SystemZTargetLowering()
231 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in SystemZTargetLowering()
232 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in SystemZTargetLowering()
243 setOperationAction(ISD::VAEND, MVT::Other, Expand); in SystemZTargetLowering()