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

/freebsd-12-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.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx));
379 void GIMatchTreeOpcodePartitioner::emitPartitionName(raw_ostream &OS, unsigned Idx) const {
388 void GIMatchTreeOpcodePartitioner::repartition(
534 void GIMatchTreeOpcodePartitioner::applyForPartition(
594 void GIMatchTreeOpcodePartitioner::emitPartitionResults(
612 void GIMatchTreeOpcodePartitioner::generatePartitionSelectorCode(

Completed in 102 milliseconds