Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h44 Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp725 Register LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in LanaiInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h283 Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DX86InstrInfo.cpp704 Register X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h198 Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp1617 Register ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h292 virtual Register isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2041 !TII->isLoadFromStackSlotPostFE(MI, DummyFI)) in transferSpillOrRestoreInst()
2053 !TII->isLoadFromStackSlotPostFE(MI, FIDummy)) in transferSpillOrRestoreInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2465 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()