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 157 // less than RegBank.getNumTopoSigs(). Registers with the same TopoSig have
160 // (TopoSig-wise).
163 return TopoSig;
210 unsigned TopoSig;
427 // TopoSig, only computeSuperRegs needs to know how.
546 // Return the number of allocated TopoSigs. The first TopoSig representing
552 // Find or create a TopoSig for the given TopoSigId.
CodeGenRegisters.cpp 108 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 26 milliseconds