Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ImpDefs

2712   const uint16_t *ImpDefs
2715 if(!ImpDefs && !RegMask)
2730 if (ImpDefs)
2731 for (const uint16_t *ImpDef = ImpDefs; *ImpDef; ++ImpDef)
2750 const uint16_t *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs();
2751 assert(ImpDefs && "Caller should check hasPhysRegDefs");
2767 unsigned Reg = ImpDefs[i - NumDefs];