HomeSort by: relevance | last modified time | path
    Searched defs:isPredicatedNew (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 735 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 2163 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI)))
2468 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr &MI) const {
2474 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const {
2507 (isPredicatedNew(Opcode) || isNewValue(Opcode)));
3767 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form
4561 if (EnableBranchPrediction && isPredicatedNew(MI)) {

Completed in 35 milliseconds