Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DX86FastISel.cpp3313 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in fastLowerCall()
DX86ISelLowering.cpp31266 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in EmitLoweredTLSAddr()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DTargetInstrInfo.cpp969 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
DMachineVerifier.cpp2771 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in verifyStackFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp246 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/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()
DFastISel.cpp837 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in selectStackmap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp386 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1420 TII.get(TII.getCallFrameSetupOpcode())) in processCallArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1946 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in ProcessCallArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3074 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in processCallArgs()