Searched refs:LIR (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 762 for (const LiveInReg &LIR : TBI.LiveIns) { in computeCrossBlockCriticalPath() local 763 if (!TargetRegisterInfo::isVirtualRegister(LIR.Reg)) in computeCrossBlockCriticalPath() 765 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeCrossBlockCriticalPath() 770 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath() 1111 for (LiveInReg &LIR : TBI.LiveIns) { in computeInstrHeights() 1112 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeInstrHeights() 1113 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights() 1114 DEBUG(dbgs() << ' ' << PrintReg(LIR.Reg) << '@' << LIR.Height); in computeInstrHeights()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 159 LoopIdiomRecognize LIR(AA, DT, LI, SE, TLI, TTI, DL); in runOnLoop() local 160 return LIR.runOnLoop(L); in runOnLoop() 191 LoopIdiomRecognize LIR(AA, DT, LI, SE, TLI, TTI, DL); in run() local 192 if (!LIR.runOnLoop(&L)) in run()
|
/external/mesa3d/src/compiler/glsl/ |
D | README | 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
|