Home
last modified time | relevance | path

Searched refs:isStoreToStackSlotPostFE (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h240 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp709 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md130 `TargetInstrInfo::isStoreToStackSlotPostFE` are needed to identify spill and
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h195 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1359 unsigned ARMBaseInstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in ARMBaseInstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h321 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1983 Reg = TII->isStoreToStackSlotPostFE(MI, FI); in isLocationSpill()
2012 if (!TII->isStoreToStackSlotPostFE(MI, DummyFI) && in transferSpillOrRestoreInst()
2024 if (!TII->isStoreToStackSlotPostFE(MI, FIDummy) && in transferSpillOrRestoreInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2335 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()