HomeSort by relevance Sort by last modified time
    Searched refs:isNewValueJump (Results 1 - 8 of 8) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 171 if (HII->isNewValueJump(*FirstTerm))
HexagonInstrInfo.h 387 bool isNewValueJump(const MachineInstr &MI) const;
388 bool isNewValueJump(unsigned Opcode) const;
HexagonVLIWPacketizer.cpp     [all...]
HexagonInstrInfo.cpp 471 bool LastOpcodeHasNVJump = isNewValueJump(*LastInst);
509 bool SecLastOpcodeHasNVJump = isNewValueJump(*SecondLastInst);
626 } else if (isNewValueJump(Cond[0].getImm())) {
653 assert((!isNewValueJump(Cond[0].getImm())) &&
    [all...]

Completed in 1262 milliseconds