OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TopoSig
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenRegisters.h
172
// less than RegBank.getNumTopoSigs(). Registers with the same
TopoSig
have
175
// (
TopoSig
-wise).
178
return
TopoSig
;
222
unsigned
TopoSig
;
443
//
TopoSig
, only computeSuperRegs needs to know how.
565
// Return the number of allocated TopoSigs. The first
TopoSig
representing
571
// Find or create a
TopoSig
for the given TopoSigId.
CodeGenRegisters.cpp
114
TopoSig
(~0u)
507
// Loops and idempotent indices have
TopoSig
= ~0u.
509
Id.push_back(I->second->
TopoSig
);
516
TopoSig
= RegBank.getTopoSig(Id);
[
all
...]
Completed in 120 milliseconds