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 173 // less than RegBank.getNumTopoSigs(). Registers with the same TopoSig have
176 // (TopoSig-wise).
179 return TopoSig;
223 unsigned TopoSig;
441 // TopoSig, only computeSuperRegs needs to know how.
563 // Return the number of allocated TopoSigs. The first TopoSig representing
569 // 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 90 milliseconds