Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp101 UnsatisfiedPredDepsForPred.resize(MatchDag.getNumPredicates(), in GIMatchTreeBuilderLeafInfo()
105 UnsatisfiedPredDepsForPred[ID].set(Dep.index()); in GIMatchTreeBuilderLeafInfo()
141 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareInstr()
175 for (auto &DepsFor : enumerate(UnsatisfiedPredDepsForPred)) { in declareOperand()
DGIMatchTree.h274 std::vector<BitVector> UnsatisfiedPredDepsForPred; variable