Home
last modified time | relevance | path

Searched refs:hasOpaqueSPAdjustment (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp225 return MFI.hasVarSizedObjects() || MFI.hasOpaqueSPAdjustment(); in CantUseSP()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp39 if (!MFI.hasVarSizedObjects() && !MFI.hasOpaqueSPAdjustment()) in isBaseRegConflictPossible()
H A DX86RegisterInfo.cpp704 return MFI.hasVarSizedObjects() || MFI.hasOpaqueSPAdjustment(); in CantUseSP()
H A DX86FrameLowering.cpp101 MFI.isFrameAddressTaken() || MFI.hasOpaqueSPAdjustment() || in hasFP()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h637 bool hasOpaqueSPAdjustment() const { return HasOpaqueSPAdjustment; } in hasOpaqueSPAdjustment() function
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp76 DstMFI.setHasOpaqueSPAdjustment(SrcMFI.hasOpaqueSPAdjustment()); in cloneFrameInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp360 YamlMFI.HasOpaqueSPAdjustment = MFI.hasOpaqueSPAdjustment(); in convert()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp553 !MFI.hasVarSizedObjects() && !MFI.hasOpaqueSPAdjustment()) in isCallerPreservedPhysReg()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1011 DAG.getMachineFunction().getFrameInfo().hasOpaqueSPAdjustment()) && in AddInlineAsmOperands()