| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | XCoreInstrInfo.cpp | 63 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | SparcInstrInfo.cpp | 44 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in SparcInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | ARCInstrInfo.cpp | 56 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 30 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | RISCVInstrInfo.cpp | 35 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in RISCVInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | AVRInstrInfo.cpp | 83 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | Mips16InstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | Mips16InstrInfo.cpp | 55 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | LanaiInstrInfo.cpp | 718 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo 733 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 225 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 234 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 238 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 222 unsigned isLoadFromStackSlot(const MachineInstr &MI, 224 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 193 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 60 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 253 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 58 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 450 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
|
| H A D | TargetInstrInfo.cpp | 631 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 896 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
|
| H A D | InlineSpiller.cpp | 297 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 687 unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI); in coalesceStackAccess()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 190 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|