Searched refs:isLoadFromStackSlot (Results 1 – 25 of 106) sorted by relevance
12345
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.h | 36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.h | 36 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 54 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 41 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.h | 57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 70 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.h | 30 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
D | Mips16InstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.h | 87 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 35 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
D | Mips16InstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.h | 131 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 92 unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 42 unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 450 if (TII->isLoadFromStackSlot(MI, SS) || in AllMemRefsCanBeUnfolded() 616 if (unsigned DstReg = TII->isLoadFromStackSlot(MI, OldFI)) { in UnfoldAndRewriteInstruction() 689 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 225 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 234 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function 238 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 186 virtual unsigned isLoadFromStackSlot(const MachineInstr *MI,
|
12345