Searched refs:TopoSig (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h156 // less than RegBank.getNumTopoSigs(). Registers with the same TopoSig have
159 // (TopoSig-wise).
162 return TopoSig;
209 unsigned TopoSig; member in struct:llvm::CodeGenRegister
422 // TopoSig, only computeSuperRegs needs to know how.
530 // Return the number of allocated TopoSigs. The first TopoSig representing
536 // Find or create a TopoSig for the given TopoSigId.
H A DCodeGenRegisters.cpp100 TopoSig(~0u)
488 // Loops and idempotent indices have TopoSig = ~0u.
490 Id.push_back(I->second->TopoSig);
497 TopoSig = RegBank.getTopoSig(Id);
1125 // Keep track of TopoSigs visited. We only need to visit each TopoSig once,

Completed in 849 milliseconds