Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
272 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp252 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
270 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp245 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
263 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp149 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
325 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in collectCallInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp164 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
470 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp165 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
470 if ((++I)->getOpcode() != TII->getCallFrameDestroyOpcode()) in collectCallInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp140 Previous->getOpcode() == TII.getCallFrameDestroyOpcode()) { in findSplitPointForStackProtector()
H A DMachineFrameInfo.cpp190 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp426 (unsigned)TII->getCallFrameDestroyOpcode()) { in IsChainDependent()
484 (unsigned)TII->getCallFrameDestroyOpcode()) { in FindCallSeqStart()
553 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in ReleasePredecessors()
842 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in UnscheduleNodeBottomUp()
1308 if (Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) { in DelayForLiveRegsBottomUp()
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp114 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h185 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
190 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp192 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp201 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp144 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp461 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h202 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
207 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DShrinkWrap.cpp171 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
H A DPrologEpilogInserter.cpp252 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
1048 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp226 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in lowerCall()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetInstrInfo.h209 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
214 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetInstrInfo.h211 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
216 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetInstrInfo.h209 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
214 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetInstrInfo.h209 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
214 I.getOpcode() == getCallFrameDestroyOpcode(); in isFrameInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp245 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()

123