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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 265 bool isCondInst(const MachineInstr *MI) const;
HexagonVLIWPacketizer.cpp 326 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI);
754 if (HII->isCondInst(MI) || MI->isReturn())
    [all...]
HexagonInstrInfo.cpp     [all...]

Completed in 283 milliseconds