Home | History | Annotate | Download | only in Mips

Lines Matching refs:Select

27 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
83 /// \brief Select constant vector splats.
85 /// \brief Select constant vector splats whose value fits in a uimm1.
87 /// \brief Select constant vector splats whose value fits in a uimm2.
89 /// \brief Select constant vector splats whose value fits in a uimm3.
91 /// \brief Select constant vector splats whose value fits in a uimm4.
93 /// \brief Select constant vector splats whose value fits in a uimm5.
95 /// \brief Select constant vector splats whose value fits in a uimm6.
97 /// \brief Select constant vector splats whose value fits in a uimm8.
99 /// \brief Select constant vector splats whose value fits in a simm5.
101 /// \brief Select constant vector splats whose value is a power of 2.
103 /// \brief Select constant vector splats whose value is the inverse of a
106 /// \brief Select constant vector splats whose value is a run of set bits
109 /// \brief Select constant vector splats whose value is a run of set bits
113 SDNode *Select(SDNode *N) override;