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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 361 /// isNegatibleForFree - Return 1 if we can compute the negated form of the
364 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
390 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1))
393 return isNegatibleForFree(Op.getOperand(1), LegalOperations, Depth+1);
406 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1))
409 return isNegatibleForFree(Op.getOperand(1), LegalOperations, Depth+1);
414 return isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1);
418 /// GetNegatedExpression - If isNegatibleForFree returns true, this function
428 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
441 if (isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 586 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
615 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
619 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
633 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
637 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
643 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options,
648 /// If isNegatibleForFree returns true, return the newly negated expression.
658 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
674 if (isNegatibleForFree(Op.getOperand(0), LegalOperations,
703 if (isNegatibleForFree(Op.getOperand(0), LegalOperations
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 677 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
715 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
719 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
733 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
737 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
743 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options,
748 /// If isNegatibleForFree returns true, return the newly negated expression.
755 assert(Depth <= 6 && "GetNegatedExpression doesn't match isNegatibleForFree");
770 if (isNegatibleForFree(Op.getOperand(0), LegalOperations,
    [all...]

Completed in 296 milliseconds