Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ImpDefs

2674   const uint16_t *ImpDefs
2677 if(!ImpDefs && !RegMask)
2692 if (ImpDefs)
2693 for (const uint16_t *ImpDef = ImpDefs; *ImpDef; ++ImpDef)
2712 const uint16_t *ImpDefs = TII->get(N->getMachineOpcode()).getImplicitDefs();
2713 assert(ImpDefs && "Caller should check hasPhysRegDefs");
2729 unsigned Reg = ImpDefs[i - NumDefs];