Home
last modified time | relevance | path

Searched refs:addPartitioner (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()
195 addPartitioner( in addPartitionersForOperand()
355 SubtreeBuilder.addPartitioner(Partitioner->clone()); in runStep()
DGIMatchTree.h429 void addPartitioner(std::unique_ptr<GIMatchTreePartitioner> P) { in addPartitioner() function