Lines Matching defs:AluCode
219 static AluCode isdToLanaiAluCode(ISD::NodeType Node_type) {
222 return AluCode::ADD;
224 return AluCode::ADDC;
226 return AluCode::SUB;
228 return AluCode::SUBB;
230 return AluCode::AND;
232 return AluCode::OR;
234 return AluCode::XOR;
236 return AluCode::SHL;
238 return AluCode::SRL;
240 return AluCode::SRA;
242 return AluCode::UNKNOWN;
261 LPAC::AluCode AluCode = LPAC::isdToLanaiAluCode(AluOperator);
262 if (AluCode != LPAC::UNKNOWN) {
280 AluOp = CurDAG->getTargetConstant(AluCode, SDLoc(Addr), MVT::i32);