Home
last modified time | relevance | path

Searched refs:isLoadFromStackSlot (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DXCoreInstrInfo.cpp62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in XCoreInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h56 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DSparcInstrInfo.cpp43 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in SparcInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.h40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DARCInstrInfo.cpp68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in ARCInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRInstrInfo.h86 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DAVRInstrInfo.cpp82 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in llvm::AVRInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h34 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DMips16InstrInfo.h40 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DMips16InstrInfo.cpp54 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in Mips16InstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h41 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DLanaiInstrInfo.cpp717 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in LanaiInstrInfo
732 if ((Reg = isLoadFromStackSlot(MI, FrameIndex))) in isLoadFromStackSlotPostFE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h31 unsigned isLoadFromStackSlot(const MachineInstr &MI,
DRISCVInstrInfo.cpp39 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function in RISCVInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h186 unsigned isLoadFromStackSlot(const MachineInstr &MI,
188 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h248 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
257 virtual unsigned isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot() function
261 return isLoadFromStackSlot(MI, FrameIndex); in isLoadFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h206 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h61 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h248 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h57 unsigned isLoadFromStackSlot(const MachineInstr &MI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp450 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
DTargetInstrInfo.cpp640 isLoadFromStackSlot(LoadMI, FrameIndex)) { in foldMemoryOperand()
905 if (isLoadFromStackSlot(MI, FrameIdx) && in isReallyTriviallyReMaterializableGeneric()
DInlineSpiller.cpp301 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
719 unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI); in coalesceStackAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h188 unsigned isLoadFromStackSlot(const MachineInstr &MI,

12