Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp195 std::make_unique<GIMatchTreeVRegDefPartitioner>(InstrID, OpIdx)); in addPartitionersForOperand()
638 void GIMatchTreeVRegDefPartitioner::addToPartition(bool Result, in addToPartition()
653 void GIMatchTreeVRegDefPartitioner::repartition( in repartition()
711 void GIMatchTreeVRegDefPartitioner::applyForPartition( in applyForPartition()
752 void GIMatchTreeVRegDefPartitioner::emitPartitionResults( in emitPartitionResults()
769 void GIMatchTreeVRegDefPartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
DGIMatchTree.h585 class GIMatchTreeVRegDefPartitioner : public GIMatchTreePartitioner {
596 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) in GIMatchTreeVRegDefPartitioner() function
600 return std::make_unique<GIMatchTreeVRegDefPartitioner>(*this); in clone()