Searched refs:getMatchingCondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
216 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
769 getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const { in getMatchingCondBranchOpcode() function in HexagonInstrInfo815 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump))); in PredicateInstruction()
384 int getMatchingCondBranchOpcode(int Opc);
462 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()1646 int llvm::getMatchingCondBranchOpcode(int Opc) { in getMatchingCondBranchOpcode() function in llvm