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

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 91 bool LegalOperations;
463 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {
568 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
586 return LegalOperations ? 0 : 1;
592 if (LegalOperations &&
597 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
601 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
615 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
619 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
625 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 3776 milliseconds