Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h614 bool hasCopyImplyingStackAdjustment() const { in hasCopyImplyingStackAdjustment() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp59 SrcMFI.hasCopyImplyingStackAdjustment()); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp104 (isWin64Prologue(MF) && MFI.hasCopyImplyingStackAdjustment())); in hasFP()
1569 !MFI.hasCopyImplyingStackAdjustment() && // Don't push and pop. in emitPrologue()