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.cpp57 !MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences(); in hasReservedCallFrame()
70 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences(); in needsFrameIndexResolution()
263 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences()) { in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h200 bool getHasPushSequences() const { return HasPushSequences; }
H A DX86FrameLowering.cpp64 !MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences() && in hasReservedCallFrame()
90 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences(); in needsFrameIndexResolution()
3831 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences()) in eliminateCallFramePseudoInstr()