Searched refs:isLoadFromStackSlot (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h51 /// isLoadFromStackSlot - If the specified machine instruction is a direct
56 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DSparcInstrInfo.cpp38 /// isLoadFromStackSlot - If the specified machine instruction is a direct
43 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:SparcInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h36 /// isLoadFromStackSlot - If the specified machine instruction is a direct
41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DXCoreInstrInfo.cpp57 /// isLoadFromStackSlot - If the specified machine instruction is a direct
62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:XCoreInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DARCInstrInfo.cpp68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:ARCInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h86 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DAVRInstrInfo.cpp82 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:llvm::AVRInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h35 /// isLoadFromStackSlot - If the specified machine instruction is a direct
40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DMipsSEInstrInfo.h29 /// isLoadFromStackSlot - If the specified machine instruction is a direct
34 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DMips16InstrInfo.cpp49 /// isLoadFromStackSlot - If the specified machine instruction is a direct
54 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:Mips16InstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
H A DLanaiInstrInfo.cpp717 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, function in class:LanaiInstrInfo
732 if ((Reg = isLoadFromStackSlot(MI, FrameIndex)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h31 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h186 unsigned isLoadFromStackSlot(const MachineInstr &MI,
188 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h206 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h61 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h248 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, function in class:llvm::TargetInstrInfo
253 /// Optional extension of isLoadFromStackSlot that returns the number of
257 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, function in class:llvm::TargetInstrInfo
261 return isLoadFromStackSlot(MI, FrameIndex);
274 /// If not, return false. Unlike isLoadFromStackSlot, this returns true for
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp450 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize)))
H A DTargetInstrInfo.cpp640 isLoadFromStackSlot(LoadMI, FrameIndex)) {
905 if (isLoadFromStackSlot(MI, FrameIdx) &&
H A DInlineSpiller.cpp301 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
719 unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h248 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h188 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h942 unsigned isLoadFromStackSlot(const MachineInstr &MI,

Completed in 378 milliseconds

12