Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h942 FP_TO_FP16, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h543 FP_TO_FP16, enumerator
H A DAMDGPUInstrInfo.td144 def AMDGPUfp_to_f16 : SDNode<"AMDGPUISD::FP_TO_FP16" , SDTFPToIntOp>;
H A DAMDGPUISelLowering.cpp458 setOperationAction(ISD::FP_TO_FP16, {MVT::f64, MVT::f32}, Custom); in AMDGPUTargetLowering()
1402 case ISD::FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation()
3527 return DAG.getNode(AMDGPUISD::FP_TO_FP16, DL, Op.getValueType(), N0); in LowerFP_TO_FP16()
5507 NODE_NAME_CASE(FP_TO_FP16) in getTargetNodeName()
5659 case AMDGPUISD::FP_TO_FP16: { in computeKnownBitsForTargetNode()
5828 case AMDGPUISD::FP_TO_FP16: in ComputeNumSignBitsForTargetNode()
H A DSIISelLowering.cpp573 setOperationAction(ISD::FP_TO_FP16, MVT::i16, Promote); in SITargetLowering()
574 AddPromotedToType(ISD::FP_TO_FP16, MVT::i16, MVT::i32); in SITargetLowering()
6686 SDValue FpToFp16 = DAG.getNode(ISD::FP_TO_FP16, DL, MVT::i32, Src); in lowerFP_ROUND()
12635 case ISD::FP_TO_FP16: in isCanonicalized()
12657 case AMDGPUISD::FP_TO_FP16: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1001 case ISD::FP_TO_FP16: // Same as FP_ROUND for softening purposes in SoftenFloatOperand()
1056 assert(N->getOpcode() == ISD::FP_ROUND || N->getOpcode() == ISD::FP_TO_FP16 || in SoftenFloatOp_FP_ROUND()
1067 if (N->getOpcode() == ISD::FP_TO_FP16 || in SoftenFloatOp_FP_ROUND()
2359 return ISD::FP_TO_FP16; in GetPromotionOpcode()
2582 case ISD::FP_TO_FP16: in PromoteFloatResult()
H A DSelectionDAGDumper.cpp402 case ISD::FP_TO_FP16: return "fp_to_fp16"; in getOperationName()
H A DLegalizeDAG.cpp1002 case ISD::FP_TO_FP16: in LegalizeOp()
3719 case ISD::FP_TO_FP16: in ExpandNode()
3725 TLI.isOperationLegalOrCustom(ISD::FP_TO_FP16, MVT::f32)) { in ExpandNode()
3732 DAG.getNode(ISD::FP_TO_FP16, dl, Node->getValueType(0), FloatVal)); in ExpandNode()
4791 case ISD::FP_TO_FP16: { in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp173 case ISD::FP_TO_FP16: in PromoteIntegerResult()
487 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
H A DSelectionDAG.cpp5924 case ISD::FP_TO_FP16: in getNode()
6525 case ISD::FP_TO_FP16: in FoldConstantArithmetic()
6530 (void)V.convert(Opcode == ISD::FP_TO_FP16 ? APFloat::IEEEhalf() in FoldConstantArithmetic()
H A DDAGCombiner.cpp1968 case ISD::FP_TO_FP16: return visitFP_TO_FP16(N); in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1700 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in SparcTargetLowering()
1702 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in SparcTargetLowering()
1704 setOperationAction(ISD::FP_TO_FP16, MVT::f128, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp121 ISD::FREM, ISD::FCOPYSIGN, ISD::FP16_TO_FP, ISD::FP_TO_FP16}; in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1810 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in HexagonTargetLowering()
1811 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp467 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in MipsTargetLowering()
469 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp144 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp184 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in LoongArchTargetLowering()
221 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp221 setOperationAction(ISD::FP_TO_FP16, FPVT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td565 def fp_to_f16 : SDNode<"ISD::FP_TO_FP16" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp544 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Custom); in RISCVTargetLowering()
592 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Custom); in RISCVTargetLowering()
6735 case ISD::FP_TO_FP16: { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp222 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in PPCTargetLowering()
225 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1484 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering()
1490 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp434 for (auto Op : {ISD::FP16_TO_FP, ISD::STRICT_FP16_TO_FP, ISD::FP_TO_FP16, in X86TargetLowering()
32408 case ISD::FP_TO_FP16: in LowerOperation()
57473 if (N->getOperand(0).getOpcode() != ISD::FP_TO_FP16) in combineFP16_TO_FP()