Home
last modified time | relevance | path

Searched refs:TestablePredicates (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp90 TestablePredicates(MatchDag.getNumPredicates()) { in GIMatchTreeBuilderLeafInfo()
144 TestablePredicates.set(DepsFor.index()); in declareInstr()
178 TestablePredicates.set(DepsFor.index()); in declareOperand()
415 for (unsigned PIdx : Leaf.value().TestablePredicates.set_bits()) { in repartition()
555 Leaf.TestablePredicates.reset(PredIdx); in applyForPartition()
DGIMatchTree.h280 BitVector TestablePredicates; variable
378 OS << TestablePredicates.count() << " predicates could be tested\n"; in dump()