Home
last modified time | relevance | path

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

12

/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp166 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
249 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
361 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
DX86CallLowering.cpp385 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h161 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
166 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
172 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp185 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
DPrologEpilogInserter.cpp254 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
DTargetInstrInfo.cpp970 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
DMachineVerifier.cpp2249 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp455 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
512 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
781 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
852 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp387 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/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()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1574 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()

12