Searched refs:NeedGPRC (Results 1 – 1 of 1) sorted by relevance
707 bool NeedGPRC) -> void { in getRegAllocationHints() argument710 if (PhysReg && (!NeedGPRC || RISCV::GPRCRegClass.contains(PhysReg))) { in getRegAllocationHints()719 auto isCompressible = [](const MachineInstr &MI, bool &NeedGPRC) { in getRegAllocationHints() argument720 NeedGPRC = false; in getRegAllocationHints()730 NeedGPRC = true; in getRegAllocationHints()733 NeedGPRC = true; in getRegAllocationHints()737 NeedGPRC = true; in getRegAllocationHints()763 bool NeedGPRC; in getRegAllocationHints() local764 if (isCompressible(MI, NeedGPRC)) { in getRegAllocationHints()766 if (!NeedGPRC || isCompressibleOpnd(MI.getOperand(2))) in getRegAllocationHints()[all …]