HomeSort by: relevance | last modified time | path
    Searched refs:PredOpcodeHasJMP_c (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 429 bool PredOpcodeHasJMP_c(unsigned Opcode) const;
HexagonInstrInfo.cpp 475 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode);
513 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode);
3165 bool HexagonInstrInfo::PredOpcodeHasJMP_c(unsigned Opcode) const {
HexagonSplitDouble.cpp 494 if (!TII->PredOpcodeHasJMP_c(Cond[0].getImm()))

Completed in 24 milliseconds