Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp195 std::make_unique<GIMatchTreeVRegDefPartitioner>(InstrID, OpIdx)); in addPartitionersForOperand()
634 void GIMatchTreeVRegDefPartitioner::addToPartition(bool Result, in addToPartition()
649 void GIMatchTreeVRegDefPartitioner::repartition( in repartition()
705 void GIMatchTreeVRegDefPartitioner::applyForPartition( in applyForPartition()
746 void GIMatchTreeVRegDefPartitioner::emitPartitionResults( in emitPartitionResults()
763 void GIMatchTreeVRegDefPartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
H A DGIMatchTree.h585 class GIMatchTreeVRegDefPartitioner : public GIMatchTreePartitioner {
596 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) in GIMatchTreeVRegDefPartitioner() function
600 return std::make_unique<GIMatchTreeVRegDefPartitioner>(*this); in clone()