Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430RegisterInfo.cpp127 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
145 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
272 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) { in eliminateCallFramePseudoInstr()
/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp149 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in isLegal()
325 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in collectCallInfo()
DX86FrameLowering.cpp2572 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DX86InstrInfo.cpp2114 MI.getOpcode() == getCallFrameDestroyOpcode()) { in getSPAdjust()
2134 if (I->getOpcode() == getCallFrameDestroyOpcode() || in getSPAdjust()
2141 if (I->getOpcode() != getCallFrameDestroyOpcode()) in getSPAdjust()
DX86FastISel.cpp3341 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in fastLowerCall()
DX86ISelLowering.cpp23657 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in EmitLoweredTLSAddr()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp114 if (I->getOpcode() == TII->getCallFrameDestroyOpcode() && in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86RegisterInfo.cpp521 bool isDestroy = Opcode == TII.getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
548 assert(Opcode == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr()
571 if (Opcode == TII.getCallFrameDestroyOpcode() && CalleeAmt) { in eliminateCallFramePseudoInstr()
DX86FastISel.cpp1835 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in DoSelectCall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp160 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallsInformation()
727 int FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp171 FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in init()
DPrologEpilogInserter.cpp252 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in calculateCallFrameInfo()
1048 unsigned FrameDestroyOpcode = TII.getCallFrameDestroyOpcode(); in replaceFrameIndices()
DTargetInstrInfo.cpp910 unsigned FrameDestroyOpcode = getCallFrameDestroyOpcode(); in getSPAdjust()
DMachineVerifier.cpp1949 unsigned FrameDestroyOpcode = TII->getCallFrameDestroyOpcode(); in verifyStackFrame()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h101 int getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
/external/llvm/lib/CodeGen/SelectionDAG/
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()
DFastISel.cpp663 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in selectStackmap()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h153 unsigned getCallFrameDestroyOpcode() const { return CallFrameDestroyOpcode; } in getCallFrameDestroyOpcode() function
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp164 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode(); in eliminateCallFramePseudoInstr()
DAArch64FastISel.cpp3026 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in finishCall()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1672 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1398 TII.get(TII.getCallFrameDestroyOpcode())) in finishCall()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2020 unsigned AdjStackUp = TII.getCallFrameDestroyOpcode(); in FinishCall()