Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ImpDefs

2723   const MCPhysReg *ImpDefs
2726 if(!ImpDefs && !RegMask)
2741 if (ImpDefs)
2742 for (const MCPhysReg *ImpDef = ImpDefs; *ImpDef; ++ImpDef)
2761 const MCPhysReg *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs();
2762 assert(ImpDefs && "Caller should check hasPhysRegDefs");
2778 unsigned Reg = ImpDefs[i - NumDefs];