Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.cpp186 static const MCPhysReg FastCCEGPRs[] = {RISCV::X10, RISCV::X11, RISCV::X12, in getFastCCArgGPRs() local
190 return ArrayRef(FastCCEGPRs); in getFastCCArgGPRs()
205 static const MCPhysReg FastCCEGPRs[] = {RISCV::X10_H, RISCV::X11_H, in getFastCCArgGPRF16s() local
210 return ArrayRef(FastCCEGPRs); in getFastCCArgGPRF16s()
225 static const MCPhysReg FastCCEGPRs[] = {RISCV::X10_W, RISCV::X11_W, in getFastCCArgGPRF32s() local
230 return ArrayRef(FastCCEGPRs); in getFastCCArgGPRF32s()