Searched refs:getMatchingCondBranchOpcode (Results 1 – 4 of 4) sorted by relevance
217 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
766 getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const { in getMatchingCondBranchOpcode() function in HexagonInstrInfo812 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump))); in PredicateInstruction()
381 int getMatchingCondBranchOpcode(int Opc);
458 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()1631 int llvm::getMatchingCondBranchOpcode(int Opc) { in getMatchingCondBranchOpcode() function in llvm