Lines Matching refs:Expand
55 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AVRTargetLowering()
56 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AVRTargetLowering()
57 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i8, Expand); in AVRTargetLowering()
58 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i16, Expand); in AVRTargetLowering()
65 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering()
69 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
94 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
95 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in AVRTargetLowering()
96 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
99 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering()
101 setOperationAction(ISD::ROTR, MVT::i16, Expand); in AVRTargetLowering()
107 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in AVRTargetLowering()
111 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in AVRTargetLowering()
112 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand); in AVRTargetLowering()
117 setOperationAction(ISD::SELECT, MVT::i8, Expand); in AVRTargetLowering()
118 setOperationAction(ISD::SELECT, MVT::i16, Expand); in AVRTargetLowering()
120 setOperationAction(ISD::BSWAP, MVT::i16, Expand); in AVRTargetLowering()
132 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
135 setOperationAction(ISD::VAEND, MVT::Other, Expand); in AVRTargetLowering()
136 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AVRTargetLowering()
137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
141 setOperationAction(ISD::ATOMIC_SWAP, VT, Expand); in AVRTargetLowering()
142 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
143 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand); in AVRTargetLowering()
144 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand); in AVRTargetLowering()
145 setOperationAction(ISD::ATOMIC_LOAD_MIN, VT, Expand); in AVRTargetLowering()
146 setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); in AVRTargetLowering()
147 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in AVRTargetLowering()
151 setOperationAction(ISD::UDIV, MVT::i8, Expand); in AVRTargetLowering()
152 setOperationAction(ISD::UDIV, MVT::i16, Expand); in AVRTargetLowering()
153 setOperationAction(ISD::UREM, MVT::i8, Expand); in AVRTargetLowering()
154 setOperationAction(ISD::UREM, MVT::i16, Expand); in AVRTargetLowering()
155 setOperationAction(ISD::SDIV, MVT::i8, Expand); in AVRTargetLowering()
156 setOperationAction(ISD::SDIV, MVT::i16, Expand); in AVRTargetLowering()
157 setOperationAction(ISD::SREM, MVT::i8, Expand); in AVRTargetLowering()
158 setOperationAction(ISD::SREM, MVT::i16, Expand); in AVRTargetLowering()
169 setOperationAction(ISD::MUL, MVT::i8, Expand); in AVRTargetLowering()
170 setOperationAction(ISD::MUL, MVT::i16, Expand); in AVRTargetLowering()
173 setOperationAction(ISD::SMUL_LOHI, MVT::i16, Expand); in AVRTargetLowering()
174 setOperationAction(ISD::UMUL_LOHI, MVT::i16, Expand); in AVRTargetLowering()
179 setOperationAction(ISD::SMUL_LOHI, MVT::i8, Expand); in AVRTargetLowering()
180 setOperationAction(ISD::UMUL_LOHI, MVT::i8, Expand); in AVRTargetLowering()
184 setOperationAction(ISD::MULHS, VT, Expand); in AVRTargetLowering()
185 setOperationAction(ISD::MULHU, VT, Expand); in AVRTargetLowering()
189 setOperationAction(ISD::CTPOP, VT, Expand); in AVRTargetLowering()
190 setOperationAction(ISD::CTLZ, VT, Expand); in AVRTargetLowering()
191 setOperationAction(ISD::CTTZ, VT, Expand); in AVRTargetLowering()
195 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in AVRTargetLowering()