Home
last modified time | relevance | path

Searched refs:getCallFrameSetupOpcode (Results 1 – 25 of 50) 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-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp163 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
DX86CallLowering.cpp393 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/external/llvm-project/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp164 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
DX86CallLowering.cpp390 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h184 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
189 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
195 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h191 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
196 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
202 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp191 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
DPrologEpilogInserter.cpp307 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFrameInfo.cpp189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
DPrologEpilogInserter.cpp311 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp240 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp246 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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp460 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
517 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
787 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
858 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2976 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp460 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
517 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
787 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
858 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2973 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp351 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp386 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/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()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h152 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function

12