OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TopoSigId
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenRegisters.h
444
typedef SmallVector<unsigned, 16>
TopoSigId
;
467
std::map<
TopoSigId
, unsigned> TopoSigs;
571
// Find or create a TopoSig for the given
TopoSigId
.
574
unsigned getTopoSig(const
TopoSigId
&Id) {
CodeGenRegisters.cpp
502
// Also compute the
TopoSigId
in post-order.
503
TopoSigId
Id;
[
all
...]
Completed in 29 milliseconds