Lines Matching refs:Opc
118 unsigned getPredForm(unsigned Opc);
120 bool isScalarCmp(unsigned Opc);
144 unsigned HexagonGenPredicate::getPredForm(unsigned Opc) { in getPredForm() argument
147 switch (Opc) { in getPredForm()
189 unsigned Opc = MI->getOpcode(); in isConvertibleToPredForm() local
190 if (getPredForm(Opc) != 0) in isConvertibleToPredForm()
197 switch (Opc) { in isConvertibleToPredForm()
210 unsigned Opc = MI.getOpcode(); in collectPredicateGPR() local
211 switch (Opc) { in collectPredicateGPR()
256 unsigned Opc = DefI->getOpcode(); in getPredRegFor() local
257 if (Opc == Hexagon::C2_tfrpr || Opc == TargetOpcode::COPY) { in getPredRegFor()
285 bool HexagonGenPredicate::isScalarCmp(unsigned Opc) { in isScalarCmp() argument
286 switch (Opc) { in isScalarCmp()
370 unsigned Opc = MI->getOpcode(); in convertToPredForm() local
387 unsigned NewOpc = getPredForm(Opc); in convertToPredForm()
390 switch (Opc) { in convertToPredForm()