Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Opc

94     unsigned getPredForm(unsigned Opc);
96 bool isScalarCmp(unsigned Opc);
120 unsigned HexagonGenPredicate::getPredForm(unsigned Opc) {
123 switch (Opc) {
166 unsigned Opc = MI->getOpcode();
167 if (getPredForm(Opc) != 0)
174 switch (Opc) {
190 unsigned Opc = MI->getOpcode();
191 switch (Opc) {
238 unsigned Opc = DefI->getOpcode();
239 if (Opc == Hexagon::C2_tfrpr || Opc == TargetOpcode::COPY) {
267 bool HexagonGenPredicate::isScalarCmp(unsigned Opc) {
268 switch (Opc) {
353 unsigned Opc = MI->getOpcode();
370 unsigned NewOpc = getPredForm(Opc);
373 switch (Opc) {