Lines Matching defs:ForCodeSize

167     bool ForCodeSize;
254 ForCodeSize = DAG.shouldOptForSize();
11516 True, DAG, LegalOperations, ForCodeSize);
11532 RHS, DAG, LegalOperations, ForCodeSize);
17008 N1, DAG, LegalOperations, ForCodeSize))
17014 N0, DAG, LegalOperations, ForCodeSize))
17168 N1, DAG, LegalOperations, ForCodeSize)) {
17176 N0, DAG, LegalOperations, ForCodeSize)) {
17234 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize))
17255 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize))
17451 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0);
17455 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1);
17545 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0);
17549 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1);
17613 !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT, ForCodeSize)))) {
17640 SDValue(N, 0), DAG, LegalOperations, ForCodeSize))
17783 TLI.isFPImmLegal(Recip, VT, ForCodeSize)))
17873 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0);
17877 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1);
18101 if (ForCodeSize)
18506 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize))
19622 bool ForCodeSize = false;
19631 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {}
19634 Cost(const LoadedSlice &LS, bool ForCodeSize)
19635 : ForCodeSize(ForCodeSize), Loads(1) {
19684 if (!ForCodeSize && ExpensiveOpsLHS != ExpensiveOpsRHS)
20015 const APInt &UsedBits, bool ForCodeSize) {
20029 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize);
20035 LoadedSlice::Cost SliceCost(LS, ForCodeSize);
20125 if (!isSlicingProfitable(LoadedSlices, UsedBits, ForCodeSize))
28161 TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) ||
28162 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize))