Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h642 bool hasCopyImplyingStackAdjustment() const { in hasCopyImplyingStackAdjustment() function
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp78 SrcMFI.hasCopyImplyingStackAdjustment()); in cloneFrameInfo()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp106 (isWin64Prologue(MF) && MFI.hasCopyImplyingStackAdjustment()) || in hasFP()
1605 !MFI.hasCopyImplyingStackAdjustment() && // Don't push and pop. in emitPrologue()