Home
last modified time | relevance | path

Searched refs:isStoreToStackSlot (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/CellSPU/
DSPUInstrInfo.h44 unsigned isStoreToStackSlot(const MachineInstr *MI,
DSPUInstrInfo.cpp98 SPUInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SPUInstrInfo
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h49 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DXCoreInstrInfo.cpp78 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in XCoreInstrInfo
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h62 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DSparcInstrInfo.cpp59 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SparcInstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h60 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DMipsInstrInfo.cpp74 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h97 unsigned isStoreToStackSlot(const MachineInstr *MI,
DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
DPPCInstrInfo.cpp96 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in PPCInstrInfo
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.h194 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DMBlazeInstrInfo.cpp63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const { in isStoreToStackSlot() function in MBlazeInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h53 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DHexagonInstrInfo.cpp98 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in HexagonInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h177 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
DX86InstrInfo.cpp1290 unsigned X86InstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in X86InstrInfo
1303 if ((Reg = isStoreToStackSlot(MI, FrameIndex))) in isStoreToStackSlotPostFE()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h102 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DARMBaseInstrInfo.cpp843 ARMBaseInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in ARMBaseInstrInfo
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp254 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
784 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills()
986 InstrReg = TII.isStoreToStackSlot(MI, FI); in coalesceStackAccess()
DStackSlotColoring.cpp369 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h152 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function