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 749 const RegVec &SuperRegList = Reg->getSuperRegs();
751 SuperRegList.begin(), SuperRegList.end());
    [all...]
CodeGenRegisters.h 154 typedef std::vector<const CodeGenRegister*> SuperRegList;
159 const SuperRegList &getSuperRegs() const {
232 SuperRegList LeadingSuperRegs;
235 SuperRegList SuperRegs;

Completed in 175 milliseconds