OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.cpp
126
unsigned
InstrIdx
= MatchDag.getInstrNodeIdx(NodeI);
127
RemainingInstrNodes.reset(
InstrIdx
);
183
void GIMatchTreeBuilder::addPartitionersForInstr(unsigned
InstrIdx
) {
187
addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(
InstrIdx
));
289
for (unsigned
InstrIdx
: Leaf.untested_instrs())
290
PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(
InstrIdx
)));
GIMatchTree.h
429
void addPartitionersForInstr(unsigned
InstrIdx
);
Completed in 19 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026