Searched refs:isLoadFromStackSlotPostFE (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 44 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
|
H A D | LanaiInstrInfo.cpp | 724 unsigned LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in LanaiInstrInfo
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 229 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 674 unsigned X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | InstrRefDebugInfo.md | 129 `TargetInstrInfo::isLoadFromStackSlotPostFE` and
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 193 unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 1616 unsigned ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 283 virtual unsigned isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2013 !TII->isLoadFromStackSlotPostFE(MI, DummyFI)) in transferSpillOrRestoreInst() 2025 !TII->isLoadFromStackSlotPostFE(MI, FIDummy)) in transferSpillOrRestoreInst()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2354 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()
|