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 135 return SubReg2Idx.lookup(Reg);
223 DenseMap<const CodeGenRegister*, CodeGenSubRegIndex*> SubReg2Idx;
CodeGenRegisters.cpp 224 SubReg2Idx.insert(std::make_pair(SR, Idx));
309 SubReg2Idx.insert(std::make_pair(SI->second, SI->first)).first;
452 SubReg2Idx.insert(std::make_pair(NewSubReg, NewIdx));
    [all...]

Completed in 462 milliseconds