/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 144 bool IsStrict = N->isStrictFPOpcode(); in SoftenFloatRes_Unary() local 146 unsigned Offset = IsStrict ? 1 : 0; in SoftenFloatRes_Unary() 150 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Unary() 157 if (IsStrict) in SoftenFloatRes_Unary() 163 bool IsStrict = N->isStrictFPOpcode(); in SoftenFloatRes_Binary() local 165 unsigned Offset = IsStrict ? 1 : 0; in SoftenFloatRes_Binary() 170 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Binary() 178 if (IsStrict) in SoftenFloatRes_Binary() 411 bool IsStrict = N->isStrictFPOpcode(); in SoftenFloatRes_FMA() local 413 unsigned Offset = IsStrict ? 1 : 0; in SoftenFloatRes_FMA() [all …]
|
D | LegalizeVectorOps.cpp | 623 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local 624 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP() 643 if (IsStrict) { in PromoteINT_TO_FP() 664 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local 681 if (IsStrict) { in PromoteFP_TO_INT() 701 if (IsStrict) in PromoteFP_TO_INT() 1319 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local 1320 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT() 1330 if (IsStrict) in ExpandUINT_TO_FLOAT() 1336 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT() [all …]
|
D | LegalizeIntegerTypes.cpp | 2686 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_SINT() local 2687 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ExpandIntRes_FP_TO_SINT() 2688 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_SINT() 2700 if (IsStrict) in ExpandIntRes_FP_TO_SINT() 2709 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_UINT() local 2710 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ExpandIntRes_FP_TO_UINT() 2711 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_UINT() 2722 if (IsStrict) in ExpandIntRes_FP_TO_UINT() 4039 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntOp_SINT_TO_FP() local 4040 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ExpandIntOp_SINT_TO_FP() [all …]
|
D | LegalizeDAG.cpp | 2493 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalINT_TO_FP() local 2497 SDValue LegalOp = N->getOperand(IsStrict ? 1 : 0); in PromoteLegalINT_TO_FP() 2498 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP() 2499 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP() 2530 if (IsStrict) { in PromoteLegalINT_TO_FP() 2554 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalFP_TO_INT() local 2558 SDValue LegalOp = N->getOperand(IsStrict ? 1 : 0); in PromoteLegalFP_TO_INT() 2571 OpToUse = IsStrict ? ISD::STRICT_FP_TO_SINT : ISD::FP_TO_SINT; in PromoteLegalFP_TO_INT() 2576 OpToUse = IsStrict ? ISD::STRICT_FP_TO_UINT : ISD::FP_TO_UINT; in PromoteLegalFP_TO_INT() 2585 if (IsStrict) { in PromoteLegalFP_TO_INT() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 157 bool IsStrict = N->isStrictFPOpcode(); in SoftenFloatRes_Unary() local 159 unsigned Offset = IsStrict ? 1 : 0; in SoftenFloatRes_Unary() 163 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Unary() 170 if (IsStrict) in SoftenFloatRes_Unary() 176 bool IsStrict = N->isStrictFPOpcode(); in SoftenFloatRes_Binary() local 178 unsigned Offset = IsStrict ? 1 : 0; in SoftenFloatRes_Binary() 183 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in SoftenFloatRes_Binary() 191 if (IsStrict) in SoftenFloatRes_Binary() 430 bool IsStrict = N->isStrictFPOpcode(); in SoftenFloatRes_FMA() local 432 unsigned Offset = IsStrict ? 1 : 0; in SoftenFloatRes_FMA() [all …]
|
D | LegalizeVectorOps.cpp | 629 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local 630 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP() 649 if (IsStrict) { in PromoteINT_TO_FP() 670 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local 687 if (IsStrict) { in PromoteFP_TO_INT() 707 if (IsStrict) in PromoteFP_TO_INT() 1218 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local 1219 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT() 1229 if (IsStrict) in ExpandUINT_TO_FLOAT() 1235 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT() [all …]
|
D | LegalizeDAG.cpp | 2610 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalINT_TO_FP() local 2614 SDValue LegalOp = N->getOperand(IsStrict ? 1 : 0); in PromoteLegalINT_TO_FP() 2615 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP() 2616 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP() 2647 if (IsStrict) { in PromoteLegalINT_TO_FP() 2671 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalFP_TO_INT() local 2675 SDValue LegalOp = N->getOperand(IsStrict ? 1 : 0); in PromoteLegalFP_TO_INT() 2688 OpToUse = IsStrict ? ISD::STRICT_FP_TO_SINT : ISD::FP_TO_SINT; in PromoteLegalFP_TO_INT() 2693 OpToUse = IsStrict ? ISD::STRICT_FP_TO_UINT : ISD::FP_TO_UINT; in PromoteLegalFP_TO_INT() 2702 if (IsStrict) { in PromoteLegalFP_TO_INT() [all …]
|
D | LegalizeIntegerTypes.cpp | 3001 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_SINT() local 3002 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ExpandIntRes_FP_TO_SINT() 3003 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_SINT() 3021 if (IsStrict) in ExpandIntRes_FP_TO_SINT() 3030 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_UINT() local 3031 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ExpandIntRes_FP_TO_UINT() 3032 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_UINT() 3049 if (IsStrict) in ExpandIntRes_FP_TO_UINT() 4420 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntOp_SINT_TO_FP() local 4421 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ExpandIntOp_SINT_TO_FP() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock-nice-strict_test.cc | 195 EXPECT_FALSE(Mock::IsStrict(&raw_foo)); in TEST() 322 EXPECT_FALSE(Mock::IsStrict(&nice_foo)); in TEST() 441 EXPECT_FALSE(Mock::IsStrict(&naggy_foo)); in TEST() 535 EXPECT_TRUE(Mock::IsStrict(&strict_foo)); in TEST()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19531 bool IsStrict = Op->isStrictFPOpcode(); in LowerI64IntToFP_AVX512DQ() local 19532 unsigned OpNo = IsStrict ? 1 : 0; in LowerI64IntToFP_AVX512DQ() 19550 if (IsStrict) { in LowerI64IntToFP_AVX512DQ() 19682 bool IsStrict = Op->isStrictFPOpcode(); in lowerINT_TO_FP_vXi64() local 19684 SDValue Src = Op->getOperand(IsStrict ? 1 : 0); in lowerINT_TO_FP_vXi64() 19700 SDValue Tmp = IsStrict ? DAG.getConstant(0, DL, MVT::v8i64) in lowerINT_TO_FP_vXi64() 19705 if (IsStrict) { in lowerINT_TO_FP_vXi64() 19716 if (IsStrict) in lowerINT_TO_FP_vXi64() 19738 if (IsStrict) { in lowerINT_TO_FP_vXi64() 19750 if (IsStrict) { in lowerINT_TO_FP_vXi64() [all …]
|
D | X86ISelDAGToDAG.cpp | 1095 bool IsStrict = N->isStrictFPOpcode(); in PreprocessISelDAG() local 1097 if (IsStrict) in PreprocessISelDAG()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18587 bool IsStrict = Op->isStrictFPOpcode(); in LowerI64IntToFP_AVX512DQ() local 18588 unsigned OpNo = IsStrict ? 1 : 0; in LowerI64IntToFP_AVX512DQ() 18606 if (IsStrict) { in LowerI64IntToFP_AVX512DQ() 18688 bool IsStrict = Op->isStrictFPOpcode(); in lowerINT_TO_FP_vXi64() local 18690 SDValue Src = Op->getOperand(IsStrict ? 1 : 0); in lowerINT_TO_FP_vXi64() 18706 SDValue Tmp = IsStrict ? DAG.getConstant(0, DL, MVT::v8i64) in lowerINT_TO_FP_vXi64() 18711 if (IsStrict) { in lowerINT_TO_FP_vXi64() 18722 if (IsStrict) in lowerINT_TO_FP_vXi64() 18744 if (IsStrict) { in lowerINT_TO_FP_vXi64() 18756 if (IsStrict) { in lowerINT_TO_FP_vXi64() [all …]
|
D | X86ISelDAGToDAG.cpp | 925 bool IsStrict = N->isStrictFPOpcode(); in PreprocessISelDAG() local 927 if (IsStrict) in PreprocessISelDAG()
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 787 bool Mock::IsStrict(void* mock_obj) in IsStrict() function in testing::Mock
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2322 bool IsStrict = Op->isStrictFPOpcode(); in LowerF128Call() local 2323 unsigned Offset = IsStrict ? 1 : 0; in LowerF128Call() 2324 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerF128Call() 2331 return IsStrict ? DAG.getMergeValues({Result, Chain}, dl) : Result; in LowerF128Call() 2528 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_ROUND() local 2529 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() 2542 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_ROUND() 2547 return IsStrict ? DAG.getMergeValues({Result, Chain}, dl) : Result; in LowerFP_ROUND() 2592 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 2593 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8250 bool IsStrict = Op->isStrictFPOpcode(); in convertFPToInt() local 8259 SDValue Src = Op.getOperand(IsStrict ? 1 : 0); in convertFPToInt() 8260 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in convertFPToInt() 8263 if (IsStrict) { in convertFPToInt() 8284 if (IsStrict) { in convertFPToInt() 8300 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INTForReuse() local 8311 SDValue Chain = IsStrict ? Tmp.getValue(1) : DAG.getEntryNode(); in LowerFP_TO_INTForReuse() 8354 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 8357 SDValue Src = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() 8383 if (IsStrict) { in LowerFP_TO_INT() [all …]
|
D | PPCISelDAGToDAG.cpp | 4014 bool IsStrict = N->isStrictFPOpcode(); in trySETCC() local 4016 cast<CondCodeSDNode>(N->getOperand(IsStrict ? 3 : 2))->get(); in trySETCC() 4020 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in trySETCC() 4022 SDValue LHS = N->getOperand(IsStrict ? 1 : 0); in trySETCC() 4023 SDValue RHS = N->getOperand(IsStrict ? 2 : 1); in trySETCC() 4025 if (!IsStrict && !Subtarget->useCRBits() && isInt32Immediate(RHS, Imm)) { in trySETCC() 4110 if (!IsStrict && LHS.getValueType().isVector()) { in trySETCC() 4139 if (IsStrict) in trySETCC()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2851 bool IsStrict = Op->isStrictFPOpcode(); in LowerF128Call() local 2852 unsigned Offset = IsStrict ? 1 : 0; in LowerF128Call() 2853 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerF128Call() 2860 return IsStrict ? DAG.getMergeValues({Result, Chain}, dl) : Result; in LowerF128Call() 3057 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_ROUND() local 3058 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() 3077 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_ROUND() 3082 return IsStrict ? DAG.getMergeValues({Result, Chain}, dl) : Result; in LowerFP_ROUND() 3137 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 3138 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1967 bool IsStrict, in mergeAvailabilityAttr() argument 2115 IsStrict, Replacement, in mergeAvailabilityAttr() 2145 bool IsStrict = Attr.getStrictLoc().isValid(); in handleAvailabilityAttr() local 2161 IsStrict, Replacement, in handleAvailabilityAttr() 2207 IsStrict, in handleAvailabilityAttr() 2232 IsStrict, in handleAvailabilityAttr()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 1082 bool IsStrict = N->isStrictFPOpcode(); in ReplaceNodeResults() local 1085 SDValue Op0 = IsStrict ? N->getOperand(1) : N->getOperand(0); in ReplaceNodeResults() 1102 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ReplaceNodeResults() 1107 if (IsStrict) in ReplaceNodeResults()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 413 static bool IsStrict(void* mock_obj)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5401 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 5402 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() 5415 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_TO_INT() 5419 return IsStrict ? DAG.getMergeValues({Result, Chain}, Loc) : Result; in LowerFP_TO_INT() 5423 if (IsStrict) { in LowerFP_TO_INT() 16375 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_EXTEND() local 16376 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_EXTEND() 16391 if (IsStrict) { in LowerFP_EXTEND() 16408 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_EXTEND() 16414 if (IsStrict) { in LowerFP_EXTEND() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2267 bool IsStrict, StringRef Replacement, AvailabilityMergeKind AMK, in mergeAvailabilityAttr() argument 2411 Message, IsStrict, Replacement, Priority); in mergeAvailabilityAttr() 2436 bool IsStrict = AL.getStrictLoc().isValid(); in handleAvailabilityAttr() local 2458 Obsoleted.Version, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2498 NewObsoleted, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2516 Deprecated.Version, Obsoleted.Version, IsUnavailable, Str, IsStrict, in handleAvailabilityAttr()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5648 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 5649 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() 5662 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_TO_INT() 5666 return IsStrict ? DAG.getMergeValues({Result, Chain}, Loc) : Result; in LowerFP_TO_INT() 5670 if (IsStrict) { in LowerFP_TO_INT() 18172 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_EXTEND() local 18173 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_EXTEND() 18188 if (IsStrict) { in LowerFP_EXTEND() 18205 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_EXTEND() 18211 if (IsStrict) { in LowerFP_EXTEND() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2171 bool IsStrict, StringRef Replacement,
|