Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ImpDefs

1751       for (const MCPhysReg *ImpDefs = NewDesc.getImplicitDefs();
1752 *ImpDefs; ++ImpDefs)
1753 if (!MI->definesRegister(*ImpDefs))
1755 MachineOperand::CreateReg(*ImpDefs, true, true));