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 91 bool LegalOperations;
408 OptLevel(OL), LegalOperations(false), LegalTypes(false), AA(A) {
514 static char isNegatibleForFree(SDValue Op, bool LegalOperations,
532 return LegalOperations ? 0 : 1;
538 if (LegalOperations &&
543 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
547 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
561 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
565 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options,
571 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 592 milliseconds