Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Hexagon

107       return "Hexagon Expand Condsets";
192 case Hexagon::subreg_loreg:
194 case Hexagon::subreg_hireg:
196 case Hexagon::NoSubRegister:
206 case Hexagon::C2_mux:
207 case Hexagon::C2_muxii:
208 case Hexagon::C2_muxir:
209 case Hexagon::C2_muxri:
210 case Hexagon::MUX64_rr:
651 using namespace Hexagon;
972 assert(Opc == Hexagon::A2_tfrt || Opc == Hexagon::A2_tfrf);
1097 if (Opc == Hexagon::A2_tfrt || Opc == Hexagon::A2_tfrf) {
1098 bool Done = predicate(I, (Opc == Hexagon::A2_tfrt));
1161 if (RC == &Hexagon::IntRegsRegClass) {
1165 if (RC == &Hexagon::DoubleRegsRegClass) {
1344 const char *Name = "Hexagon Expand Condsets";