Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h787 unsigned getMatchingCondBranchOpcode(unsigned Opc);
H A DARMBaseInstrInfo.cpp605 MI.setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()
2244 unsigned llvm::getMatchingCondBranchOpcode(unsigned Opc) { in getMatchingCondBranchOpcode() function in llvm