Searched refs:getPushPopKind (Results 1 – 3 of 3) sorted by relevance
88 RISCVMachineFunctionInfo::getPushPopKind(const MachineFunction &MF) const { in getPushPopKind() function in RISCVMachineFunctionInfo123 switch (getPushPopKind(MF)) { in hasImplicitFPUpdates()
147 PushPopKind getPushPopKind(const MachineFunction &MF) const;150 return getPushPopKind(MF) != PushPopKind::None;
1977 if (RVFI->getPushPopKind(MF) == in assignCalleeSavedSpillSlots()2063 RVFI->getPushPopKind(*MF), hasFP(*MF) && !RVFI->useQCIInterrupt(*MF)); in spillCalleeSavedRegisters()2215 unsigned Opcode = getPopOpcode(RVFI->getPushPopKind(*MF)); in restoreCalleeSavedRegisters()