/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 327 STRICT_UINT_TO_FP, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 430 STRICT_UINT_TO_FP, enumerator
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 343 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()
|
D | SelectionDAGDumper.cpp | 346 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
|
D | LegalizeDAG.cpp | 1013 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()
|
D | LegalizeVectorTypes.cpp | 584 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()
|
D | LegalizeFloatTypes.cpp | 132 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult() 1224 case ISD::STRICT_UINT_TO_FP: in ExpandFloatResult()
|
D | SelectionDAGISel.cpp | 1157 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
|
D | LegalizeIntegerTypes.cpp | 1486 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/ |
D | LegalizeVectorOps.cpp | 347 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()
|
D | SelectionDAGDumper.cpp | 336 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
|
D | LegalizeDAG.cpp | 1013 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()
|
D | LegalizeVectorTypes.cpp | 578 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()
|
D | LegalizeIntegerTypes.cpp | 1286 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()
|
D | SelectionDAGISel.cpp | 1168 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
|
D | LegalizeFloatTypes.cpp | 129 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 227 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/ |
D | SystemZISelLowering.cpp | 226 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/ |
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() 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/ |
D | X86ISelLowering.cpp | 219 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/ |
D | X86ISelLowering.cpp | 216 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/ |
D | TargetSelectionDAG.td | 551 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 558 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 305 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/ |
D | AArch64ISelLowering.cpp | 427 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()
|