OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Partitioners
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.cpp
184
// Find the
partitioners
that can be used now that this node is
192
LLVM_DEBUG(dbgs() << "Add
partitioners
for Instrs[" << InstrID
199
// TODO: Filter
partitioners
for facts that are already known
210
for (auto &Partitioner :
Partitioners
) {
227
LLVM_DEBUG(dbgs() << "
Partitioners
available at this node:\n");
229
for (const auto &Partitioner :
Partitioners
)
253
LLVM_DEBUG(dbgs() << " Eliminating redundant
partitioners
:\n");
255
LLVM_DEBUG(dbgs() << "
Partitioners
remaining:\n");
257
for (const auto &Partitioner :
Partitioners
)
262
if (
Partitioners
.empty())
[
all
...]
GIMatchTree.h
61
///
partitioners
.
240
/// GIMatchTreeBuilderLeafInfo's since the
partitioners
do not always partition
396
/// The possible
partitioners
we could apply right now.
397
std::vector<std::unique_ptr<GIMatchTreePartitioner>>
Partitioners
;
402
/// Use any context we have stored to cull
partitioners
that only test things
427
Partitioners
.push_back(std::move(P));
440
///
Partitioners
are the core of the tree builder and are unfortunately rather
446
/// lead to some unfortunate situations where
partitioners
test a predicate
Completed in 64 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026