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 86 bool LegalOperations;
353 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {
448 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
466 return LegalOperations ? 0 : 1;
472 if (LegalOperations &&
477 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
481 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
495 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
499 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
505 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 43 milliseconds