Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp821 const MCPhysReg ArgFPR32s[] = {LoongArch::F0, LoongArch::F1, LoongArch::F2, variable
835 Reg = State.AllocateReg(ArgFPR32s); in CC_LoongArch()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10264 static const MCPhysReg ArgFPR32s[] = { variable
10384 if (State.getFirstUnallocated(ArgFPR32s) == array_lengthof(ArgFPR32s)) { in CC_RISCV()
10489 Reg = State.AllocateReg(ArgFPR32s); in CC_RISCV()