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

  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 835 const RegVec &SuperRegList = Reg.getSuperRegs();
836 diffEncode(SuperRegLists[i], Reg.EnumValue, SuperRegList.begin(),
837 SuperRegList.end());
    [all...]
CodeGenRegisters.h 172 typedef std::vector<const CodeGenRegister*> SuperRegList;
177 const SuperRegList &getSuperRegs() const {
250 SuperRegList LeadingSuperRegs;
253 SuperRegList SuperRegs;

Completed in 124 milliseconds