| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | XCoreInstrInfo.cpp | 62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | ARCInstrInfo.cpp | 68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 56 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 38 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.h | 87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.h | 34 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | Mips16InstrInfo.h | 40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | Mips16InstrInfo.cpp | 54 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 58 unsigned isLoadFromStackSlot(const MachineInstr &MI, 60 unsigned isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMarkLastScratchLoad.cpp | 115 if (SII->isLoadFromStackSlot(*MI, LoadFI) && LoadFI == FrameIndex) { in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 90 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | AVRInstrInfo.cpp | 94 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | LanaiInstrInfo.cpp | 713 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo 728 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 246 unsigned isLoadFromStackSlot(const MachineInstr &MI, 248 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 272 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 281 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 285 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 231 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 472 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
|
| H A D | TargetInstrInfo.cpp | 749 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 754 } else if (MI.isInlineAsm() && isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 1234 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializable()
|
| H A D | FixupStatepointCallerSaved.cpp | 446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 59 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 407 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|