/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.h | 44 Register isLoadFromStackSlot(const MachineInstr &MI,
|
H A D | XtensaInstrInfo.cpp | 51 Register XtensaInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XtensaInstrInfo
|
H A D | XtensaFrameLowering.cpp | 172 Register Reg = TII.isLoadFromStackSlot(*I, LoadFI); in emitEpilogue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.h | 41 Register isLoadFromStackSlot(const MachineInstr &MI,
|
H A D | XCoreInstrInfo.cpp | 62 Register XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
|
/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/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/VE/ |
H A D | VEInstrInfo.h | 87 Register isLoadFromStackSlot(const MachineInstr &MI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 115 if (SII->isLoadFromStackSlot(*MI, LoadFI) && LoadFI == FrameIndex) { in runOnMachineFunction()
|
/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 | 54 Register Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.h | 90 Register isLoadFromStackSlot(const MachineInstr &MI,
|
H A D | AVRInstrInfo.cpp | 94 Register AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 70 Register isLoadFromStackSlot(const MachineInstr &MI, 72 Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.h | 41 Register isLoadFromStackSlot(const MachineInstr &MI,
|
H A D | LanaiInstrInfo.cpp | 714 Register LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo 729 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 275 Register isLoadFromStackSlot(const MachineInstr &MI, 277 Register isLoadFromStackSlot(const MachineInstr &MI,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 274 virtual Register isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 283 virtual Register isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 287 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/CodeGen/ |
H A D | StackSlotColoring.cpp | 479 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() 1294 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.h | 57 Register isLoadFromStackSlot(const MachineInstr &MI,
|