Searched refs:LIR (Results 1 – 4 of 4) sorted by relevance
95 LoopIdiomRecognize &LIR; member in __anon7520b0f10111::NclPopcountRecognize309 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()
767 const LiveInReg &LIR = TBI.LiveIns[i]; in computeCrossBlockCriticalPath() local768 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() local1120 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()
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