Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
378 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
387 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
532 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
592 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
610 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()