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()
63 setLoadExtAction(N, VT, MVT::i8, Expand); in AVRTargetLowering()
67 setTruncStoreAction(MVT::i16, MVT::i8, Expand); in AVRTargetLowering()
89 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
90 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in AVRTargetLowering()
91 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
94 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering()
96 setOperationAction(ISD::ROTR, MVT::i16, Expand); in AVRTargetLowering()
102 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in AVRTargetLowering()
106 setOperationAction(ISD::SELECT_CC, MVT::i32, Expand); in AVRTargetLowering()
107 setOperationAction(ISD::SELECT_CC, MVT::i64, Expand); in AVRTargetLowering()
112 setOperationAction(ISD::SELECT, MVT::i8, Expand); in AVRTargetLowering()
113 setOperationAction(ISD::SELECT, MVT::i16, Expand); in AVRTargetLowering()
115 setOperationAction(ISD::BSWAP, MVT::i16, Expand); in AVRTargetLowering()
127 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
130 setOperationAction(ISD::VAEND, MVT::Other, Expand); in AVRTargetLowering()
131 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AVRTargetLowering()
132 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
136 setOperationAction(ISD::ATOMIC_SWAP, VT, Expand); in AVRTargetLowering()
137 setOperationAction(ISD::ATOMIC_CMP_SWAP, VT, Expand); in AVRTargetLowering()
138 setOperationAction(ISD::ATOMIC_LOAD_NAND, VT, Expand); in AVRTargetLowering()
139 setOperationAction(ISD::ATOMIC_LOAD_MAX, VT, Expand); in AVRTargetLowering()
140 setOperationAction(ISD::ATOMIC_LOAD_MIN, VT, Expand); in AVRTargetLowering()
141 setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); in AVRTargetLowering()
142 setOperationAction(ISD::ATOMIC_LOAD_UMIN, VT, Expand); in AVRTargetLowering()
146 setOperationAction(ISD::UDIV, MVT::i8, Expand); in AVRTargetLowering()
147 setOperationAction(ISD::UDIV, MVT::i16, Expand); in AVRTargetLowering()
148 setOperationAction(ISD::UREM, MVT::i8, Expand); in AVRTargetLowering()
149 setOperationAction(ISD::UREM, MVT::i16, Expand); in AVRTargetLowering()
150 setOperationAction(ISD::SDIV, MVT::i8, Expand); in AVRTargetLowering()
151 setOperationAction(ISD::SDIV, MVT::i16, Expand); in AVRTargetLowering()
152 setOperationAction(ISD::SREM, MVT::i8, Expand); in AVRTargetLowering()
153 setOperationAction(ISD::SREM, MVT::i16, Expand); in AVRTargetLowering()
164 setOperationAction(ISD::MUL, MVT::i8, Expand); in AVRTargetLowering()
165 setOperationAction(ISD::MUL, MVT::i16, Expand); in AVRTargetLowering()
168 setOperationAction(ISD::SMUL_LOHI, MVT::i16, Expand); in AVRTargetLowering()
169 setOperationAction(ISD::UMUL_LOHI, MVT::i16, Expand); in AVRTargetLowering()
174 setOperationAction(ISD::SMUL_LOHI, MVT::i8, Expand); in AVRTargetLowering()
175 setOperationAction(ISD::UMUL_LOHI, MVT::i8, Expand); in AVRTargetLowering()
179 setOperationAction(ISD::MULHS, VT, Expand); in AVRTargetLowering()
180 setOperationAction(ISD::MULHU, VT, Expand); in AVRTargetLowering()
184 setOperationAction(ISD::CTPOP, VT, Expand); in AVRTargetLowering()
185 setOperationAction(ISD::CTLZ, VT, Expand); in AVRTargetLowering()
186 setOperationAction(ISD::CTTZ, VT, Expand); in AVRTargetLowering()
190 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in AVRTargetLowering()