Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5035 static const MCPhysReg FPR64List[] = {LoongArch::F28_64, LoongArch::F29_64, in CC_LoongArch_GHC() local
5037 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_LoongArch_GHC()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19520 static const MCPhysReg FPR64List[] = { in CC_RISCV_FastCC() local
19525 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_RISCV_FastCC()
19634 static const MCPhysReg FPR64List[] = {RISCV::F22_D, RISCV::F23_D, in CC_RISCV_GHC() local
19637 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_RISCV_GHC()