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

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

Completed in 114 milliseconds