Searched refs:isLoadFromStackSlotPostFE (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 44 Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
|
H A D | LanaiInstrInfo.cpp | 725 Register LanaiInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in LanaiInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 283 Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
|
H A D | X86InstrInfo.cpp | 704 Register X86InstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in X86InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 198 Register isLoadFromStackSlotPostFE(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 1617 Register ARMBaseInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function in ARMBaseInstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 292 virtual Register isLoadFromStackSlotPostFE(const MachineInstr &MI, in isLoadFromStackSlotPostFE() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2041 !TII->isLoadFromStackSlotPostFE(MI, DummyFI)) in transferSpillOrRestoreInst() 2053 !TII->isLoadFromStackSlotPostFE(MI, FIDummy)) in transferSpillOrRestoreInst()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 2465 if (TII->isLoadFromStackSlotPostFE(*this, FI)) { in getRestoreSize()
|