Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h385 int getCondOpcode(int Opc, bool sense) const;
DHexagonExpandCondsets.cpp873 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt()
DHexagonInstrInfo.cpp1378 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction()
3409 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode() function in HexagonInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h447 int getCondOpcode(int Opc, bool sense) const;
DHexagonEarlyIfConv.cpp706 return HII->getCondOpcode(Opc, !IfTrue); in getCondStoreOpcode()
DHexagonExpandCondsets.cpp873 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt()
DHexagonInstrInfo.cpp1527 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction()
3350 int HexagonInstrInfo::getCondOpcode(int Opc, bool invertPredicate) const { in getCondOpcode() function in HexagonInstrInfo