Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp768 bool NeedGPRC) -> void { in getRegAllocationHints() argument
781 NeedGPRC = false; in getRegAllocationHints()
791 NeedGPRC = true; in getRegAllocationHints()
794 NeedGPRC = true; in getRegAllocationHints()
805 NeedGPRC = true; in getRegAllocationHints()
819 NeedGPRC = true; in getRegAllocationHints()
823 NeedGPRC = true; in getRegAllocationHints()
828 NeedGPRC = true; in getRegAllocationHints()
849 bool NeedGPRC; in getRegAllocationHints() local
850 if (isCompressible(MI, NeedGPRC)) { in getRegAllocationHints()
[all …]