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 63 bool LegalOperations;
319 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {}
406 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
424 return LegalOperations ? 0 : 1;
430 if (LegalOperations &&
435 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
439 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
453 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
457 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
463 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 31 milliseconds