Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp819 bool NeedGPRC) -> void { in getRegAllocationHints() argument
825 if (PhysReg && (!NeedGPRC || RISCV::GPRCRegClass.contains(PhysReg)) && in getRegAllocationHints()
834 auto isCompressible = [&Subtarget](const MachineInstr &MI, bool &NeedGPRC) { in getRegAllocationHints() argument
835 NeedGPRC = false; in getRegAllocationHints()
845 NeedGPRC = true; in getRegAllocationHints()
848 NeedGPRC = true; in getRegAllocationHints()
859 NeedGPRC = true; in getRegAllocationHints()
873 NeedGPRC = true; in getRegAllocationHints()
877 NeedGPRC = true; in getRegAllocationHints()
882 NeedGPRC = true; in getRegAllocationHints()
[all …]