Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h442 int getCondOpcode(int Opc, bool sense) const;
DHexagonEarlyIfConv.cpp706 return HII->getCondOpcode(Opc, !IfTrue); in getCondStoreOpcode()
DHexagonExpandCondsets.cpp874 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt()
DHexagonInstrInfo.cpp1603 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction()
3498 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode() function in HexagonInstrInfo