Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1095 void allocatePhysReg(unsigned NF = 1, unsigned LMul = 1,
H A DRISCVISelLowering.cpp22151 void RVVArgDispatcher::allocatePhysReg(unsigned NF, unsigned LMul, in allocatePhysReg()
22199 allocatePhysReg(ArgInfo.NF, RegsNeeded, StartReg + 8); in compute()
22205 allocatePhysReg(ArgInfo.NF, RegsNeeded, 0); in compute()
22148 void RVVArgDispatcher::allocatePhysReg(unsigned NF, unsigned LMul, allocatePhysReg() function in RVVArgDispatcher