Home
last modified time | relevance | path

Searched refs:LIR (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp671 const LiveInReg &LIR = TBI.LiveIns[i]; in computeCrossBlockCriticalPath() local
672 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() local
1006 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()
/external/mesa3d/src/glsl/
DREADME41 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