reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1482 Opcode = ARM::LDR_PRE_IMM; 1486 Opcode = ARM::LDR_POST_IMM; 1490 Opcode = isPre ? ARM::LDR_PRE_REG : ARM::LDR_POST_REG; 1496 Opcode = (LD->getExtensionType() == ISD::SEXTLOAD) 1503 Opcode = isPre ? ARM::LDRSB_PRE : ARM::LDRSB_POST; 1509 Opcode = ARM::LDRB_PRE_IMM; 1513 Opcode = ARM::LDRB_POST_IMM; 1516 Opcode = isPre ? ARM::LDRB_PRE_REG : ARM::LDRB_POST_REG; 1522 if (Opcode == ARM::LDR_PRE_IMM || Opcode == ARM::LDRB_PRE_IMM) { 1522 if (Opcode == ARM::LDR_PRE_IMM || Opcode == ARM::LDRB_PRE_IMM) { 1527 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32, 1537 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32,