HomeSort by relevance Sort by last modified time
    Searched refs:isNewValueJump (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 298 bool isNewValueJump(const MachineInstr* MI) const;
299 bool isNewValueJump(unsigned Opcode) const;
HexagonInstrInfo.cpp 378 bool LastOpcodeHasNVJump = isNewValueJump(LastInst);
413 bool SecLastOpcodeHasNVJump = isNewValueJump(SecondLastInst);
524 } else if (isNewValueJump(Cond[0].getImm())) {
550 assert((!isNewValueJump(Cond[0].getImm())) &&
    [all...]
HexagonVLIWPacketizer.cpp     [all...]

Completed in 41 milliseconds