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

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 63 bool LegalOperations;
283 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {}
364 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
384 return LegalOperations ? 0 : 1;
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);
421 bool LegalOperations, unsigned Depth = 0)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 379 milliseconds