Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h49 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DXCoreInstrInfo.cpp82 unsigned XCoreInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function in XCoreInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.h48 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DARCInstrInfo.cpp87 unsigned ARCInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function in ARCInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h64 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h40 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DCSKYInstrInfo.cpp363 unsigned CSKYInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function in CSKYInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.h89 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h42 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.h48 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.cpp64 unsigned Mips16InstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function in Mips16InstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h90 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DAVRInstrInfo.cpp108 unsigned AVRInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function in llvm::AVRInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h47 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp742 unsigned LanaiInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function in LanaiInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h232 unsigned isStoreToStackSlot(const MachineInstr &MI,
234 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h303 virtual unsigned isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function
312 virtual unsigned isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot() function
316 return isStoreToStackSlot(MI, FrameIndex); in isStoreToStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h54 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h222 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp326 if (SnipLI.reg() == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
499 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills()
754 InstrReg = TII.isStoreToStackSlot(*MI, FI); in coalesceStackAccess()
930 if (TII.isStoreToStackSlot(*MI, FI) && in foldMemoryOperand()
H A DStackSlotColoring.cpp450 if (!(StoreReg = TII->isStoreToStackSlot(*NextMI, SecondSS, StoreSize))) in RemoveDeadStores()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h65 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h60 unsigned isStoreToStackSlot(const MachineInstr &MI,
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h528 unsigned isStoreToStackSlot(const MachineInstr &MI,
H A DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector

12