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

  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 155 if (HII->isNewValueJump(&*FirstTerm))
HexagonInstrInfo.h 324 bool isNewValueJump(const MachineInstr* MI) const;
325 bool isNewValueJump(unsigned Opcode) const;
HexagonInstrInfo.cpp 458 bool LastOpcodeHasNVJump = isNewValueJump(LastInst);
496 bool SecLastOpcodeHasNVJump = isNewValueJump(SecondLastInst);
610 } else if (isNewValueJump(Cond[0].getImm())) {
636 assert((!isNewValueJump(Cond[0].getImm())) &&
    [all...]
HexagonVLIWPacketizer.cpp     [all...]

Completed in 90 milliseconds