Home
last modified time | relevance | path

Searched refs:STRICT_SINT_TO_FP (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h326 STRICT_SINT_TO_FP, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp346 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()
DLegalizeDAG.cpp1012 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()
DSelectionDAGDumper.cpp334 case ISD::STRICT_SINT_TO_FP: return "strict_sint_to_fp"; in getOperationName()
DLegalizeVectorTypes.cpp577 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()
DLegalizeFloatTypes.cpp128 case ISD::STRICT_SINT_TO_FP: in SoftenFloatResult()
722 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP()
DLegalizeIntegerTypes.cpp1272 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()
DSelectionDAGISel.cpp1167 case ISD::STRICT_SINT_TO_FP: in DoInstructionSelection()
DTargetLowering.cpp6242 Fast = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DstVT, MVT::Other }, in expandUINT_TO_FP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp224 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp234 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp299 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td549 def strict_sint_to_fp : SDNode<"ISD::STRICT_SINT_TO_FP",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenFastISel.inc4388 // FastEmit functions for ISD::STRICT_SINT_TO_FP.
4749 case ISD::STRICT_SINT_TO_FP: return fastEmit_ISD_STRICT_SINT_TO_FP_r(VT, RetVT, Op0, Op0IsKill);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc2207 // FastEmit functions for ISD::STRICT_SINT_TO_FP.
6886 case ISD::STRICT_SINT_TO_FP: return fastEmit_ISD_STRICT_SINT_TO_FP_r(VT, RetVT, Op0, Op0IsKill);