Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ImpDefs

634     for (const MCPhysReg *ImpDefs = MCID->getImplicitDefs(); *ImpDefs;
635 ++ImpDefs)
636 addOperand(MF, MachineOperand::CreateReg(*ImpDefs, true, true));