Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp707 bool NeedGPRC) -> void { in getRegAllocationHints() argument
710 if (PhysReg && (!NeedGPRC || RISCV::GPRCRegClass.contains(PhysReg))) { in getRegAllocationHints()
719 auto isCompressible = [](const MachineInstr &MI, bool &NeedGPRC) { in getRegAllocationHints() argument
720 NeedGPRC = false; in getRegAllocationHints()
730 NeedGPRC = true; in getRegAllocationHints()
733 NeedGPRC = true; in getRegAllocationHints()
737 NeedGPRC = true; in getRegAllocationHints()
763 bool NeedGPRC; in getRegAllocationHints() local
764 if (isCompressible(MI, NeedGPRC)) { in getRegAllocationHints()
766 if (!NeedGPRC || isCompressibleOpnd(MI.getOperand(2))) in getRegAllocationHints()
[all …]