Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1065 MachineInstr *LoopInst = MRI.getVRegDef(LoopVal); in getPrevMapVal() local
1073 else if (!LoopInst->isPHI() || LoopInst->getParent() != BB) in getPrevMapVal()
1078 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1079 else if (StageNum > PhiStage + 1 && LoopInst->getParent() == BB) in getPrevMapVal()
1082 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp809 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining() local
811 if (LoopInst) in analyzeLoopForPipelining()
812 return std::make_unique<HexagonPipelinerLoopInfo>(LoopInst, &*I); in analyzeLoopForPipelining()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5492 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() local
5493 Register LoopCountReg = LoopInst->getOperand(0).getReg(); in analyzeLoopForPipelining()
5496 return std::make_unique<PPCPipelinerLoopInfo>(LoopInst, &*I, LoopCount); in analyzeLoopForPipelining()