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 62 bool LegalOperations;
302 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {}
383 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
405 return LegalOperations ? 0 : 1;
411 if (LegalOperations &&
416 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
420 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
434 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
438 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
444 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 194 milliseconds