/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 941 FP16_TO_FP, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 400 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 119 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult() 2357 return ISD::FP16_TO_FP; in GetPromotionOpcode() 2581 case ISD::FP16_TO_FP: in PromoteFloatResult()
|
H A D | LegalizeDAG.cpp | 904 DAG.getNode(SVT == MVT::f16 ? ISD::FP16_TO_FP : ISD::BF16_TO_FP, in LegalizeLoadOps() 3693 case ISD::FP16_TO_FP: in ExpandNode() 3699 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode() 4765 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
|
H A D | LegalizeIntegerTypes.cpp | 1963 case ISD::FP16_TO_FP: in PromoteIntegerOperand() 3926 Op = DAG.getNode(OFPVT == MVT::f16 ? ISD::FP16_TO_FP : ISD::BF16_TO_FP, dl, in ExpandIntRes_FP_TO_XINT()
|
H A D | SelectionDAG.cpp | 5932 case ISD::FP16_TO_FP: in getNode() 6448 case ISD::FP16_TO_FP: in FoldConstantArithmetic() 6451 APFloat FPV(Opcode == ISD::FP16_TO_FP ? APFloat::IEEEhalf() in FoldConstantArithmetic()
|
H A D | DAGCombiner.cpp | 1969 case ISD::FP16_TO_FP: return visitFP16_TO_FP(N); in visit() 17980 if (N0.getOpcode() == ISD::FP16_TO_FP && in visitFP_EXTEND() 17981 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND() 17982 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0)); in visitFP_EXTEND() 26669 if (N0->getOpcode() == ISD::FP16_TO_FP) in visitFP_TO_FP16() 26677 assert((Op == ISD::FP16_TO_FP || Op == ISD::BF16_TO_FP) && in visitFP16_TO_FP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 457 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering() 2555 case ISD::FP16_TO_FP: in valueIsKnownNeverF32Denorm() 3649 (SrcVT == MVT::f32 && Src.getOpcode() == ISD::FP16_TO_FP)) { in LowerFP_TO_INT() 4927 case ISD::FP16_TO_FP: { in performFNegCombine() 4939 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFNeg); in performFNegCombine() 5016 case ISD::FP16_TO_FP: { in performFAbsCombine() 5025 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFAbs); in performFAbsCombine()
|
H A D | SIISelLowering.cpp | 571 setOperationAction(ISD::FP16_TO_FP, MVT::i16, Promote); in SITargetLowering() 572 AddPromotedToType(ISD::FP16_TO_FP, MVT::i16, MVT::i32); in SITargetLowering() 12634 case ISD::FP16_TO_FP: in isCanonicalized()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1699 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in SparcTargetLowering() 1701 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in SparcTargetLowering() 1703 setOperationAction(ISD::FP16_TO_FP, MVT::f128, Expand); in SparcTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 121 ISD::FREM, ISD::FCOPYSIGN, ISD::FP16_TO_FP, ISD::FP_TO_FP16}; in CSKYTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1808 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in HexagonTargetLowering() 1809 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in HexagonTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 466 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in MipsTargetLowering() 468 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in MipsTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 143 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 183 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in LoongArchTargetLowering() 220 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in LoongArchTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 220 setOperationAction(ISD::FP16_TO_FP, FPVT, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 564 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 545 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Custom); in RISCVTargetLowering() 593 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in RISCVTargetLowering() 6749 case ISD::FP16_TO_FP: { in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 221 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in PPCTargetLowering() 224 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in PPCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1483 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering() 1489 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 434 for (auto Op : {ISD::FP16_TO_FP, ISD::STRICT_FP16_TO_FP, ISD::FP_TO_FP16, in X86TargetLowering() 2559 ISD::FP16_TO_FP, in X86TargetLowering() 32406 case ISD::FP16_TO_FP: in LowerOperation() 57926 case ISD::FP16_TO_FP: return combineFP16_TO_FP(N, DAG, Subtarget); in PerformDAGCombine()
|