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