HomeSort by relevance Sort by last modified time
    Searched defs:hasLoadFromStackSlot (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 133 /// hasLoadFromStackSlot - If the specified machine instruction has
140 virtual bool hasLoadFromStackSlot(const MachineInstr *MI,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 165 bool TargetInstrInfoImpl::hasLoadFromStackSlot(const MachineInstr *MI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 338 bool HexagonInstrInfo::hasLoadFromStackSlot(const MachineInstr &MI,
345 if (TargetInstrInfo::hasLoadFromStackSlot(*MII, MMO, FrameIndex))
350 return TargetInstrInfo::hasLoadFromStackSlot(MI, MMO, FrameIndex);
    [all...]
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 306 bool TargetInstrInfo::hasLoadFromStackSlot(const MachineInstr &MI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetInstrInfo.cpp 342 bool TargetInstrInfo::hasLoadFromStackSlot(const MachineInstr &MI,
    [all...]

Completed in 381 milliseconds