HomeSort by relevance Sort by last modified time
    Searched refs:isDotCurInst (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 300 bool isDotCurInst(const MachineInstr* MI) const;
HexagonVLIWPacketizer.cpp 375 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI))
    [all...]
HexagonInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 379 if (HII->isDotCurInst(*BI)) {
406 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI))
    [all...]
HexagonInstrInfo.h 363 bool isDotCurInst(const MachineInstr &MI) const;
HexagonInstrInfo.cpp     [all...]

Completed in 405 milliseconds