| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.h | 41 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | XCoreInstrInfo.cpp | 58 Register XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.h | 38 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.h | 40 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | ARCInstrInfo.cpp | 68 Register ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.h | 56 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.h | 88 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 90 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | AVRInstrInfo.cpp | 89 Register AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.h | 34 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | Mips16InstrInfo.h | 40 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | Mips16InstrInfo.cpp | 51 Register Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.h | 46 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | XtensaFrameLowering.cpp | 259 Register Reg = TII.isLoadFromStackSlot(*I, LoadFI); in emitEpilogue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 69 Register isLoadFromStackSlot(const MachineInstr &MI, 71 Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMarkLastScratchLoad.cpp | 137 if (SII->isLoadFromStackSlot(*MI, LoadFI) && LoadFI == FrameIndex) { in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 41 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| H A D | LanaiInstrInfo.cpp | 715 Register LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo 730 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 322 Register isLoadFromStackSlot(const MachineInstr &MI, 324 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 287 virtual Register isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 296 virtual Register isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 300 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 231 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 57 Register isLoadFromStackSlot(const MachineInstr &MI,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 491 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
|
| H A D | FixupStatepointCallerSaved.cpp | 444 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore()
|
| H A D | TargetInstrInfo.cpp | 824 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 829 } else if (MI.isInlineAsm() && isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 1605 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializable()
|