Searched refs:AllocatedPhysRegs (Results 1 – 2 of 2) sorted by relevance
1086 SmallVector<MCPhysReg, 4> AllocatedPhysRegs; variable
22175 AllocatedPhysRegs.push_back(VRArrays[(StartReg - 8) / LMul + i]); in allocatePhysReg() 22177 AllocatedPhysRegs.push_back(MCPhysReg());22188 AllocatedPhysRegs.push_back(RISCV::V0); in compute() 22213 assert(CurIdx < AllocatedPhysRegs.size() && "Index out of range");22214 return AllocatedPhysRegs[CurIdx++]; in expandIndirectJTBranch()