Home
last modified time | relevance | path

Searched refs:activeIntervals (Results 1 – 19 of 19) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DAccSubstitution.cpp773 std::list<AccInterval*> activeIntervals; member
784 for (auto iter = activeIntervals.begin(), iterEnd = activeIntervals.end(); iter != iterEnd;) in expireIntervals()
796 iter = activeIntervals.erase(iter); in expireIntervals()
812 auto acc0Iter = std::find_if(activeIntervals.begin(), activeIntervals.end(), in spillInterval()
814 assert(acc0Iter != activeIntervals.end() && "expect to find interval with acc0"); in spillInterval()
818 activeIntervals.erase(acc0Iter); in spillInterval()
848 activeIntervals.push_back(interval); in handlePreAssignedInterval()
869 activeIntervals.push_back(interval); in assignAcc()
1015 if (!foundFreeAcc && accAssign.activeIntervals.size() != 0) in multiAccSub()
1036 …auto spillIter = std::min_element(accAssign.activeIntervals.begin(), accAssign.activeIntervals.end… in multiAccSub()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/composer/semver/src/
H A DIntervals.php392 $activeIntervals = 0;
400 $activeIntervals++;
402 $activeIntervals--;
404 if (!$active && $activeIntervals >= $activationThreshold) {
408 if ($active && $activeIntervals < $activationThreshold) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/composer/semver/src/
H A DIntervals.php392 $activeIntervals = 0;
400 $activeIntervals++;
402 $activeIntervals--;
404 if (!$active && $activeIntervals >= $activationThreshold) {
408 if ($active && $activeIntervals < $activationThreshold) {
/dports/www/drupal9/drupal-9.2.10/vendor/composer/semver/src/
H A DIntervals.php394 $activeIntervals = 0;
401 $activeIntervals++;
403 $activeIntervals--;
405 if (!$start && $activeIntervals >= $activationThreshold) {
407 } elseif ($start && $activeIntervals < $activationThreshold) {
/dports/www/owncloud/owncloud/lib/composer/composer/semver/src/
H A DIntervals.php394 $activeIntervals = 0;
401 $activeIntervals++;
403 $activeIntervals--;
405 if (!$start && $activeIntervals >= $activationThreshold) {
407 } elseif ($start && $activeIntervals < $activationThreshold) {
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DLocusWalkerByIntervalUnitTest.java49 …ReferenceContext referenceContext, FeatureContext featureContext, Set<Locatable> activeIntervals) { in apply() argument
50 for (Locatable l : activeIntervals) { in apply()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/lang/clover/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/program/
H A Dprog_optimize.c1127 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1128 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1142 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1143 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1159 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1187 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/program/
H A Dprog_optimize.c1126 struct interval_list activeIntervals; in _mesa_reallocate_registers() local
1127 activeIntervals.Num = 0; in _mesa_reallocate_registers()
1141 for (j = 0; j < (GLint) activeIntervals.Num; j++) { in _mesa_reallocate_registers()
1142 const struct interval *inv = activeIntervals.Intervals + j; in _mesa_reallocate_registers()
1158 remove_interval(&activeIntervals, inv); in _mesa_reallocate_registers()
1186 insert_interval_by_end(&activeIntervals, live); in _mesa_reallocate_registers()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/engine/
H A DLocusWalkerByInterval.java110 … ReferenceContext referenceContext, FeatureContext featureContext, Set<Locatable> activeIntervals); in apply() argument
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/coverage/
H A DDepthOfCoverage.java295 …ReferenceContext referenceContext, FeatureContext featureContext, Set<Locatable> activeIntervals) { in apply() argument