Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4662 const MCPhysReg ArgFPR32s[] = {LoongArch::F0, LoongArch::F1, LoongArch::F2, variable
4750 if (State.getFirstUnallocated(ArgFPR32s) == std::size(ArgFPR32s)) in CC_LoongArch()
4820 Reg = State.AllocateReg(ArgFPR32s); in CC_LoongArch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18893 static const MCPhysReg ArgFPR32s[] = {
19044 if (State.getFirstUnallocated(ArgFPR32s) == std::size(ArgFPR32s)) { in CC_RISCV()
19163 Reg = State.AllocateReg(ArgFPR32s); in CC_RISCV()
18890 static const MCPhysReg ArgFPR32s[] = { global() variable