| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 173 if (IsStrict) in SoftenFloatRes_Unary() 194 if (IsStrict) in SoftenFloatRes_Binary() 453 if (IsStrict) in SoftenFloatRes_FMA() 522 if (IsStrict) in SoftenFloatRes_FP_EXTEND() 559 if (IsStrict) in SoftenFloatRes_FP_ROUND() 607 if (IsStrict) in SoftenFloatRes_FPOWI() 788 if (IsStrict) in SoftenFloatRes_XINT_TO_FP() 1288 if (IsStrict) in ExpandFloatRes_Unary() 1303 if (IsStrict) in ExpandFloatRes_Binary() 1454 if (IsStrict) in ExpandFloatRes_FMA() [all …]
|
| H A D | LegalizeVectorOps.cpp | 640 bool IsStrict = Node->isStrictFPOpcode(); in PromoteINT_TO_FP() local 641 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType(); in PromoteINT_TO_FP() 660 if (IsStrict) { in PromoteINT_TO_FP() 681 bool IsStrict = Node->isStrictFPOpcode(); in PromoteFP_TO_INT() local 698 if (IsStrict) { in PromoteFP_TO_INT() 718 if (IsStrict) in PromoteFP_TO_INT() 1242 bool IsStrict = Node->isStrictFPOpcode(); in ExpandUINT_TO_FLOAT() local 1243 unsigned OpNo = IsStrict ? 1 : 0; in ExpandUINT_TO_FLOAT() 1253 if (IsStrict) in ExpandUINT_TO_FLOAT() 1264 if (IsStrict) { in ExpandUINT_TO_FLOAT() [all …]
|
| H A D | LegalizeDAG.cpp | 2501 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalINT_TO_FP() local 2538 if (IsStrict) { in PromoteLegalINT_TO_FP() 2562 bool IsStrict = N->isStrictFPOpcode(); in PromoteLegalFP_TO_INT() local 2593 if (IsStrict) { in PromoteLegalFP_TO_INT() 2603 if (IsStrict) in PromoteLegalFP_TO_INT() 3564 unsigned Offset = IsStrict ? 1 : 0; in ExpandNode() 3585 if (IsStrict) in ExpandNode() 4156 bool IsStrict = Node->isStrictFPOpcode(); in ConvertNodeToLibcall() local 4188 if (IsStrict) in ConvertNodeToLibcall() 4229 if (IsStrict) in ConvertNodeToLibcall() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 3080 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_SINT() local 3082 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_SINT() 3100 if (IsStrict) in ExpandIntRes_FP_TO_SINT() 3109 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntRes_FP_TO_UINT() local 3111 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntRes_FP_TO_UINT() 3128 if (IsStrict) in ExpandIntRes_FP_TO_UINT() 4536 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntOp_SINT_TO_FP() local 4538 SDValue Op = N->getOperand(IsStrict ? 1 : 0); in ExpandIntOp_SINT_TO_FP() 4548 if (!IsStrict) in ExpandIntOp_SINT_TO_FP() 4656 bool IsStrict = N->isStrictFPOpcode(); in ExpandIntOp_UINT_TO_FP() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19803 if (IsStrict) { in LowerI64IntToFP_AVX512DQ() 19969 if (IsStrict) in lowerINT_TO_FP_vXi64() 20003 if (IsStrict) { in lowerINT_TO_FP_vXi64() 20015 if (IsStrict) in lowerINT_TO_FP_vXi64() 20074 if (IsStrict) in LowerSINT_TO_FP() 20103 if (IsStrict) in LowerSINT_TO_FP() 20326 if (IsStrict) in lowerUINT_TO_FP_v2i32() 21833 if (IsStrict) in LowerFP_EXTEND() 21872 if (IsStrict) in LowerFP16_TO_FP() 21904 if (IsStrict) in LowerFP_TO_FP16() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 1097 bool IsStrict = N->isStrictFPOpcode(); in PreprocessISelDAG() local 1099 if (IsStrict) in PreprocessISelDAG()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3468 if (IsStrict) in LowerSETCC() 8001 if (IsStrict) { in convertFPToInt() 8022 if (IsStrict) { in convertFPToInt() 8121 if (IsStrict) { in LowerFP_TO_INT() 8137 if (IsStrict) { in LowerFP_TO_INT() 8426 if (IsStrict) in LowerINT_TO_FPVector() 8464 if (IsStrict) in LowerINT_TO_FP() 8595 if (IsStrict) in LowerINT_TO_FP() 8599 if (IsStrict) in LowerINT_TO_FP() 8677 if (IsStrict) in LowerINT_TO_FP() [all …]
|
| H A D | PPCISelDAGToDAG.cpp | 4290 bool IsStrict = N->isStrictFPOpcode(); in trySETCC() local 4292 cast<CondCodeSDNode>(N->getOperand(IsStrict ? 3 : 2))->get(); in trySETCC() 4296 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in trySETCC() 4298 SDValue LHS = N->getOperand(IsStrict ? 1 : 0); in trySETCC() 4299 SDValue RHS = N->getOperand(IsStrict ? 2 : 1); in trySETCC() 4301 if (!IsStrict && !Subtarget->useCRBits() && isInt32Immediate(RHS, Imm)) { in trySETCC() 4386 if (!IsStrict && LHS.getValueType().isVector()) { in trySETCC() 4415 if (IsStrict) in trySETCC()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2289 bool IsStrict, StringRef Replacement, AvailabilityMergeKind AMK, in mergeAvailabilityAttr() argument 2442 Message, IsStrict, Replacement, Priority); in mergeAvailabilityAttr() 2474 bool IsStrict = AL.getStrictLoc().isValid(); in handleAvailabilityAttr() local 2496 Obsoleted.Version, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2536 NewObsoleted, IsUnavailable, Str, IsStrict, Replacement, in handleAvailabilityAttr() 2554 Deprecated.Version, Obsoleted.Version, IsUnavailable, Str, IsStrict, in handleAvailabilityAttr() 2588 IsStrict, Replacement, Sema::AMK_None, in handleAvailabilityAttr() 2629 IsStrict, Replacement, Sema::AMK_None, in handleAvailabilityAttr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3278 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_ROUND() local 3279 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() 3352 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 3353 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() 3467 bool IsStrict = Op->isStrictFPOpcode(); in LowerINT_TO_FP() local 3468 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerINT_TO_FP() 7200 bool IsStrict = Op->isStrictFPOpcode(); in LowerSETCC() local 7202 unsigned OpNo = IsStrict ? 1 : 0; in LowerSETCC() 7204 if (IsStrict) in LowerSETCC() 7239 return IsStrict ? DAG.getMergeValues({Res, Chain}, dl) : Res; in LowerSETCC() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 5780 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_TO_INT() local 5781 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_TO_INT() 5802 if (IsStrict) { in LowerFP_TO_INT() 19581 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_EXTEND() local 19582 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_EXTEND() 19597 if (IsStrict) { in LowerFP_EXTEND() 19614 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue(); in LowerFP_EXTEND() 19620 if (IsStrict) { in LowerFP_EXTEND() 19640 bool IsStrict = Op->isStrictFPOpcode(); in LowerFP_ROUND() local 19642 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0); in LowerFP_ROUND() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 4883 bool IsStrict = N->isStrictFPOpcode(); in ReplaceNodeResults() local 4886 SDValue Op0 = IsStrict ? N->getOperand(1) : N->getOperand(0); in ReplaceNodeResults() 4890 if (IsStrict) in ReplaceNodeResults() 4911 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue(); in ReplaceNodeResults() 4916 if (IsStrict) in ReplaceNodeResults()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3331 StringRef Message, bool IsStrict, StringRef Replacement,
|