Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h525 virtual void emitPartitionResults(raw_ostream &OS) const = 0;
582 void emitPartitionResults(raw_ostream &OS) const override;
622 void emitPartitionResults(raw_ostream &OS) const override;
DGIMatchTree.cpp215 LLVM_DEBUG(Partitioner->emitPartitionResults(dbgs())); in evaluatePartitioners()
595 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults() function in GIMatchTreeOpcodePartitioner
749 void GIMatchTreeVRegDefPartitioner::emitPartitionResults( in emitPartitionResults() function in GIMatchTreeVRegDefPartitioner