Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp188 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
380 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const { in emitPartitionName()
389 void GIMatchTreeOpcodePartitioner::repartition( in repartition()
535 void GIMatchTreeOpcodePartitioner::applyForPartition( in applyForPartition()
595 void GIMatchTreeOpcodePartitioner::emitPartitionResults( in emitPartitionResults()
613 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode( in generatePartitionSelectorCode()
DGIMatchTree.h559 class GIMatchTreeOpcodePartitioner : public GIMatchTreePartitioner {
566 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() function
569 return std::make_unique<GIMatchTreeOpcodePartitioner>(*this); in clone()