/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 56 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.h | 38 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
H A D | CSKYInstrInfo.cpp | 333 unsigned CSKYInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in CSKYInstrInfo
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.h | 87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.h | 88 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
H A D | AVRInstrInfo.cpp | 89 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 221 unsigned isLoadFromStackSlot(const MachineInstr &MI, 223 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 265 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 274 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 278 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 52 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 220 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 442 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
|
H A D | FixupStatepointCallerSaved.cpp | 446 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg); in insertReloadBefore()
|
H A D | TargetInstrInfo.cpp | 670 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand() 1074 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
|
H A D | InlineSpiller.cpp | 322 if (SnipLI.reg() == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet() 751 Register InstrReg = TII.isLoadFromStackSlot(*MI, FI); in coalesceStackAccess()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 58 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|