Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SmallDenseMap

100   SmallDenseMap<SDValue, SDValue, 8> PromotedIntegers;
104 SmallDenseMap<SDValue, std::pair<SDValue, SDValue>, 8> ExpandedIntegers;
108 SmallDenseMap<SDValue, SDValue, 8> SoftenedFloats;
113 SmallDenseMap<SDValue, SDValue, 8> PromotedFloats;
117 SmallDenseMap<SDValue, std::pair<SDValue, SDValue>, 8> ExpandedFloats;
121 SmallDenseMap<SDValue, SDValue, 8> ScalarizedVectors;
125 SmallDenseMap<SDValue, std::pair<SDValue, SDValue>, 8> SplitVectors;
129 SmallDenseMap<SDValue, SDValue, 8> WidenedVectors;
133 SmallDenseMap<SDValue, SDValue, 8> ReplacedValues;