Searched refs:LIR (Results 1 – 3 of 3) sorted by relevance
94 LoopIdiomRecognize &LIR; member in __anon259313270111::NclPopcountRecognize276 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()
758 const LiveInReg &LIR = TBI.LiveIns[i]; in computeCrossBlockCriticalPath() local759 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() local1108 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()
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