Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
263 MF.getInfo<M68kMachineFunctionInfo>()->getHasPushSequences()) { in eliminateCallFramePseudoInstr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h150 bool getHasPushSequences() const { return HasPushSequences; } in getHasPushSequences() function
H A DX86FrameLowering.cpp65 !MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences() && in hasReservedCallFrame()
91 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences(); in needsFrameIndexResolution()
3524 MF.getInfo<X86MachineFunctionInfo>()->getHasPushSequences()) in eliminateCallFramePseudoInstr()