/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86CallFrameOptimization.cpp | 148 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 D | X86CallFrameOptimization.cpp | 163 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 D | X86CallFrameOptimization.cpp | 164 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in isLegal() 251 unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode(); in runOnMachineFunction() 363 assert(I->getOpcode() == TII->getCallFrameSetupOpcode()); in collectCallInfo()
|
H A D | X86CallLowering.cpp | 320 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 184 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 D | TargetInstrInfo.h | 201 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/ |
D | TargetInstrInfo.h | 208 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/ |
D | TargetInstrInfo.h | 210 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/ |
D | TargetInstrInfo.h | 208 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/ |
D | TargetInstrInfo.h | 208 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 D | CodeGenCommonISel.cpp | 161 } while(Previous->getOpcode() != TII.getCallFrameSetupOpcode()); in findSplitPointForStackProtector()
|
H A D | MachineFrameInfo.cpp | 189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
|
H A D | ShrinkWrap.cpp | 200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 191 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
|
H A D | ShrinkWrap.cpp | 200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 463 } 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 D | ScheduleDAGRRList.cpp | 460 } 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 D | MSP430FrameLowering.cpp | 247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 246 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 239 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 170 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
|
H A D | PrologEpilogInserter.cpp | 251 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 D | M68kCallLowering.cpp | 188 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 429 (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 D | AVRFrameLowering.cpp | 359 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|