Home
last modified time | relevance | path

Searched refs:isLoadFromStackSlotPostFE (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h44 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp724 unsigned LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in LanaiInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h229 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp674 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md129 `TargetInstrInfo::isLoadFromStackSlotPostFE` and
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h193 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1616 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h283 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2013 !TII->isLoadFromStackSlotPostFE(MI, DummyFI)) in transferSpillOrRestoreInst()
2025 !TII->isLoadFromStackSlotPostFE(MI, FIDummy)) in transferSpillOrRestoreInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2354 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()