Lines Matching defs:IntrWithRoundingModeOpcode
25528 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
25529 if (IntrWithRoundingModeOpcode != 0) {
25533 return DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
25561 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
25562 if (IntrWithRoundingModeOpcode != 0) {
25566 return DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
25604 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
25605 if (IntrWithRoundingModeOpcode != 0) {
25609 return DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
25637 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
25638 if (IntrWithRoundingModeOpcode != 0) {
25643 DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
25675 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
25679 bool HasRounding = IntrWithRoundingModeOpcode != 0;
25686 DAG.getNode(IntrWithRoundingModeOpcode, dl, VT, Src1, Src2,
25704 Opc = IntrWithRoundingModeOpcode;