Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp533 unsigned PartitionIdx, GIMatchTreeBuilder &Builder, GIMatchTreeBuilder &SubBuilder) { in applyForPartition() argument
534 LLVM_DEBUG(dbgs() << " Making partition " << PartitionIdx << "\n"); in applyForPartition()
535 const CodeGenInstruction *CGI = PartitionToInstr[PartitionIdx]; in applyForPartition()
537 BitVector PossibleLeaves = getPossibleLeavesForPartition(PartitionIdx); in applyForPartition()
706 unsigned PartitionIdx, GIMatchTreeBuilder &Builder, in applyForPartition() argument
708 BitVector PossibleLeaves = getPossibleLeavesForPartition(PartitionIdx); in applyForPartition()
725 if (PartitionToResult[PartitionIdx] == false) in applyForPartition()
H A DGIMatchTree.h493 virtual void applyForPartition(unsigned PartitionIdx,
617 void applyForPartition(unsigned PartitionIdx, GIMatchTreeBuilder &Builder,