/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 326 STRICT_SINT_TO_FP, enumerator
|
/third_party/skia/third_party/externals/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()
|
D | TargetLowering.cpp | 6242 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/ |
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()
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenFastISel.inc | 4388 // 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/ |
D | X86GenFastISel.inc | 2207 // 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);
|