Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1086 SmallVector<MCPhysReg, 4> AllocatedPhysRegs; variable
H A DRISCVISelLowering.cpp22175 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()