| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 183 if (IsStrict) in SoftenFloatRes_Unary() 204 if (IsStrict) in SoftenFloatRes_Binary() 481 if (IsStrict) in SoftenFloatRes_FMA() 560 if (IsStrict) in SoftenFloatRes_FP_EXTEND() 612 if (IsStrict) in SoftenFloatRes_FP_ROUND() 664 if (IsStrict) in SoftenFloatRes_ExpOp() 884 if (IsStrict) in SoftenFloatRes_XINT_TO_FP() 1397 if (IsStrict) in ExpandFloatRes_Unary() 1412 if (IsStrict) in ExpandFloatRes_Binary() 1572 if (IsStrict) in ExpandFloatRes_FMA() [all …]
|
| H A D | LegalizeVectorOps.cpp | 804 if (IsStrict) { in PromoteINT_TO_FP() 842 if (IsStrict) { in PromoteFP_TO_INT() 862 if (IsStrict) in PromoteFP_TO_INT() 1587 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT() 1597 if (IsStrict) in ExpandUINT_TO_FLOAT() 1608 if (IsStrict) { in ExpandUINT_TO_FLOAT() 1637 if (IsStrict) { in ExpandUINT_TO_FLOAT() 1707 unsigned Offset = IsStrict ? 1 : 0; in ExpandSETCC() 1718 if (IsStrict) { in ExpandSETCC() 1741 if (IsStrict) { in ExpandSETCC() [all …]
|
| H A D | LegalizeDAG.cpp | 2841 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalINT_TO_FP() local 2878 if (IsStrict) { in PromoteLegalINT_TO_FP() 2902 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalFP_TO_INT() local 2933 if (IsStrict) { in PromoteLegalFP_TO_INT() 2943 if (IsStrict) in PromoteLegalFP_TO_INT() 4024 unsigned Offset = IsStrict ? 1 : 0; in ExpandNode() 4041 if (IsStrict) { in ExpandNode() 4065 if (IsStrict) in ExpandNode() 4697 if (IsStrict) in ConvertNodeToLibcall() 4738 if (IsStrict) in ConvertNodeToLibcall() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 2360 bool IsStrict = N->isStrictFPOpcode(); in PromoteIntOp_ExpOp() local 2382 unsigned OpOffset = IsStrict ? 1 : 0; in PromoteIntOp_ExpOp() 2393 if (IsStrict) in PromoteIntOp_ExpOp() 3718 if (IsStrict) { in fpExtendHelper() 3733 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_XINT() local 3735 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_XINT() 3764 if (IsStrict) in ExpandIntRes_FP_TO_XINT() 3777 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_XROUND_XRINT() local 3778 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_XROUND_XRINT() 5394 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntOp_XINT_TO_FP() local [all …]
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-nice-strict_test.cc | 197 EXPECT_FALSE(Mock::IsStrict(&raw_foo)); in TEST() 324 EXPECT_FALSE(Mock::IsStrict(&nice_foo)); in TEST() 443 EXPECT_FALSE(Mock::IsStrict(&naggy_foo)); in TEST() 537 EXPECT_TRUE(Mock::IsStrict(&strict_foo)); in TEST()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19102 if (IsStrict) in lowerINT_TO_FP_vXi64() 19117 if (IsStrict) in promoteXINT_TO_FP() 19239 if (IsStrict) in LowerSINT_TO_FP() 19462 if (IsStrict) in lowerUINT_TO_FP_v2i32() 19700 !IsStrict) in LowerUINT_TO_FP() 19705 !IsStrict) in LowerUINT_TO_FP() 21368 if (IsStrict) in LowerFP_EXTEND() 21489 if (IsStrict) in LowerFP16_TO_FP() 21521 if (IsStrict) in LowerFP_TO_FP16() 53733 if (IsStrict) in combineSIntToFP() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 1229 bool IsStrict = N->isStrictFPOpcode(); in PreprocessISelDAG() local 1231 if (IsStrict) in PreprocessISelDAG()
|
| /freebsd-14.2/contrib/googletest/googlemock/src/ |
| H A D | gmock-spec-builders.cc | 672 bool Mock::IsStrict(void* mock_obj) in IsStrict() function in testing::Mock
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 921 const bool IsStrict = II.isStrictFP(); in foldIntrinsicIsFPClass() local 938 (IsOrdered || IsUnordered) && !IsStrict) { in foldIntrinsicIsFPClass() 956 (IsOrdered || IsUnordered) && !IsStrict) { in foldIntrinsicIsFPClass() 971 (IsOrdered || IsUnordered) && !IsStrict) { in foldIntrinsicIsFPClass() 984 if (Mask == fcNan && !IsStrict) { in foldIntrinsicIsFPClass() 993 if (Mask == (~fcNan & fcAllFlags) && !IsStrict) { in foldIntrinsicIsFPClass() 1016 if (!IsStrict && (IsOrdered || IsUnordered) && in foldIntrinsicIsFPClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3631 if (IsStrict) in LowerSETCC() 8211 if (IsStrict) { in convertFPToInt() 8235 if (IsStrict) { in convertFPToInt() 8332 if (IsStrict) { in LowerFP_TO_INT() 8348 if (IsStrict) { in LowerFP_TO_INT() 8637 if (IsStrict) in LowerINT_TO_FPVector() 8675 if (IsStrict) in LowerINT_TO_FP() 8806 if (IsStrict) in LowerINT_TO_FP() 8810 if (IsStrict) in LowerINT_TO_FP() 8888 if (IsStrict) in LowerINT_TO_FP() [all …]
|
| H A D | PPCISelDAGToDAG.cpp | 4487 bool IsStrict = N->isStrictFPOpcode(); in trySETCC() local 4489 cast<CondCodeSDNode>(N->getOperand(IsStrict ? 3 : 2))->get(); in trySETCC() 4493 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in trySETCC() 4495 SDValue LHS = N->getOperand(IsStrict ? 1 : 0); in trySETCC() 4496 SDValue RHS = N->getOperand(IsStrict ? 2 : 1); in trySETCC() 4498 if (!IsStrict && !Subtarget->useCRBits() && isInt32Immediate(RHS, Imm)) { in trySETCC() 4583 if (!IsStrict && LHS.getValueType().isVector()) { in trySETCC() 4612 if (IsStrict) in trySETCC()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4032 if (IsStrict) { in LowerVectorFP_TO_INT() 4047 if (IsStrict) { in LowerVectorFP_TO_INT() 4065 if (IsStrict) { in LowerVectorFP_TO_INT() 4083 if (IsStrict) in LowerVectorFP_TO_INT() 4104 if (IsStrict) { in LowerFP_TO_INT() 4286 if (IsStrict) { in LowerVectorINT_TO_FP() 4302 if (IsStrict) in LowerVectorINT_TO_FP() 4314 if (IsStrict) in LowerVectorINT_TO_FP() 4334 if (IsStrict) { in LowerINT_TO_FP() 9378 if (IsStrict) in LowerSETCC() [all …]
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 392 static bool IsStrict(void* mock_obj)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2459 bool IsStrict, StringRef Replacement, AvailabilityMergeKind AMK, in mergeAvailabilityAttr() argument 2612 Message, IsStrict, Replacement, Priority); in mergeAvailabilityAttr() 2644 bool IsStrict = AL.getStrictLoc().isValid(); in handleAvailabilityAttr() local 2676 Obsoleted.Version, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2732 NewObsoleted, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2774 NewObsoleted, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2808 IsStrict, Replacement, Sema::AMK_None, in handleAvailabilityAttr() 2850 IsStrict, Replacement, Sema::AMK_None, in handleAvailabilityAttr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5885 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 5886 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() 5907 if (IsStrict) { in LowerFP_TO_INT() 20863 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_EXTEND() local 20864 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_EXTEND() 20879 if (IsStrict) { in LowerFP_EXTEND() 20896 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_EXTEND() 20902 if (IsStrict) { in LowerFP_EXTEND() 20922 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_ROUND() local 20924 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 6164 bool IsStrict = Op->isStrictFPOpcode(); in LowerOperation() local 6165 SDValue Src = Op.getOperand(0 + IsStrict); in LowerOperation() 6186 if (IsStrict) in LowerOperation() 6196 if (IsStrict) { in LowerOperation() 6211 if (IsStrict) { in LowerOperation() 6226 if (IsStrict) { in LowerOperation() 6281 if (IsStrict) { in LowerOperation() 11395 bool IsStrict = N->isStrictFPOpcode(); in ReplaceNodeResults() local 11403 if (IsStrict) { in ReplaceNodeResults() 11448 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ReplaceNodeResults() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6152 bool IsStrict) { in simplifyLdexp() argument 6162 if (!IsStrict) { in simplifyLdexp() 6183 if (IsStrict) in simplifyLdexp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 4033 bool IsStrict = Op.getOpcode() == ISD::STRICT_FP_EXTEND; in lowerFP_EXTEND() local 4034 SDValue Src = Op.getOperand(IsStrict ? 1 : 0); in lowerFP_EXTEND() 4045 if (IsStrict) in lowerFP_EXTEND() 6301 bool IsStrict = Op.getOpcode() == ISD::STRICT_FLDEXP; in lowerFLDEXP() local 6305 SDValue Exp = Op.getOperand(IsStrict ? 2 : 1); in lowerFLDEXP() 6326 if (IsStrict) { in lowerFLDEXP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6590 bool IsStrict) { in isIdentityMask() argument 6596 if (!IsStrict) { in isIdentityMask()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3705 StringRef Message, bool IsStrict, StringRef Replacement,
|