Searched refs:isStoreToStackSlot (Results 1 - 25 of 55) sorted by relevance

123

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h60 /// isStoreToStackSlot - If the specified machine instruction is a direct
65 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h45 /// isStoreToStackSlot - If the specified machine instruction is a direct
50 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaInstrInfo.h38 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinInstrInfo.h39 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DBlackfinInstrInfo.cpp56 /// isStoreToStackSlot - If the specified machine instruction is a direct
61 unsigned BlackfinInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:BlackfinInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUInstrInfo.h44 unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcInstrInfo.h57 /// isStoreToStackSlot - If the specified machine instruction is a direct
62 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreInstrInfo.h44 /// isStoreToStackSlot - If the specified machine instruction is a direct
49 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DXCoreInstrInfo.cpp72 /// isStoreToStackSlot - If the specified machine instruction is a direct
78 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, function in class:XCoreInstrInfo
/external/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h89 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h38 /// isStoreToStackSlot - If the specified machine instruction is a direct
43 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.h38 /// isStoreToStackSlot - If the specified machine instruction is a direct
43 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrInfo.h71 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
/external/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h47 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.h134 /// isStoreToStackSlot - If the specified machine instruction is a direct
139 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCInstrInfo.h94 unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeInstrInfo.h189 /// isStoreToStackSlot - If the specified machine instruction is a direct
194 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DMBlazeInstrInfo.cpp57 /// isStoreToStackSlot - If the specified machine instruction is a direct
63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const { function in class:MBlazeInstrInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h55 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h156 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h159 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h54 unsigned isStoreToStackSlot(const MachineInstr &MI,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.h102 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrInfo.h177 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackSlotColoring.cpp451 TII->isStoreToStackSlot(MI, SS))
633 } else if (unsigned SrcReg = TII->isStoreToStackSlot(MI, OldFI)) {
690 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue;

Completed in 4362 milliseconds

123