Home
last modified time | relevance | path

Searched refs:LoopRegIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp85 unsigned LoopRegIdx = 3, InitRegIdx = 1; in PeelSingleBlockLoop() local
87 std::swap(LoopRegIdx, InitRegIdx); in PeelSingleBlockLoop()
93 Register R = MI.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()
97 MI.removeOperand(LoopRegIdx + 1); in PeelSingleBlockLoop()
98 MI.removeOperand(LoopRegIdx + 0); in PeelSingleBlockLoop()
102 Register LoopReg = OrigPhi.getOperand(LoopRegIdx).getReg(); in PeelSingleBlockLoop()
103 MI.getOperand(LoopRegIdx).setReg(LoopReg); in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1756 unsigned LoopRegIdx = 3, InitRegIdx = 1; in getPhiCanonicalReg() local
1758 std::swap(LoopRegIdx, InitRegIdx); in getPhiCanonicalReg()
1759 CanonicalUseReg = CanonicalUse->getOperand(LoopRegIdx).getReg(); in getPhiCanonicalReg()