Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp570 BitVector ReferencedOperands(1); in applyForPartition() local
580 ReferencedOperands.resize(E.value()->getFromMO()->getIdx() + 1); in applyForPartition()
581 ReferencedOperands.set(E.value()->getFromMO()->getIdx()); in applyForPartition()
586 for (unsigned OpIdx : ReferencedOperands.set_bits()) { in applyForPartition()
590 for (unsigned OpIdx : ReferencedOperands.set_bits()) { in applyForPartition()