Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp148 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
231 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
328 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
DX86FastISel.cpp3122 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
DX86InstrInfo.cpp2113 if (MI.getOpcode() == getCallFrameSetupOpcode() || in getSPAdjust()
2121 if (MI.getOpcode() == getCallFrameSetupOpcode()) in getSPAdjust()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430RegisterInfo.cpp122 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp159 int FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallsInformation()
726 int FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp170 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
DPrologEpilogInserter.cpp251 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
1047 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
DTargetInstrInfo.cpp909 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
DMachineVerifier.cpp1948 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h100 int 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/include/llvm/Target/
DTargetInstrInfo.h152 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86RegisterInfo.cpp542 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
DX86FastISel.cpp1662 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in DoSelectCall()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1574 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1323 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1929 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2939 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()