Home
last modified time | relevance | path

Searched refs:getMatchingCondBranchOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h217 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
DHexagonInstrInfo.cpp766 getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const { in getMatchingCondBranchOpcode() function in HexagonInstrInfo
812 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump))); in PredicateInstruction()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h381 int getMatchingCondBranchOpcode(int Opc);
DARMBaseInstrInfo.cpp458 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()
1631 int llvm::getMatchingCondBranchOpcode(int Opc) { in getMatchingCondBranchOpcode() function in llvm