Searched refs:GIMatchTreeVRegDefPartitioner (Results 1 – 2 of 2) sorted by relevance
196 std::make_unique<GIMatchTreeVRegDefPartitioner>(InstrID, OpIdx)); in addPartitionersForOperand()637 void GIMatchTreeVRegDefPartitioner::addToPartition(bool Result, in addToPartition()652 void GIMatchTreeVRegDefPartitioner::repartition( in repartition()708 void GIMatchTreeVRegDefPartitioner::applyForPartition( in applyForPartition()749 void GIMatchTreeVRegDefPartitioner::emitPartitionResults( in emitPartitionResults()766 void GIMatchTreeVRegDefPartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
588 class GIMatchTreeVRegDefPartitioner : public GIMatchTreePartitioner {599 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) in GIMatchTreeVRegDefPartitioner() function603 return std::make_unique<GIMatchTreeVRegDefPartitioner>(*this); in clone()