Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp149 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
230 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
323 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
DX86FastISel.cpp2943 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
DX86InstrInfo.cpp2093 if (MI->getOpcode() == getCallFrameSetupOpcode() || in getSPAdjust()
2101 if (MI->getOpcode() == getCallFrameSetupOpcode()) in getSPAdjust()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp248 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp169 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
DPrologEpilogInserter.cpp251 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallsInformation()
851 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
DTargetInstrInfo.cpp910 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
DMachineVerifier.cpp1777 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp267 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallsInformation()
867 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h151 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
/external/llvm/lib/CodeGen/SelectionDAG/
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()
DFastISel.cpp649 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1311 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1936 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2915 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()