Searched refs:LIR (Results 1 – 2 of 2) sorted by relevance
671 const LiveInReg &LIR = TBI.LiveIns[i]; in computeCrossBlockCriticalPath() local672 if (!TargetRegisterInfo::isVirtualRegister(LIR.Reg)) in computeCrossBlockCriticalPath()674 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeCrossBlockCriticalPath()679 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()1005 LiveInReg &LIR = TBI.LiveIns[i]; in computeInstrHeights() local1006 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeInstrHeights()1007 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()1008 DEBUG(dbgs() << ' ' << PrintReg(LIR.Reg) << '@' << LIR.Height); in computeInstrHeights()
41 Q: What is HIR versus IR versus LIR?49 producing a low level IR ("LIR").52 requirements from a LIR. A 915-generation chipset wants all functions