HomeSort by: relevance | last modified time | path
    Searched refs:getCondOpcode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 442 int getCondOpcode(int Opc, bool sense) const;
HexagonEarlyIfConv.cpp 706 return HII->getCondOpcode(Opc, !IfTrue);
HexagonExpandCondsets.cpp 874 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond);
HexagonInstrInfo.cpp 1603 unsigned PredOpc = getCondOpcode(Opc, invertJump);
3498 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const {

Completed in 61 milliseconds