Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22155 const MCPhysReg *VRArrays; in allocatePhysReg()
22160 VRArrays = ArgVRs; in allocatePhysReg()
22163 VRArrays = ArgVRM2s; in allocatePhysReg()
22166 VRArrays = ArgVRM4s; in allocatePhysReg()
22169 VRArrays = ArgVRM8s; in allocatePhysReg()
22175 AllocatedPhysRegs.push_back(VRArrays[(StartReg - 8) / LMul + i]); in allocatePhysReg()
22152 const MCPhysReg *VRArrays; allocatePhysReg() local