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

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 136 return SubReg2Idx.lookup(Reg);
224 DenseMap<const CodeGenRegister*, CodeGenSubRegIndex*> SubReg2Idx;
CodeGenRegisters.cpp 232 SubReg2Idx.insert(std::make_pair(SR, Idx));
317 SubReg2Idx.insert(std::make_pair(SI->second, SI->first)).first;
460 SubReg2Idx.insert(std::make_pair(NewSubReg, NewIdx));
    [all...]

Completed in 19 milliseconds