Home
last modified time | relevance | path

Searched refs:Excess (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DexcessPropertyCheckWithEmptyObject.types4 // Excess property error expected here
21 // Excess property error expected here
30 // Excess property error expected here
DexcessPropertyCheckWithEmptyObject.symbols4 // Excess property error expected here
17 // Excess property error expected here
27 // Excess property error expected here
DexcessPropertyCheckWithEmptyObject.errors.txt12 // Excess property error expected here
20 // Excess property error expected here
28 // Excess property error expected here
DmissingAndExcessProperties.types84 // Excess properties
121 // Excess properties
DmissingAndExcessProperties.symbols52 // Excess properties
77 // Excess properties
DobjectLiteralExcessProperties.types123 // Excess property checks only on non-generic parts of unions
133 // Excess property checks only on non-generic parts of unions
DobjectLiteralExcessProperties.symbols114 // Excess property checks only on non-generic parts of unions
122 // Excess property checks only on non-generic parts of unions
DmissingAndExcessProperties.errors.txt67 // Excess properties
79 // Excess properties
DobjectLiteralExcessProperties.errors.txt117 // Excess property checks only on non-generic parts of unions
122 // Excess property checks only on non-generic parts of unions
DexcessPropertyCheckWithUnions.types281 // Excess property checks must match all discriminable properties
DexcessPropertyCheckWithUnions.errors.txt148 // Excess property checks must match all discriminable properties
DexcessPropertyCheckWithUnions.symbols224 // Excess property checks must match all discriminable properties
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp145 Excess.dump(); in dump()
963 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
984 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
985 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1127 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1128 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()
1129 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1136 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1137 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()
1138 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
[all …]
DMachineScheduler.cpp2602 P = Cand.RPDelta.Excess; in traceCandidate()
2981 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
2983 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
2984 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
3012 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
3013 Cand.RPDelta.Excess, in tryCandidate()
DMachinePipeliner.cpp1614 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
1617 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
1618 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp112 Cand.RPDelta.Excess = PressureChange(SRI->getVGPRPressureSet()); in initCandidate()
113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
117 Cand.RPDelta.Excess = PressureChange(SRI->getSGPRPressureSet()); in initCandidate()
118 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
246 if (TopCand.Reason == RegExcess && TopCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
248 } else if (BotCand.Reason == RegExcess && BotCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h240 PressureChange Excess; member
247 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg.cc38 *capacity = Excess(s.size(), *capacity); in ReducePadding()
43 *capacity = Excess(n, *capacity); in ReducePadding()
255 size_t num_zeroes = Excess(formatted.size(), precision); in ConvertIntImplInnerSlow()
Dextension.cc66 space_remaining = Excess(shown.size(), space_remaining); in PutPaddedString()
Dextension.h436 inline size_t Excess(size_t used, size_t capacity) { in Excess() function
Darg.h155 space_remaining = Excess(to_write, space_remaining);
/third_party/typescript/scripts/eslint/rules/
Dno-type-assertion-whitespace.cjs12 noTypeAssertionWhitespace: `Excess trailing whitespace found around type assertion`,
Dobject-literal-surrounding-space.cjs15 … trailingExcessStringError: `Excess trailing whitespace found on single-line object literal.`,
/third_party/mbedtls/tests/suites/
Dtest_suite_mps.data124 MPS Reader: Excess request leading to integer overflow
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()
677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()

1234