Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h452 unsigned getMatchingCondBranchOpcode(unsigned Opc);
DARMBaseInstrInfo.cpp461 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()
1789 unsigned llvm::getMatchingCondBranchOpcode(unsigned Opc) { in getMatchingCondBranchOpcode() function in llvm