Searched refs:GIMatchTreeOpcodePartitioner (Results 1 – 2 of 2) sorted by relevance
187 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()
556 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function566 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()