Lines Matching defs:IsStrict
4289 bool IsStrict = Op->isStrictFPOpcode();
4290 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
4292 bool Trunc = Op.getConstantOperandVal(IsStrict ? 2 : 1) == 1;
4350 return IsStrict ? DAG.getMergeValues({Result, Op.getOperand(0)}, dl)
4371 bool IsStrict = Op->isStrictFPOpcode();
4372 EVT InVT = Op.getOperand(IsStrict ? 1 : 0).getValueType();
4393 if (IsStrict) {
4408 if (IsStrict) {
4426 if (IsStrict) {
4442 Op.getOperand(IsStrict ? 1 : 0), DAG.getConstant(0, dl, MVT::i64));
4444 if (IsStrict)
4456 bool IsStrict = Op->isStrictFPOpcode();
4457 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
4466 if (IsStrict) {
4647 bool IsStrict = Op->isStrictFPOpcode();
4650 SDValue In = Op.getOperand(IsStrict ? 1 : 0);
4676 if (IsStrict) {
4694 if (IsStrict) {
4710 if (IsStrict)
4722 if (IsStrict)
4736 bool IsStrict = Op->isStrictFPOpcode();
4737 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
4744 if (IsStrict) {
4818 IsStrict ? DAG.getNode(Op.getOpcode(), DL, {MVT::f64, MVT::Other},
4844 return IsStrict
10314 bool IsStrict = Op->isStrictFPOpcode();
10316 unsigned OpNo = IsStrict ? 1 : 0;
10318 if (IsStrict)
10340 return IsStrict ? DAG.getMergeValues({LHS, Chain}, dl) : LHS;
10353 return IsStrict ? DAG.getMergeValues({Res, Chain}, dl) : Res;
10363 if (IsStrict)
10394 return IsStrict ? DAG.getMergeValues({Res, Cmp.getValue(1)}, dl) : Res;
19248 bool IsStrict = N0->isStrictFPOpcode();
19265 (!IsStrict || N0.hasOneUse())) {
19267 SDValue N00 = N0->getOperand(IsStrict ? 1 : 0);
19268 SDValue N01 = N0->getOperand(IsStrict ? 2 : 1);
19285 if (!IsStrict)