Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
194 addPartitioner( in addPartitionersForOperand()
353 SubtreeBuilder.addPartitioner(Partitioner->clone()); in runStep()
H A DGIMatchTree.h426 void addPartitioner(std::unique_ptr<GIMatchTreePartitioner> P) { in addPartitioner() function