Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp88 RISCVMachineFunctionInfo::getPushPopKind(const MachineFunction &MF) const { in getPushPopKind() function in RISCVMachineFunctionInfo
123 switch (getPushPopKind(MF)) { in hasImplicitFPUpdates()
H A DRISCVMachineFunctionInfo.h147 PushPopKind getPushPopKind(const MachineFunction &MF) const;
150 return getPushPopKind(MF) != PushPopKind::None;
H A DRISCVFrameLowering.cpp1977 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()