Home
last modified time | relevance | path

Searched refs:getCallFrameDestroyOpcode (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp252 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
270 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp164 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
470 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
DX86CallLowering.cpp485 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
DX86FrameLowering.cpp2795 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DX86FastISel.cpp3541 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
DX86InstrInfo.cpp158 if (I->getOpcode() == getCallFrameDestroyOpcode() || in getSPAdjust()
165 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
DX86ISelLowering.cpp31274 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in EmitLoweredTLSAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp192 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
DShrinkWrap.cpp201 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
DPrologEpilogInserter.cpp308 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
DTargetInstrInfo.cpp970 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
DMachineVerifier.cpp2772 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp144 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h185 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
190 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp458 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in IsChainDependent()
514 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart()
581 Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors()
875 SUNode->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp()
1395 if (Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
DFastISel.cpp851 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp389 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp1103 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1495 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp285 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DAArch64FastISel.cpp3157 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2038 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()