Home
last modified time | relevance | path

Searched refs:getCondOpcode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h355 int getCondOpcode(int Opc, bool sense) const;
DHexagonExpandCondsets.cpp902 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt()
DHexagonInstrInfo.cpp1062 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction()
2944 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode() function in HexagonInstrInfo