/external/llvm/lib/Target/X86/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
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()
|
D | X86CallLowering.cpp | 393 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
|
/external/llvm-project/llvm/lib/Target/X86/ |
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()
|
D | X86CallLowering.cpp | 390 unsigned AdjStackDown = TII.getCallFrameSetupOpcode(); in lowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
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()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 191 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function 196 return I.getOpcode() == getCallFrameSetupOpcode() || in isFrameInstr() 202 return I.getOpcode() == getCallFrameSetupOpcode(); in isFrameSetup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 191 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
|
D | ShrinkWrap.cpp | 200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
|
D | PrologEpilogInserter.cpp | 307 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 189 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in computeMaxCallFrameSize()
|
D | ShrinkWrap.cpp | 200 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
|
D | PrologEpilogInserter.cpp | 311 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 240 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 246 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 170 FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in init()
|
D | PrologEpilogInserter.cpp | 251 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in calculateCallFrameInfo() 1047 unsigned FrameSetupOpcode = TII.getCallFrameSetupOpcode(); in replaceFrameIndices()
|
D | TargetInstrInfo.cpp | 909 unsigned FrameSetupOpcode = getCallFrameSetupOpcode(); in getSPAdjust()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
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() 2976 (PredND->getMachineOpcode() == TII->getCallFrameSetupOpcode())) { in PrescheduleNodesWithMultipleUses()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
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()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.cpp | 351 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.cpp | 386 if (Opcode == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
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()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 152 unsigned getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } in getCallFrameSetupOpcode() function
|