Home
last modified time | relevance | path

Searched refs:getCallFrameSetupOpcode (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp148 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
231 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
328 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp163 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp164 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal()
251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction()
363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
H A DX86CallLowering.cpp320 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h184 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
189 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
195 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h201 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
206 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
212 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetInstrInfo.h208 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
213 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
219 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetInstrInfo.h210 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
215 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
221 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetInstrInfo.h208 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
213 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
219 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetInstrInfo.h208 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
213 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr()
219 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp161 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in findSplitPointForStackProtector()
H A DMachineFrameInfo.cpp189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp191 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
H A DShrinkWrap.cpp200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp463 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
520 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
790 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
861 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2996 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp460 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in IsChainDependent()
517 } else if (N->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
787 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
858 SUNode->getMachineOpcode() == TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
2973 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp246 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp239 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DShrinkWrap.cpp170 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
H A DPrologEpilogInserter.cpp251 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
1047 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp188 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp429 (unsigned)TII->getCallFrameSetupOpcode()) { in IsChainDependent()
488 (unsigned)TII->getCallFrameSetupOpcode()) { in FindCallSeqStart()
758 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) { in ScheduleNodeBottomUp()
829 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) { in UnscheduleNodeBottomUp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp359 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()

123