Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp196 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()
DGIMatchTree.h588 class GIMatchTreeVRegDefPartitioner : public GIMatchTreePartitioner {
599 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) in GIMatchTreeVRegDefPartitioner() function
603 return std::make_unique<GIMatchTreeVRegDefPartitioner>(*this); in clone()