HomeSort by relevance Sort by last modified time
    Searched refs:TopoSig (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 189 // less than RegBank.getNumTopoSigs(). Registers with the same TopoSig have
192 // (TopoSig-wise).
195 return TopoSig;
239 unsigned TopoSig;
473 // TopoSig, only computeSuperRegs needs to know how.
605 // Return the number of allocated TopoSigs. The first TopoSig representing
611 // Find or create a TopoSig for the given TopoSigId.
CodeGenRegisters.cpp 114 TopoSig(~0u)
496 // Loops and idempotent indices have TopoSig = ~0u.
498 Id.push_back(I->second->TopoSig);
505 TopoSig = RegBank.getTopoSig(Id);
    [all...]

Completed in 390 milliseconds