reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  220       ForCodeSize = DAG.getMachineFunction().getFunction().hasOptSize();
11953       TLI.isNegatibleForFree(N1, DAG, LegalOperations, ForCodeSize) == 2)
11956         TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize), Flags);
11960       TLI.isNegatibleForFree(N0, DAG, LegalOperations, ForCodeSize) == 2)
11963         TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize), Flags);
12142       if (TLI.isNegatibleForFree(N1, DAG, LegalOperations, ForCodeSize))
12143         return TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize);
12161   if (TLI.isNegatibleForFree(N1, DAG, LegalOperations, ForCodeSize))
12164         TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize), Flags);
12179           TLI.isNegatibleForFree(X, DAG, LegalOperations, ForCodeSize))
12181             TLI.isNegatibleForFree(Y, DAG, LegalOperations, ForCodeSize))
12263         TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize);
12265         TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize);
12348         TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize);
12350         TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize);
12412                                               ForCodeSize)))) {
12553            TLI.isFPImmLegal(Recip, VT, ForCodeSize)))
12611         TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize),
12612         TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize), Flags);
13166   if (TLI.isNegatibleForFree(N0, DAG, LegalOperations, ForCodeSize))
13167     return TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize);
13203           (TLI.isFPImmLegal(CVal, VT, ForCodeSize) ||
14670   if (!isSlicingProfitable(LoadedSlices, UsedBits, ForCodeSize))
19990       TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) ||
19991       TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize))