Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp95 LoopIdiomRecognize &LIR; member in __anon7520b0f10111::NclPopcountRecognize
309 LIR(TheLIR), CurLoop(TheLIR.getLoop()), PreCondBB(0) { in NclPopcountRecognize()
313 const TargetTransformInfo *TTI = LIR.getTargetTransformInfo(); in preliminaryScreen()
498 ScalarEvolution *SE = LIR.getScalarEvolution(); in transform()
499 TargetLibraryInfo *TLI = LIR.getTargetLibraryInfo(); in transform()
632 if (!LIR.getTargetTransformInfo()) in recognize()
635 LIR.getScalarEvolution(); in recognize()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp767 const LiveInReg &LIR = TBI.LiveIns[i]; in computeCrossBlockCriticalPath() local
768 if (!TargetRegisterInfo::isVirtualRegister(LIR.Reg)) in computeCrossBlockCriticalPath()
770 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeCrossBlockCriticalPath()
775 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
1119 LiveInReg &LIR = TBI.LiveIns[i]; in computeInstrHeights() local
1120 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeInstrHeights()
1121 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()
1122 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
/external/chromium_org/third_party/mesa/src/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