Lines Matching defs:IntrWithRoundingModeOpcode
26018 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
26019 if (IntrWithRoundingModeOpcode != 0) {
26023 return DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
26051 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
26052 if (IntrWithRoundingModeOpcode != 0) {
26056 return DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
26094 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
26095 if (IntrWithRoundingModeOpcode != 0) {
26099 return DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
26127 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
26128 if (IntrWithRoundingModeOpcode != 0) {
26133 DAG.getNode(IntrWithRoundingModeOpcode, dl, Op.getValueType(),
26165 unsigned IntrWithRoundingModeOpcode = IntrData->Opc1;
26169 bool HasRounding = IntrWithRoundingModeOpcode != 0;
26176 DAG.getNode(IntrWithRoundingModeOpcode, dl, VT, Src1, Src2,
26194 Opc = IntrWithRoundingModeOpcode;