Home | History | Annotate | Download | only in ARM

Lines Matching defs:LDM

1075         // Fallback to LDM instruction, which has existed since the dawn of
1233 MachineInstrBuilder LDM, STM;
1235 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA_UPD
1240 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA : ARM::LDMIA));
1252 AddDefaultPred(LDM.addOperand(MI->getOperand(3)));
1268 LDM.addReg(Reg, RegState::Define);
2975 // Return the number of 32-bit words loaded by LDM or stored by STM. If this
2984 // 1) getNumMicroOps tries to infer LDM memory width from the total number of MI