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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 385 int getCondOpcode(int Opc, bool sense) const;
HexagonExpandCondsets.cpp     [all...]
HexagonInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 447 int getCondOpcode(int Opc, bool sense) const;
HexagonEarlyIfConv.cpp 706 return HII->getCondOpcode(Opc, !IfTrue);
    [all...]
HexagonExpandCondsets.cpp 873 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond);
    [all...]
HexagonInstrInfo.cpp     [all...]

Completed in 2553 milliseconds