Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreInstrInfo.h50 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDXCoreInstrInfo.cpp82 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in XCoreInstrInfo
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.h63 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDSparcInstrInfo.cpp67 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SparcInstrInfo
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsSEInstrInfo.h44 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDMips16InstrInfo.h43 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDMips16InstrInfo.cpp64 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in Mips16InstrInfo
HDMipsSEInstrInfo.cpp66 isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const in isStoreToStackSlot() function in MipsSEInstrInfo
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h103 unsigned isStoreToStackSlot(const MachineInstr *MI,
HDPPCInstrInfo.cpp127 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in PPCInstrInfo
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h138 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDSystemZInstrInfo.cpp211 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SystemZInstrInfo
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h56 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDHexagonInstrInfo.cpp99 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in HexagonInstrInfo
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrInfo.h183 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
HDX86InstrInfo.cpp1595 unsigned X86InstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in X86InstrInfo
1608 if ((Reg = isStoreToStackSlot(MI, FrameIndex))) in isStoreToStackSlotPostFE()
/trueos/contrib/llvm/lib/CodeGen/
HDInlineSpiller.cpp255 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()
HDStackSlotColoring.cpp396 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h102 virtual unsigned isStoreToStackSlot(const MachineInstr *MI,
HDARMBaseInstrInfo.cpp920 ARMBaseInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in ARMBaseInstrInfo
/trueos/contrib/llvm/include/llvm/Target/
HDTargetInstrInfo.h153 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function