Home
last modified time | relevance | path

Searched refs:STRICT_UINT_TO_FP (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h327 STRICT_UINT_TO_FP, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h430 STRICT_UINT_TO_FP, enumerator
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp343 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LegalizeOp()
568 case ISD::STRICT_UINT_TO_FP: in Promote()
639 Node->getOpcode() == ISD::STRICT_UINT_TO_FP) in PromoteINT_TO_FP()
1368 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP) { in ExpandStrictFPOp()
DSelectionDAGDumper.cpp346 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
DLegalizeDAG.cpp1013 case ISD::STRICT_UINT_TO_FP: in LegalizeOp()
2615 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP()
3101 case ISD::STRICT_UINT_TO_FP: in ExpandNode()
4431 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP || in PromoteNode()
4495 case ISD::STRICT_UINT_TO_FP: in PromoteNode()
DLegalizeVectorTypes.cpp584 case ISD::STRICT_UINT_TO_FP: in ScalarizeVectorOperand()
2089 case ISD::STRICT_UINT_TO_FP: in SplitVectorOperand()
3211 case ISD::STRICT_UINT_TO_FP: in WidenVecRes_StrictFP()
4384 case ISD::STRICT_UINT_TO_FP: in WidenVectorOperand()
DLegalizeFloatTypes.cpp132 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult()
1224 case ISD::STRICT_UINT_TO_FP: in ExpandFloatResult()
DSelectionDAGISel.cpp1157 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
DLegalizeIntegerTypes.cpp1486 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break; in PromoteIntegerOperand()
4153 case ISD::STRICT_UINT_TO_FP: in ExpandIntegerOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp347 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LegalizeOp()
562 case ISD::STRICT_UINT_TO_FP: in Promote()
633 Node->getOpcode() == ISD::STRICT_UINT_TO_FP) in PromoteINT_TO_FP()
1469 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP) { in ExpandStrictFPOp()
DSelectionDAGDumper.cpp336 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
DLegalizeDAG.cpp1013 case ISD::STRICT_UINT_TO_FP: in LegalizeOp()
2498 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP()
2960 case ISD::STRICT_UINT_TO_FP: in ExpandNode()
4229 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP || in PromoteNode()
4286 case ISD::STRICT_UINT_TO_FP: in PromoteNode()
DLegalizeVectorTypes.cpp578 case ISD::STRICT_UINT_TO_FP: in ScalarizeVectorOperand()
1952 case ISD::STRICT_UINT_TO_FP: in SplitVectorOperand()
3054 case ISD::STRICT_UINT_TO_FP: in WidenVecRes_StrictFP()
4220 case ISD::STRICT_UINT_TO_FP: in WidenVectorOperand()
DLegalizeIntegerTypes.cpp1286 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break; in PromoteIntegerOperand()
3772 case ISD::STRICT_UINT_TO_FP: in ExpandIntegerOperand()
DSelectionDAGISel.cpp1168 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
DLegalizeFloatTypes.cpp129 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp227 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering()
228 AddPromotedToType(ISD::STRICT_UINT_TO_FP, MVT::i1, in PPCTargetLowering()
253 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
474 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Legal); in PPCTargetLowering()
485 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering()
618 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in PPCTargetLowering()
649 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering()
659 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering()
845 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering()
1028 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in PPCTargetLowering()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp226 setOperationAction(ISD::STRICT_UINT_TO_FP, VT, Legal); in SystemZTargetLowering()
266 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering()
267 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering()
414 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
415 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
434 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
435 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp230 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()
419 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
420 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
439 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
440 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp219 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i8, Promote); in X86TargetLowering()
221 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i16, Promote); in X86TargetLowering()
225 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
229 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
985 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering()
988 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Custom); in X86TargetLowering()
994 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering()
1124 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering()
1315 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v8i32, Custom); in X86TargetLowering()
1480 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v16i32, Legal); in X86TargetLowering()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp216 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i8, Promote); in X86TargetLowering()
218 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i16, Promote); in X86TargetLowering()
222 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
226 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
992 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering()
995 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Custom); in X86TargetLowering()
1001 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering()
1139 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering()
1343 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v8i32, Custom); in X86TargetLowering()
1517 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v16i32, Legal); in X86TargetLowering()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td551 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td558 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp305 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering()
306 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering()
307 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
3251 case ISD::STRICT_UINT_TO_FP: in LowerOperation()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp427 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering()
428 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering()
429 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
4259 case ISD::STRICT_UINT_TO_FP: in LowerOperation()

12