Searched refs:GIMatchTreeOpcodePartitioner (Results 1 – 2 of 2) sorted by relevance
188 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()380 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()389 void GIMatchTreeOpcodePartitioner::repartition( in repartition()535 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()595 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()613 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()