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.cpp3838 static const MCPhysReg FPR64List[] = {LoongArch::F28_64, LoongArch::F29_64, in CC_LoongArch_GHC() local
3840 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_LoongArch_GHC()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17944 static const MCPhysReg FPR64List[] = { in CC_RISCV_FastCC() local
17949 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_RISCV_FastCC()
18057 static const MCPhysReg FPR64List[] = {RISCV::F22_D, RISCV::F23_D, in CC_RISCV_GHC() local
18060 if (unsigned Reg = State.AllocateReg(FPR64List)) { in CC_RISCV_GHC()