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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 44 // Build a CSRNum map. Every CSR alias gets an entry pointing to the last
46 CSRNum.clear();
47 CSRNum.resize(TRI->getNumRegs(), 0);
51 CSRNum[Alias] = N + 1; // 0 means no CSR, 1 means CalleeSaved[0], ...
90 if (CSRNum[PhysReg])
RegisterClassInfo.h 54 SmallVector<uint8_t, 4> CSRNum;
94 if (unsigned N = CSRNum[PhysReg])

Completed in 104 milliseconds