Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.cpp177 static ArrayRef<MCPhysReg> getFastCCArgGPRs(const RISCVABI::ABI ABI) { in getFastCCArgGPRs() function
687 if (MCRegister Reg = State.AllocateReg(getFastCCArgGPRs(ABI))) { in CC_RISCV_FastCC()
699 ArrayRef<MCPhysReg> ArgGPRs = getFastCCArgGPRs(ABI); in CC_RISCV_FastCC()
725 if (MCRegister Reg = State.AllocateReg(getFastCCArgGPRs(ABI))) { in CC_RISCV_FastCC()