Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h482 unsigned reversePrediction(unsigned Opcode) const;
H A DHexagonInstrInfo.cpp4562 NewOpcode = reversePrediction(NewOpcode); in invertAndChangeJumpTarget()
4597 unsigned HexagonInstrInfo::reversePrediction(unsigned Opcode) const { in reversePrediction() function in HexagonInstrInfo