Searched refs:getTRI (Results 1 – 6 of 6) sorted by relevance
46 const TargetRegisterInfo &TRI = DFG.getTRI(); in interpretAsCopy()65 unsigned S = DFG.getTRI().composeSubRegIndices(DefR.Sub, I.SubIdx); in interpretAsCopy()
37 : DFG(g), TRI(g.getTRI()), MDT(g.getDT()), MDF(g.getDF()), in Liveness()
621 const TargetRegisterInfo &getTRI() const { in getTRI() function
33 auto &TRI = P.G.getTRI(); in operator <<()
571 dbgs() << PrintVRegOrUnit(Reg, DAG->getTRI()) << ' '; in printDebug()575 dbgs() << PrintVRegOrUnit(Reg, DAG->getTRI()) << ' '; in printDebug()1476 dbgs() << PrintVRegOrUnit(Reg, DAG->getTRI()) << ' '; in pickBlock()1599 DiffSetPressure.assign(DAG->getTRI()->getNumRegPressureSets(), 0); in checkRegUsageImpact()
452 const TargetRegisterInfo *getTRI() { return TRI; } in getTRI() function