/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 326 STRICT_SINT_TO_FP, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 429 STRICT_SINT_TO_FP, enumerator
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 342 if (Op.getOpcode() == ISD::STRICT_SINT_TO_FP || in LegalizeOp() 567 case ISD::STRICT_SINT_TO_FP: in Promote() 1237 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT() 1273 SDValue fHI = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL, in ExpandUINT_TO_FLOAT() 1278 SDValue fLO = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL, in ExpandUINT_TO_FLOAT()
|
D | LegalizeDAG.cpp | 1012 case ISD::STRICT_SINT_TO_FP: in LegalizeOp() 2403 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() 2513 Fast = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DestVT, MVT::Other }, in ExpandLegalINT_TO_FP() 2544 Tmp1 = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DestVT, MVT::Other }, in ExpandLegalINT_TO_FP() 2612 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in PromoteLegalINT_TO_FP() 2616 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP() 3110 case ISD::STRICT_SINT_TO_FP: in ExpandNode() 4432 Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in PromoteNode() 4497 case ISD::STRICT_SINT_TO_FP: in PromoteNode()
|
D | SelectionDAGDumper.cpp | 344 case ISD::STRICT_SINT_TO_FP: return "strict_sint_to_fp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 131 case ISD::STRICT_SINT_TO_FP: in SoftenFloatResult() 750 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() 1223 case ISD::STRICT_SINT_TO_FP: in ExpandFloatResult() 1627 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in ExpandFloatRes_XINT_TO_FP()
|
D | LegalizeVectorTypes.cpp | 583 case ISD::STRICT_SINT_TO_FP: in ScalarizeVectorOperand() 2088 case ISD::STRICT_SINT_TO_FP: in SplitVectorOperand() 3210 case ISD::STRICT_SINT_TO_FP: in WidenVecRes_StrictFP() 4382 case ISD::STRICT_SINT_TO_FP: in WidenVectorOperand()
|
D | SelectionDAGISel.cpp | 1156 case ISD::STRICT_SINT_TO_FP: in DoInstructionSelection()
|
D | LegalizeIntegerTypes.cpp | 1472 case ISD::STRICT_SINT_TO_FP: Res = PromoteIntOp_STRICT_SINT_TO_FP(N); break; in PromoteIntegerOperand() 4149 case ISD::STRICT_SINT_TO_FP: in ExpandIntegerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 346 if (Op.getOpcode() == ISD::STRICT_SINT_TO_FP || in LegalizeOp() 561 case ISD::STRICT_SINT_TO_FP: in Promote() 1338 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT() 1374 SDValue fHI = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL, in ExpandUINT_TO_FLOAT() 1379 SDValue fLO = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL, in ExpandUINT_TO_FLOAT()
|
D | LegalizeDAG.cpp | 1012 case ISD::STRICT_SINT_TO_FP: in LegalizeOp() 2346 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() 2427 Tmp1 = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DestVT, MVT::Other }, in ExpandLegalINT_TO_FP() 2495 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in PromoteLegalINT_TO_FP() 2499 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP() 2969 case ISD::STRICT_SINT_TO_FP: in ExpandNode() 4230 Node->getOpcode() == ISD::STRICT_SINT_TO_FP) in PromoteNode() 4288 case ISD::STRICT_SINT_TO_FP: in PromoteNode()
|
D | SelectionDAGDumper.cpp | 334 case ISD::STRICT_SINT_TO_FP: return "strict_sint_to_fp"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 577 case ISD::STRICT_SINT_TO_FP: in ScalarizeVectorOperand() 1951 case ISD::STRICT_SINT_TO_FP: in SplitVectorOperand() 3053 case ISD::STRICT_SINT_TO_FP: in WidenVecRes_StrictFP() 4218 case ISD::STRICT_SINT_TO_FP: in WidenVectorOperand()
|
D | LegalizeFloatTypes.cpp | 128 case ISD::STRICT_SINT_TO_FP: in SoftenFloatResult() 722 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP()
|
D | LegalizeIntegerTypes.cpp | 1272 case ISD::STRICT_SINT_TO_FP: Res = PromoteIntOp_STRICT_SINT_TO_FP(N); break; in PromoteIntegerOperand() 3768 case ISD::STRICT_SINT_TO_FP: in ExpandIntegerOperand()
|
D | SelectionDAGISel.cpp | 1167 case ISD::STRICT_SINT_TO_FP: in DoInstructionSelection()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 224 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering() 225 AddPromotedToType(ISD::STRICT_SINT_TO_FP, MVT::i1, in PPCTargetLowering() 252 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 473 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Legal); in PPCTargetLowering() 484 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering() 617 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering() 630 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering() 648 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering() 658 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering() 844 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 224 setOperationAction(ISD::STRICT_SINT_TO_FP, VT, Legal); in SystemZTargetLowering() 412 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering() 413 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering() 432 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering() 433 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 228 setOperationAction(ISD::STRICT_SINT_TO_FP, VT, Legal); in SystemZTargetLowering() 417 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering() 418 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering() 437 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering() 438 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 234 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i8, Promote); in X86TargetLowering() 238 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i16, Custom); in X86TargetLowering() 241 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 245 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() 980 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in X86TargetLowering() 982 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering() 992 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering() 1128 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering() 1188 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v8i32, Legal); in X86TargetLowering() 1479 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v16i32, Legal); in X86TargetLowering() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 231 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i8, Promote); in X86TargetLowering() 235 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i16, Custom); in X86TargetLowering() 238 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 242 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() 987 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in X86TargetLowering() 989 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering() 999 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering() 1143 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering() 1212 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v8i32, Legal); in X86TargetLowering() 1516 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v16i32, Legal); in X86TargetLowering() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 299 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering() 300 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering() 301 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering() 2680 Op.getOpcode() == ISD::STRICT_SINT_TO_FP) in LowerINT_TO_FP() 3250 case ISD::STRICT_SINT_TO_FP: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 549 def strict_sint_to_fp : SDNode<"ISD::STRICT_SINT_TO_FP",
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 556 def strict_sint_to_fp : SDNode<"ISD::STRICT_SINT_TO_FP",
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 421 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering() 422 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering() 423 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering() 3235 Op.getOpcode() == ISD::STRICT_SINT_TO_FP) in LowerINT_TO_FP() 4258 case ISD::STRICT_SINT_TO_FP: in LowerOperation()
|