| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 436 STRICT_UINT_TO_FP, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 344 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LegalizeOp() 579 case ISD::STRICT_UINT_TO_FP: in Promote() 650 Node->getOpcode() == ISD::STRICT_UINT_TO_FP) in PromoteINT_TO_FP() 1436 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP) { in ExpandStrictFPOp()
|
| D | LegalizeDAG.cpp | 1015 case ISD::STRICT_UINT_TO_FP: in LegalizeOp() 2506 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP() 2907 case ISD::STRICT_UINT_TO_FP: in ExpandNode() 3816 case ISD::STRICT_UINT_TO_FP: in ExpandNode() 4152 case ISD::STRICT_UINT_TO_FP: in ConvertNodeToLibcall() 4371 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP || in PromoteNode() 4440 case ISD::STRICT_UINT_TO_FP: in PromoteNode()
|
| D | SelectionDAGDumper.cpp | 351 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
|
| D | LegalizeVectorTypes.cpp | 618 case ISD::STRICT_UINT_TO_FP: in ScalarizeVectorOperand() 2185 case ISD::STRICT_UINT_TO_FP: in SplitVectorOperand() 3360 case ISD::STRICT_UINT_TO_FP: in WidenVecRes_StrictFP() 4568 case ISD::STRICT_UINT_TO_FP: in WidenVectorOperand()
|
| D | LegalizeFloatTypes.cpp | 135 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult() 1251 case ISD::STRICT_UINT_TO_FP: in ExpandFloatResult()
|
| D | SelectionDAGISel.cpp | 1174 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
|
| D | LegalizeIntegerTypes.cpp | 1523 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break; in PromoteIntegerOperand() 4261 case ISD::STRICT_UINT_TO_FP: in ExpandIntegerOperand()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 239 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering() 240 AddPromotedToType(ISD::STRICT_UINT_TO_FP, MVT::i1, in PPCTargetLowering() 265 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 490 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Legal); in PPCTargetLowering() 505 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering() 641 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in PPCTargetLowering() 672 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering() 682 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering() 868 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering() 1052 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in PPCTargetLowering() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 230 setOperationAction(ISD::STRICT_UINT_TO_FP, VT, Legal); in SystemZTargetLowering() 270 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering() 271 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering() 422 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering() 423 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering() 442 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering() 443 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 232 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i8, Promote); in X86TargetLowering() 234 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i16, Promote); in X86TargetLowering() 238 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 242 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() 1036 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering() 1039 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Custom); in X86TargetLowering() 1045 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering() 1183 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering() 1391 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v8i32, Custom); in X86TargetLowering() 1557 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v16i32, Legal); in X86TargetLowering() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 579 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 471 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering() 472 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering() 473 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering() 4871 case ISD::STRICT_UINT_TO_FP: in LowerOperation()
|