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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h215 // less than RegBank.getNumTopoSigs(). Registers with the same TopoSig have
218 // (TopoSig-wise).
221 return TopoSig;
265 unsigned TopoSig; member in struct:llvm::CodeGenRegister
517 // TopoSig, only computeSuperRegs needs to know how.
654 // Return the number of allocated TopoSigs. The first TopoSig representing
660 // Find or create a TopoSig for the given TopoSigId.
H A DCodeGenRegisters.cpp164 TopoSig(~0u) {
564 // Loops and idempotent indices have TopoSig = ~0u.
566 Id.push_back(I->second->TopoSig);
573 TopoSig = RegBank.getTopoSig(Id);
1371 // Keep track of TopoSigs visited. We only need to visit each TopoSig once,

Completed in 342 milliseconds