Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h99 bool getHasPushSequences() const { return HasPushSequences; } in getHasPushSequences() function
H A DM68kFrameLowering.cpp55 !MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences(); in hasReservedCallFrame()
68 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences(); in needsFrameIndexResolution()
261 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h194 bool getHasPushSequences() const { return HasPushSequences; }
H A DX86FrameLowering.cpp65 !MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences() && in hasReservedCallFrame()
91 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences(); in needsFrameIndexResolution()
3767 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences()) in eliminateCallFramePseudoInstr()