/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 165 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal() 470 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
|
H A D | X86CallLowering.cpp |
|
H A D | X86FrameLowering.cpp | 3730 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
H A D | X86FastISel.cpp | 3577 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
|
H A D | X86InstrInfo.cpp | 443 if (I->getOpcode() == getCallFrameDestroyOpcode() || I->isCall()) in getSPAdjust() 449 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 384 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 402 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenCommonISel.cpp | 140 Previous->getOpcode() == TII.getCallFrameDestroyOpcode()) { in findSplitPointForStackProtector()
|
H A D | MachineFrameInfo.cpp | 191 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
|
H A D | ShrinkWrap.cpp | 239 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
|
H A D | TargetInstrInfo.cpp | 1358 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust() 1632 if (AdjI.getOpcode() == getCallFrameDestroyOpcode()) in getCallFrameSizeAt()
|
H A D | PrologEpilogInserter.cpp | 364 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
|
H A D | MachineVerifier.cpp | 3800 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kCallLowering.cpp | 246 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFrameLowering.cpp | 253 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in emitPrologue()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 460 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in IsChainDependent() 516 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart() 583 Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors() 877 SUNode->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp() 1405 if (Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
|
H A D | FastISel.cpp | 707 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 211 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function 216 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86CallLowering.cpp | 422 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRFrameLowering.cpp | 387 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 232 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 1777 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1492 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 2879 bool IsDestroy = Opc == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
H A D | ARMFastISel.cpp | 2025 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 536 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|