Searched refs:getCondOpcode (Results 1 – 4 of 4) sorted by relevance
448 int getCondOpcode(int Opc, bool sense) const;
704 return HII->getCondOpcode(Opc, !IfTrue); in getCondStoreOpcode()
895 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt()
1689 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction()3568 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode() function in HexagonInstrInfo