Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp567 BitVector ReferencedOperands(1); in applyForPartition() local
577 ReferencedOperands.resize(E.value()->getFromMO()->getIdx() + 1); in applyForPartition()
578 ReferencedOperands.set(E.value()->getFromMO()->getIdx()); in applyForPartition()
583 for (unsigned OpIdx : ReferencedOperands.set_bits()) { in applyForPartition()
587 for (unsigned OpIdx : ReferencedOperands.set_bits()) { in applyForPartition()