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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h588 class GIMatchTreeVRegDefPartitioner : public GIMatchTreePartitioner { class in namespace:llvm
599 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) function in class:llvm::GIMatchTreeVRegDefPartitioner
603 return std::make_unique<GIMatchTreeVRegDefPartitioner>(*this);
H A DGIMatchTree.cpp196 std::make_unique<GIMatchTreeVRegDefPartitioner>(InstrID, OpIdx));
637 void GIMatchTreeVRegDefPartitioner::addToPartition(bool Result,
652 void GIMatchTreeVRegDefPartitioner::repartition(
708 void GIMatchTreeVRegDefPartitioner::applyForPartition(
749 void GIMatchTreeVRegDefPartitioner::emitPartitionResults(
766 void GIMatchTreeVRegDefPartitioner::generatePartitionSelectorCode(

Completed in 91 milliseconds