Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:MCID

445   const MCInstrDesc &MCID = getInstDesc(Inst.getOpcode());
447 if (MCID.hasDelaySlot() && Options.isReorder()) {
460 if (MCID.mayLoad() || MCID.mayStore()) {
463 for (unsigned i = 0; i < MCID.getNumOperands(); i++) {
464 const MCOperandInfo &OpInfo = MCID.OpInfo[i];
472 expandMemInst(Inst, IDLoc, Instructions, MCID.mayLoad(), true);
482 expandMemInst(Inst, IDLoc, Instructions, MCID.mayLoad(), false);
486 expandMemInst(Inst, IDLoc, Instructions, MCID.mayLoad(), false);