Lines Matching refs:IsStrict

3702   bool IsStrict = Op->isStrictFPOpcode();  in LowerFP_ROUND()  local
3703 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND()
3726 bool IsStrict = Op->isStrictFPOpcode(); in LowerVectorFP_TO_INT() local
3727 EVT InVT = Op.getOperand(IsStrict ? 1 : 0).getValueType(); in LowerVectorFP_TO_INT()
3747 if (IsStrict) { in LowerVectorFP_TO_INT()
3762 if (IsStrict) { in LowerVectorFP_TO_INT()
3780 if (IsStrict) { in LowerVectorFP_TO_INT()
3796 Op.getOperand(IsStrict ? 1 : 0), DAG.getConstant(0, dl, MVT::i64)); in LowerVectorFP_TO_INT()
3798 if (IsStrict) in LowerVectorFP_TO_INT()
3810 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local
3811 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT()
3819 if (IsStrict) { in LowerFP_TO_INT()
3969 bool IsStrict = Op->isStrictFPOpcode(); in LowerVectorINT_TO_FP() local
3972 SDValue In = Op.getOperand(IsStrict ? 1 : 0); in LowerVectorINT_TO_FP()
4000 if (IsStrict) { in LowerVectorINT_TO_FP()
4015 if (IsStrict) in LowerVectorINT_TO_FP()
4027 if (IsStrict) in LowerVectorINT_TO_FP()
4041 bool IsStrict = Op->isStrictFPOpcode(); in LowerINT_TO_FP() local
4042 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerINT_TO_FP()
4047 if (IsStrict) { in LowerINT_TO_FP()
8001 bool IsStrict = Op->isStrictFPOpcode(); in LowerSETCC() local
8003 unsigned OpNo = IsStrict ? 1 : 0; in LowerSETCC()
8005 if (IsStrict) in LowerSETCC()
8027 return IsStrict ? DAG.getMergeValues({LHS, Chain}, dl) : LHS; in LowerSETCC()
8040 return IsStrict ? DAG.getMergeValues({Res, Chain}, dl) : Res; in LowerSETCC()
8050 if (IsStrict) in LowerSETCC()
8081 return IsStrict ? DAG.getMergeValues({Res, Cmp.getValue(1)}, dl) : Res; in LowerSETCC()
15120 bool IsStrict = N0->isStrictFPOpcode(); in performExtractVectorEltCombine() local
15137 (!IsStrict || N0.hasOneUse())) { in performExtractVectorEltCombine()
15139 SDValue N00 = N0->getOperand(IsStrict ? 1 : 0); in performExtractVectorEltCombine()
15140 SDValue N01 = N0->getOperand(IsStrict ? 2 : 1); in performExtractVectorEltCombine()
15157 if (!IsStrict) in performExtractVectorEltCombine()