Lines Matching defs:ForCodeSize

164     bool ForCodeSize;
250 ForCodeSize = DAG.shouldOptForSize();
11291 True, DAG, LegalOperations, ForCodeSize);
11307 RHS, DAG, LegalOperations, ForCodeSize);
16572 N1, DAG, LegalOperations, ForCodeSize))
16578 N0, DAG, LegalOperations, ForCodeSize))
16738 N1, DAG, LegalOperations, ForCodeSize)) {
16746 N0, DAG, LegalOperations, ForCodeSize)) {
16804 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize))
16825 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize))
17021 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0);
17025 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1);
17117 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0);
17121 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1);
17185 !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT, ForCodeSize)))) {
17212 SDValue(N, 0), DAG, LegalOperations, ForCodeSize))
17356 TLI.isFPImmLegal(Recip, VT, ForCodeSize)))
17446 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0);
17450 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1);
17674 if (ForCodeSize)
18085 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize))
19197 bool ForCodeSize = false;
19206 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {}
19209 Cost(const LoadedSlice &LS, bool ForCodeSize)
19210 : ForCodeSize(ForCodeSize), Loads(1) {
19259 if (!ForCodeSize && ExpensiveOpsLHS != ExpensiveOpsRHS)
19590 const APInt &UsedBits, bool ForCodeSize) {
19604 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize);
19610 LoadedSlice::Cost SliceCost(LS, ForCodeSize);
19701 if (!isSlicingProfitable(LoadedSlices, UsedBits, ForCodeSize))
27621 TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) ||
27622 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize))