/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 245 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 263 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceInstructionsMIR.cpp | 60 MI.getOpcode() == TII.getCallFrameDestroyOpcode()) in shouldNotRemoveInstruction()
|
/openbsd-src/gnu/llvm/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 | 408 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
|
H A D | X86FrameLowering.cpp | 3487 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
H A D | X86FastISel.cpp | 3522 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
|
H A D | X86InstrInfo.cpp | 418 if (I->getOpcode() == getCallFrameDestroyOpcode() || in getSPAdjust() 425 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
|
/openbsd-src/gnu/llvm/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 | 201 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
|
H A D | TargetInstrInfo.cpp | 1138 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
|
H A D | MachineVerifier.cpp | 3361 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/ |
H A D | M68kCallLowering.cpp | 226 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFrameLowering.cpp | 245 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 202 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function 207 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 461 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in IsChainDependent() 517 if (N->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart() 584 Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors() 878 SUNode->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp() 1412 if (Node->getMachineOpcode() == TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
|
H A D | FastISel.cpp | 706 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRFrameLowering.cpp | 379 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 232 bool IsDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.cpp | 1672 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1494 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 2835 bool IsDestroy = Opc == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
H A D | ARMFastISel.cpp | 2025 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 475 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
|
H A D | AArch64FastISel.cpp | 3110 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
|