Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp94 LoopIdiomRecognize &LIR; member in __anon259313270111::NclPopcountRecognize
276 LIR(TheLIR), CurLoop(TheLIR.getLoop()), PreCondBB(nullptr) { in NclPopcountRecognize()
280 const TargetTransformInfo *TTI = LIR.getTargetTransformInfo(); in preliminaryScreen()
464 ScalarEvolution *SE = LIR.getScalarEvolution(); in transform()
465 TargetLibraryInfo *TLI = LIR.getTargetLibraryInfo(); in transform()
588 if (!LIR.getTargetTransformInfo()) in recognize()
591 LIR.getScalarEvolution(); in recognize()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp758 const LiveInReg &LIR = TBI.LiveIns[i]; in computeCrossBlockCriticalPath() local
759 if (!TargetRegisterInfo::isVirtualRegister(LIR.Reg)) in computeCrossBlockCriticalPath()
761 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeCrossBlockCriticalPath()
766 unsigned Len = LIR.Height + Cycles[DefMI].Depth; in computeCrossBlockCriticalPath()
1107 LiveInReg &LIR = TBI.LiveIns[i]; in computeInstrHeights() local
1108 const MachineInstr *DefMI = MTM.MRI->getVRegDef(LIR.Reg); in computeInstrHeights()
1109 LIR.Height = Heights.lookup(DefMI); in computeInstrHeights()
1110 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