Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h340 int getMatchingCondBranchOpcode(int Opc);
DARMBaseInstrInfo.cpp448 MI->setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()
1445 int llvm::getMatchingCondBranchOpcode(int Opc) { in getMatchingCondBranchOpcode() function in llvm
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h456 unsigned getMatchingCondBranchOpcode(unsigned Opc);
DARMBaseInstrInfo.cpp477 MI.setDesc(get(getMatchingCondBranchOpcode(Opc))); in PredicateInstruction()
1789 unsigned llvm::getMatchingCondBranchOpcode(unsigned Opc) { in getMatchingCondBranchOpcode() function in llvm