Home
last modified time | relevance | path

Searched refs:liveSet (Results 1 – 25 of 75) sorted by relevance

123

/dports/lang/maude/maude-2.7.1/src/FreeTheory/
H A DfreePreNet.cc98 LiveSet liveSet; in buildNet() local
131 liveSet.insert(i); in buildNet()
141 reduceFringe(liveSet, fringe); in buildNet()
159 key.liveSet = liveSet; in makeNode()
229 partitionLiveSet(liveSet, in makeNode()
343 LiveSet& liveSet) in findLiveSet() argument
365 liveSet.insert(patternIndex); in findLiveSet()
374 liveSet.insert(patternIndex); in findLiveSet()
379 liveSet.insert(patternIndex); in findLiveSet()
437 if (liveSet.empty()) in partiallySubsumed()
[all …]
H A DfreePreNet.hh97 LiveSet liveSet; // set of indices to live patterns member
158 int makeNode(const LiveSet& liveSet,
162 void reduceFringe(const LiveSet& liveSet, NatSet& fringe) const;
167 LiveSet& liveSet);
173 bool partiallySubsumed(const LiveSet& liveSet,
192 void setVisitedFlags(const LiveSet& liveSet,
195 int allocateSlot(const LiveSet& liveSet,
255 if (liveSet < other.liveSet) in operator <()
257 if (other.liveSet < liveSet) in operator <()
H A DfreePreNetSemiCompiler.cc40 patternsUsed.insert(ni.liveSet.begin(), ni.liveSet.end()); in semiCompileNode()
41 n.freeNetIndex = freeNet.addRemainderList(ni.liveSet); in semiCompileNode()
50 setVisitedFlags(ni.liveSet, testPosition, true); in semiCompileNode()
67 int slot = allocateSlot(netVec[target]->first.liveSet, testPosition, symbol); in semiCompileNode()
93 setVisitedFlags(ni.liveSet, testPosition, false); in semiCompileNode()
120 FreePreNet::setVisitedFlags(const LiveSet& liveSet, in setVisitedFlags() argument
124 FOR_EACH_CONST(i, LiveSet, liveSet) in setVisitedFlags()
136 FreePreNet::allocateSlot(const LiveSet& liveSet, in allocateSlot() argument
146 FOR_EACH_CONST(i, LiveSet, liveSet) in allocateSlot()
H A DfreeNet.cc124 FreeNet::addRemainderList(const PatternSet& liveSet) in addRemainderList() argument
127 applicable.append(liveSet); in addRemainderList()
178 PatternSet& liveSet = applicable[i]; in buildRemainders() local
180 rems.resize(liveSet.size() + 1); in buildRemainders()
182 FOR_EACH_CONST(j, PatternSet, liveSet) in buildRemainders()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
H A Dnv50_ir_ra.cpp621 bb->liveSet |= bn->liveSet; in buildLiveSets()
623 bb->liveSet = bn->liveSet; in buildLiveSets()
625 if (!n && !bb->liveSet.marker) in buildLiveSets()
626 bb->liveSet.fill(0); in buildLiveSets()
627 bb->liveSet.marker = true; in buildLiveSets()
631 bb->liveSet.print(); in buildLiveSets()
657 bb->liveSet.print(); in buildLiveSets()
673 bb->liveSet.setOr(&bbA->liveSet, &bbB->liveSet); in collectLiveValues()
680 bb->liveSet.setOr(&bbB->liveSet, bbA ? &bbA->liveSet : NULL); in collectLiveValues()
683 bb->liveSet.fill(0); in collectLiveValues()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp227 bb->liveSet.allocate(allLValues.getSize(), false); in buildLiveSetsPreSSA()
237 bb->liveSet = out->liveSet; in buildLiveSetsPreSSA()
239 bb->liveSet |= out->liveSet; in buildLiveSetsPreSSA()
241 if (!n && !bb->liveSet.marker) in buildLiveSetsPreSSA()
242 bb->liveSet.fill(0); in buildLiveSetsPreSSA()
243 bb->liveSet.marker = true; in buildLiveSetsPreSSA()
261 bb->liveSet.andNot(assigned); in buildLiveSetsPreSSA()
262 bb->liveSet |= usedBeforeAssigned; in buildLiveSetsPreSSA()
268 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker); in buildDefSetsPreSSA()
269 bb->liveSet.marker = true; in buildDefSetsPreSSA()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DGlobalLivenessInfo.java174 BitSet liveSet = new BitSet(lir.numVariables()); in verifyBlock() local
177 liveSet.set(varNum); in verifyBlock()
186 liveSet.set(var.index); in verifyBlock()
188 …assert liveSet.get(var.index) : String.format("Variable %s but not defined in block %s (liveIn: %s… in verifyBlock()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DGlobalLivenessInfo.java174 BitSet liveSet = new BitSet(lir.numVariables()); in verifyBlock() local
177 liveSet.set(varNum); in verifyBlock()
186 liveSet.set(var.index); in verifyBlock()
188 …assert liveSet.get(var.index) : String.format("Variable %s but not defined in block %s (liveIn: %s… in verifyBlock()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DFixPointIntervalBuilder.java148 private void printLiveSet(String label, BitSet liveSet) { in printLiveSet() argument
152 debug.log("%s", liveSetToString(liveSet)); in printLiveSet()
157 private String liveSetToString(BitSet liveSet) { in liveSetToString() argument
159 for (int i = liveSet.nextSetBit(0); i >= 0; i = liveSet.nextSetBit(i + 1)) { in liveSetToString()

123