Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.cpp49 static const MCPhysReg ArgFPR32s[] = {RISCV::F10_F, RISCV::F11_F, RISCV::F12_F, variable
399 if (MCRegister Reg = State.AllocateReg(ArgFPR32s)) { in CC_RISCV()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6640 const MCPhysReg ArgFPR32s[] = {LoongArch::F0, LoongArch::F1, LoongArch::F2, variable
6750 if (State.getFirstUnallocated(ArgFPR32s) == std::size(ArgFPR32s)) in CC_LoongArch()
6822 Reg = State.AllocateReg(ArgFPR32s); in CC_LoongArch()