Searched refs:getMatchingCondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
215 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
759 getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const { in getMatchingCondBranchOpcode() function in HexagonInstrInfo805 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump))); in PredicateInstruction()
442 int getMatchingCondBranchOpcode(int Opc);
462 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()1744 int llvm::getMatchingCondBranchOpcode(int Opc) { in getMatchingCondBranchOpcode() function in llvm