Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h630 bool hasCopyImplyingStackAdjustment() const { in hasCopyImplyingStackAdjustment() function
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp106 (isWin64Prologue(MF) && MFI.hasCopyImplyingStackAdjustment())); in hasFP()
1672 !MFI.hasCopyImplyingStackAdjustment() && // Don't push and pop. in emitPrologue()