Home
last modified time | relevance | path

Searched refs:FP_TO_FP16 (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h635 FP16_TO_FP, FP_TO_FP16, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h463 FP_TO_FP16, enumerator
DAMDGPUInstrInfo.td140 def AMDGPUfp_to_f16 : SDNode<"AMDGPUISD::FP_TO_FP16" , SDTFPToIntOp>;
DAMDGPUISelLowering.cpp302 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Custom); in AMDGPUTargetLowering()
303 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Custom); in AMDGPUTargetLowering()
1150 case ISD::FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation()
2616 return DAG.getNode(AMDGPUISD::FP_TO_FP16, DL, Op.getValueType(), N0); in LowerFP_TO_FP16()
4320 NODE_NAME_CASE(FP_TO_FP16) in getTargetNodeName()
4454 case AMDGPUISD::FP_TO_FP16: in computeKnownBitsForTargetNode()
4602 case AMDGPUISD::FP_TO_FP16: in ComputeNumSignBitsForTargetNode()
DSIISelLowering.cpp485 setOperationAction(ISD::FP_TO_FP16, MVT::i16, Promote); in SITargetLowering()
486 AddPromotedToType(ISD::FP_TO_FP16, MVT::i16, MVT::i32); in SITargetLowering()
4600 SDValue FpToFp16 = DAG.getNode(ISD::FP_TO_FP16, DL, MVT::i32, Src); in lowerFP_ROUND()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp777 case ISD::FP_TO_FP16: // Same as FP_ROUND for softening purposes in SoftenFloatOperand()
824 assert(N->getOpcode() == ISD::FP_ROUND || N->getOpcode() == ISD::FP_TO_FP16 || in SoftenFloatOp_FP_ROUND()
831 EVT FloatRVT = N->getOpcode() == ISD::FP_TO_FP16 ? MVT::f16 : RVT; in SoftenFloatOp_FP_ROUND()
1941 return ISD::FP_TO_FP16; in GetPromotionOpcode()
2091 case ISD::FP_TO_FP16: in PromoteFloatResult()
DSelectionDAGDumper.cpp344 case ISD::FP_TO_FP16: return "fp_to_fp16"; in getOperationName()
DLegalizeDAG.cpp1001 case ISD::FP_TO_FP16: in LegalizeOp()
3222 case ISD::FP_TO_FP16: in ExpandNode()
3228 TLI.isOperationLegalOrCustom(ISD::FP_TO_FP16, MVT::f32)) { in ExpandNode()
3234 DAG.getNode(ISD::FP_TO_FP16, dl, Node->getValueType(0), FloatVal)); in ExpandNode()
4135 case ISD::FP_TO_FP16: { in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp124 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult()
309 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
DSelectionDAG.cpp4508 case ISD::FP_TO_FP16: { in getNode()
DDAGCombiner.cpp1611 case ISD::FP_TO_FP16: return visitFP_TO_FP16(N); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp106 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp453 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in MipsTargetLowering()
455 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in MipsTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td483 def fp_to_f16 : SDNode<"ISD::FP_TO_FP16" , SDTFPToIntOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp165 ISD::FP_TO_FP16}; in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1349 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering()
1355 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp367 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in X86TargetLowering()
374 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in X86TargetLowering()
375 setOperationAction(ISD::FP_TO_FP16, MVT::f80, Expand); in X86TargetLowering()
376 setOperationAction(ISD::FP_TO_FP16, MVT::f128, Expand); in X86TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc50821 /*109935*/ /*SwitchOpcode*/ 67, TARGET_VAL(ISD::FP_TO_FP16),// ->110005