Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h511 bool hasCopyImplyingStackAdjustment() const { in hasCopyImplyingStackAdjustment() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h562 bool hasCopyImplyingStackAdjustment() const { in hasCopyImplyingStackAdjustment() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.h750 bool hasCopyImplyingStackAdjustment(MachineFunction *MF) const override;
DX86FrameLowering.cpp95 MFI->hasCopyImplyingStackAdjustment()); in hasFP()
970 !MFI->hasCopyImplyingStackAdjustment() && // Don't push and pop. in emitPrologue()
DX86ISelLowering.cpp31066 bool X86TargetLowering::hasCopyImplyingStackAdjustment( in hasCopyImplyingStackAdjustment() function in X86TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp93 MFI.hasCopyImplyingStackAdjustment()); in hasFP()
1038 !MFI.hasCopyImplyingStackAdjustment() && // Don't push and pop. in emitPrologue()
/external/llvm/include/llvm/Target/
DTargetLowering.h2423 virtual bool hasCopyImplyingStackAdjustment(MachineFunction *MF) const { in hasCopyImplyingStackAdjustment() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp647 if (TLI->hasCopyImplyingStackAdjustment(MF)) in runOnMachineFunction()