Home
last modified time | relevance | path

Searched refs:getCallFrameDestroyOpcode (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp251 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
269 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp186 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallsInformation()
695 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
DMachineVerifier.cpp1651 int FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetInstrInfo.h105 int getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp425 (unsigned)TII->getCallFrameDestroyOpcode()) { in IsChainDependent()
483 (unsigned)TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart()
552 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors()
841 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp()
1304 if (Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FrameLowering.cpp1489 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
1517 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
1540 if (Opcode == TII.getCallFrameDestroyOpcode() && CalleeAmt) { in eliminateCallFramePseudoInstr()
DX86FastISel.cpp2226 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in DoSelectCall()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp606 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1295 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMFastISel.cpp2101 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()