Home
last modified time | relevance | path

Searched refs:getCallFrameSetupOpcode (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp247 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp197 int FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallsInformation()
746 int FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
H A DTargetInstrInfo.cpp654 int FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
H A DMachineVerifier.cpp1715 int FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h109 int getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp429 (unsigned)TII->getCallFrameSetupOpcode()) { in IsChainDependent()
488 (unsigned)TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
758 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
829 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
H A DFastISel.cpp647 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2013 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
H A DX86FastISel.cpp2736 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1273 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1940 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2936 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()