Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h265 unsigned isStoreToStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp738 unsigned X86InstrInfo::isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function in X86InstrInfo
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h328 virtual unsigned isStoreToStackSlotPostFE(const MachineInstr &MI, in isStoreToStackSlotPostFE() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1977 Reg = TII->isStoreToStackSlotPostFE(MI, FI); in isLocationSpill()
2006 if (!TII->isStoreToStackSlotPostFE(MI, DummyFI) && in transferSpillOrRestoreInst()
2018 if (!TII->isStoreToStackSlotPostFE(MI, FIDummy) && in transferSpillOrRestoreInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2371 if (TII->isStoreToStackSlotPostFE(*this, FI)) { in getSpillSize()