Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Opc

82       int Opc = MI->getOpcode();
83 if (Opc == Hexagon::S2_storerb_pci_pseudo ||
84 Opc == Hexagon::S2_storerh_pci_pseudo ||
85 Opc == Hexagon::S2_storeri_pci_pseudo ||
86 Opc == Hexagon::S2_storerd_pci_pseudo ||
87 Opc == Hexagon::S2_storerf_pci_pseudo) {
89 if (Opc == Hexagon::S2_storerd_pci_pseudo)
91 else if (Opc == Hexagon::S2_storeri_pci_pseudo)
93 else if (Opc == Hexagon::S2_storerh_pci_pseudo)
95 else if (Opc == Hexagon::S2_storerf_pci_pseudo)
97 else if (Opc == Hexagon::S2_storerb_pci_pseudo)
100 llvm_unreachable("wrong Opc");
122 } else if (Opc == Hexagon::L2_loadrd_pci_pseudo ||
123 Opc == Hexagon::L2_loadri_pci_pseudo ||
124 Opc == Hexagon::L2_loadrh_pci_pseudo ||
125 Opc == Hexagon::L2_loadruh_pci_pseudo||
126 Opc == Hexagon::L2_loadrb_pci_pseudo ||
127 Opc == Hexagon::L2_loadrub_pci_pseudo) {
129 if (Opc == Hexagon::L2_loadrd_pci_pseudo)
131 else if (Opc == Hexagon::L2_loadri_pci_pseudo)
133 else if (Opc == Hexagon::L2_loadrh_pci_pseudo)
135 else if (Opc == Hexagon::L2_loadruh_pci_pseudo)
137 else if (Opc == Hexagon::L2_loadrb_pci_pseudo)
139 else if (Opc == Hexagon::L2_loadrub_pci_pseudo)
142 llvm_unreachable("wrong Opc");
165 } else if (Opc == Hexagon::L2_loadrd_pbr_pseudo ||
166 Opc == Hexagon::L2_loadri_pbr_pseudo ||
167 Opc == Hexagon::L2_loadrh_pbr_pseudo ||
168 Opc == Hexagon::L2_loadruh_pbr_pseudo||
169 Opc == Hexagon::L2_loadrb_pbr_pseudo ||
170 Opc == Hexagon::L2_loadrub_pbr_pseudo) {
172 if (Opc == Hexagon::L2_loadrd_pbr_pseudo)
174 else if (Opc == Hexagon::L2_loadri_pbr_pseudo)
176 else if (Opc == Hexagon::L2_loadrh_pbr_pseudo)
178 else if (Opc == Hexagon::L2_loadruh_pbr_pseudo)
180 else if (Opc == Hexagon::L2_loadrb_pbr_pseudo)
182 else if (Opc == Hexagon::L2_loadrub_pbr_pseudo)
185 llvm_unreachable("wrong Opc");
205 } else if (Opc == Hexagon::S2_storerd_pbr_pseudo ||
206 Opc == Hexagon::S2_storeri_pbr_pseudo ||
207 Opc == Hexagon::S2_storerh_pbr_pseudo ||
208 Opc == Hexagon::S2_storerb_pbr_pseudo ||
209 Opc == Hexagon::S2_storerf_pbr_pseudo) {
211 if (Opc == Hexagon::S2_storerd_pbr_pseudo)
213 else if (Opc == Hexagon::S2_storeri_pbr_pseudo)
215 else if (Opc == Hexagon::S2_storerh_pbr_pseudo)
217 else if (Opc == Hexagon::S2_storerf_pbr_pseudo)
219 else if (Opc == Hexagon::S2_storerb_pbr_pseudo)
222 llvm_unreachable("wrong Opc");
242 } else if (Opc == Hexagon::STriw_pred) {
286 } else if (Opc == Hexagon::LDriw_pred) {