Home
last modified time | relevance | path

Searched refs:SubReg2Idx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h218 return SubReg2Idx.lookup(Reg); in getSubRegIndex()
301 DenseMap<const CodeGenRegister *, CodeGenSubRegIndex *> SubReg2Idx; variable
H A DCodeGenRegisters.cpp296 SubReg2Idx.insert(std::pair(SR, Idx)); in computeSubRegs()
383 SubReg2Idx.insert(std::pair(SubReg.second, SubReg.first)).first; in computeSubRegs()
538 SubReg2Idx.insert(std::pair(Cand, Concat)); in computeSecondarySubRegs()