Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1084 MachineInstr *LoopInst = MRI.getVRegDef(LoopVal); in getPrevMapVal() local
1092 else if (!LoopInst->isPHI() || LoopInst->getParent() != BB) in getPrevMapVal()
1097 PrevVal = getInitPhiReg(*LoopInst, BB); in getPrevMapVal()
1098 else if (StageNum > PhiStage + 1 && LoopInst->getParent() == BB) in getPrevMapVal()
1101 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp767 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining() local
769 if (LoopInst) in analyzeLoopForPipelining()
770 return std::make_unique<HexagonPipelinerLoopInfo>(LoopInst, &*I); in analyzeLoopForPipelining()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5422 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() local
5423 Register LoopCountReg = LoopInst->getOperand(0).getReg(); in analyzeLoopForPipelining()
5426 return std::make_unique<PPCPipelinerLoopInfo>(LoopInst, &*I, LoopCount); in analyzeLoopForPipelining()