Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h447 int getCondOpcode(int Opc, bool sense) const;
H A DHexagonEarlyIfConv.cpp706 return HII->getCondOpcode(Opc, !IfTrue); in getCondStoreOpcode()
H A DHexagonExpandCondsets.cpp894 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt()
H A DHexagonInstrInfo.cpp1688 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction()
3565 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode() function in HexagonInstrInfo