Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:regmap

374     DenseMap<unsigned, unsigned> &RegMap = VRegMapping[RC];
375 unsigned RegNum = RegMap[Reg];
608 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC];
609 unsigned mapped_vr = regmap[vr];
1669 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC];
1670 int n = regmap.size();
1671 regmap.insert(std::make_pair(vr, n + 1));
1688 DenseMap<unsigned, unsigned> &regmap = VRegMapping[RC];
1691 int n = regmap.size();