Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1106 MachineInstr *LoopInst = MRI.getVRegDef(LoopVal); in getPrevMapVal() local
1114 else if (!LoopInst->isPHI() || LoopInst->getParent() != BB) in getPrevMapVal()
1119 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1120 else if (StageNum > PhiStage + 1 && LoopInst->getParent() == BB) in getPrevMapVal()
1123 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp814 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining() local
816 if (LoopInst) in analyzeLoopForPipelining()
817 return std::make_unique<HexagonPipelinerLoopInfo>(LoopInst, &*I); in analyzeLoopForPipelining()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5745 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() local
5746 Register LoopCountReg = LoopInst->getOperand(0).getReg(); in analyzeLoopForPipelining()
5749 return std::make_unique<PPCPipelinerLoopInfo>(LoopInst, &*I, LoopCount); in analyzeLoopForPipelining()