Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h63 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DSparcInstrInfo.cpp66 unsigned SparcInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SparcInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h50 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DXCoreInstrInfo.cpp85 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in XCoreInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h43 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.h43 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DMips16InstrInfo.cpp56 unsigned Mips16InstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in Mips16InstrInfo
H A DMipsSEInstrInfo.cpp63 unsigned MipsSEInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in MipsSEInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h123 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
H A DPPCInstrInfo.cpp200 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in PPCInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h139 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DSystemZInstrInfo.cpp211 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in SystemZInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h61 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DAArch64InstrInfo.cpp1208 unsigned AArch64InstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in AArch64InstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h58 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DHexagonInstrInfo.cpp102 unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in HexagonInstrInfo
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h196 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DX86InstrInfo.cpp1800 unsigned X86InstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in X86InstrInfo
1813 if ((Reg = isStoreToStackSlot(MI, FrameIndex))) in isStoreToStackSlotPostFE()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp257 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
805 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills()
1020 InstrReg = TII.isStoreToStackSlot(MI, FI); in coalesceStackAccess()
H A DStackSlotColoring.cpp395 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h152 unsigned isStoreToStackSlot(const MachineInstr *MI,
H A DARMBaseInstrInfo.cpp1016 ARMBaseInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function in ARMBaseInstrInfo
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h164 virtual unsigned isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot() function
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1044 * ``isStoreToStackSlot`` --- If the specified machine instruction is a direct