Searched refs:getCallFrameSetupOpcode (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp246 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h106 int getCallFrameSetupOpcode() const { return CallFrameSetupOpcode; } function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp196 int FrameSetupOpcode = TII.getCallFrameSetupOpcode();
748 int FrameSetupOpcode = TII.getCallFrameSetupOpcode();
H A DMachineVerifier.cpp1644 int FrameSetupOpcode = TII->getCallFrameSetupOpcode();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp430 (unsigned)TII->getCallFrameSetupOpcode()) {
489 (unsigned)TII->getCallFrameSetupOpcode()) {
759 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
830 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
H A DFastISel.cpp644 unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1690 if (Opcode == TII.getCallFrameSetupOpcode()) {
H A DX86FastISel.cpp2841 unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1208 unsigned AdjStackDown = TII.getCallFrameSetupOpcode();
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1239 TII.get(TII.getCallFrameSetupOpcode()))
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1936 unsigned AdjStackDown = TII.getCallFrameSetupOpcode();

Completed in 189 milliseconds