| /freebsd-14.2/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 | X86FrameLowering.cpp | 3675 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
| H A D | X86FastISel.cpp | 3575 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
|
| H A D | X86InstrInfo.cpp | 442 if (I->getOpcode() == getCallFrameDestroyOpcode() || I->isCall()) in getSPAdjust() 448 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 385 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 403 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenCommonISel.cpp | 140 Previous->getOpcode() == TII.getCallFrameDestroyOpcode()) { in findSplitPointForStackProtector()
|
| H A D | MachineFrameInfo.cpp | 190 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
|
| H A D | ShrinkWrap.cpp | 237 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
|
| H A D | TargetInstrInfo.cpp | 1298 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust() 1572 if (AdjI.getOpcode() == getCallFrameDestroyOpcode()) in getCallFrameSizeAt()
|
| H A D | PrologEpilogInserter.cpp | 366 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
|
| H A D | MachineVerifier.cpp | 3491 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.cpp | 253 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kCallLowering.cpp | 246 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
|
| /freebsd-14.2/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 | 703 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 209 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function 214 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86CallLowering.cpp | 410 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.cpp | 387 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 232 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 1764 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1494 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 2876 bool IsDestroy = Opc == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
| H A D | ARMFastISel.cpp | 2025 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 500 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
| H A D | AArch64FastISel.cpp | 3103 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
|