Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h215 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
H A DHexagonInstrInfo.cpp759 getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const { in getMatchingCondBranchOpcode() function in HexagonInstrInfo
805 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump))); in PredicateInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h442 int getMatchingCondBranchOpcode(int Opc);
H A DARMBaseInstrInfo.cpp462 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()
1744 int llvm::getMatchingCondBranchOpcode(int Opc) { in getMatchingCondBranchOpcode() function in llvm