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;
282 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {}
363 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
383 return LegalOperations ? 0 : 1;
389 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1))
392 return isNegatibleForFree(Op.getOperand(1), LegalOperations, Depth+1);
405 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1))
408 return isNegatibleForFree(Op.getOperand(1), LegalOperations, Depth+1);
413 return isNegatibleForFree(Op.getOperand(0), LegalOperations, Depth+1);
420 bool LegalOperations, unsigned Depth = 0)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 563 milliseconds