Home
last modified time | relevance | path

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

12

/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/Blackfin/
DBlackfinInstrInfo.h39 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DBlackfinInstrInfo.cpp61 unsigned BlackfinInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in BlackfinInstrInfo
/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/Alpha/
DAlphaInstrInfo.h38 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DAlphaInstrInfo.cpp54 AlphaInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in AlphaInstrInfo
/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/SystemZ/
DSystemZInstrInfo.h71 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
DSystemZInstrInfo.cpp161 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SystemZInstrInfo
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h104 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DMipsInstrInfo.cpp69 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in MipsInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h94 unsigned isStoreToStackSlot(const MachineInstr *MI,
DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
DPPCInstrInfo.cpp77 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in PPCInstrInfo
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.h250 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
DMBlazeInstrInfo.cpp63 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const { in isStoreToStackSlot() function in MBlazeInstrInfo
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp451 TII->isStoreToStackSlot(MI, SS)) in AllMemRefsCanBeUnfolded()
633 } else if (unsigned SrcReg = TII->isStoreToStackSlot(MI, OldFI)) { in UnfoldAndRewriteInstruction()
690 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
DInlineSpiller.cpp225 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
587 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills()
792 !(InstrReg = TII.isStoreToStackSlot(MI, FI))) in coalesceStackAccess()
DVirtRegRewriter.cpp2416 !TII->isStoreToStackSlot(&MI, SS)) { // Not profitable! in RewriteMBB()
2469 if (unsigned SrcReg = TII->isStoreToStackSlot(&MI, StackSlot)) { in RewriteMBB()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h151 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h242 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
/external/llvm/lib/Target/X86/
DX86InstrInfo.h670 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;

12