Home
last modified time | relevance | path

Searched refs:FP16_TO_FP (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp105 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult()
2045 return ISD::FP16_TO_FP; in GetPromotionOpcode()
2196 case ISD::FP16_TO_FP: in PromoteFloatResult()
2712 Op0 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op0); in SoftPromoteHalfRes_FMAD()
2713 Op1 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op1); in SoftPromoteHalfRes_FMAD()
2714 Op2 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op2); in SoftPromoteHalfRes_FMAD()
2728 Op0 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op0); in SoftPromoteHalfRes_FPOWI()
2799 Op = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op); in SoftPromoteHalfRes_UnaryOp()
2814 Op0 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op0); in SoftPromoteHalfRes_BinOp()
2815 Op1 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op1); in SoftPromoteHalfRes_BinOp()
[all …]
DSelectionDAGDumper.cpp353 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
DLegalizeDAG.cpp908 Value = DAG.getNode(ISD::FP16_TO_FP, dl, DestVT, Result); in LegalizeLoadOps()
3345 case ISD::FP16_TO_FP: in ExpandNode()
3351 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode()
4308 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp1484 case ISD::FP16_TO_FP: in PromoteIntegerOperand()
3010 Op = DAG.getNode(ISD::FP16_TO_FP, dl, NFPVT, Op); in ExpandIntRes_FP_TO_SINT()
3039 Op = DAG.getNode(ISD::FP16_TO_FP, dl, NFPVT, Op); in ExpandIntRes_FP_TO_UINT()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h518 FP16_TO_FP, FP_TO_FP16, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h635 FP16_TO_FP, FP_TO_FP16, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h785 FP16_TO_FP, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp260 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
DLegalizeFloatTypes.cpp96 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult()
838 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), RVT, Op); in SoftenFloatOp_FP_EXTEND()
1725 return ISD::FP16_TO_FP; in GetPromotionOpcode()
1857 case ISD::FP16_TO_FP: in PromoteFloatResult()
DLegalizeDAG.cpp873 Value = DAG.getNode(ISD::FP16_TO_FP, dl, DestVT, Result); in LegalizeLoadOps()
3168 case ISD::FP16_TO_FP: in ExpandNode()
3174 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode()
3925 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
DDAGCombiner.cpp1443 case ISD::FP16_TO_FP: return visitFP16_TO_FP(N); in visit()
9220 if (N0.getOpcode() == ISD::FP16_TO_FP && in visitFP_EXTEND()
9221 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND()
9222 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0)); in visitFP_EXTEND()
13817 if (N0->getOpcode() == ISD::FP16_TO_FP) in visitFP_TO_FP16()
13830 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), N->getValueType(0), in visitFP16_TO_FP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp343 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
DLegalizeFloatTypes.cpp105 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult()
1939 return ISD::FP16_TO_FP; in GetPromotionOpcode()
2090 case ISD::FP16_TO_FP: in PromoteFloatResult()
DLegalizeDAG.cpp909 Value = DAG.getNode(ISD::FP16_TO_FP, dl, DestVT, Result); in LegalizeLoadOps()
3211 case ISD::FP16_TO_FP: in ExpandNode()
3217 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode()
4130 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp361 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering()
2715 (SrcVT == MVT::f32 && Src.getOpcode() == ISD::FP16_TO_FP)) { in LowerFP_TO_SINT()
2736 (SrcVT == MVT::f32 && Src.getOpcode() == ISD::FP16_TO_FP)) { in LowerFP_TO_UINT()
3833 case ISD::FP16_TO_FP: { in performFNegCombine()
3845 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFNeg); in performFNegCombine()
3861 case ISD::FP16_TO_FP: { in performFAbsCombine()
3870 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFAbs); in performFAbsCombine()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1478 ISD::FP16_TO_FP, 0),
1480 ISD::FP16_TO_FP, 0),
1482 ISD::FP16_TO_FP, 0),
DX86InstrFragmentsSIMD.td555 def X86cvtph2ps : SDNode<"ISD::FP16_TO_FP",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp301 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering()
3846 case ISD::FP16_TO_FP: { in performFNegCombine()
3858 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFNeg); in performFNegCombine()
3874 case ISD::FP16_TO_FP: { in performFAbsCombine()
3883 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFAbs); in performFAbsCombine()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp207 setOperationAction(ISD::FP16_TO_FP, FPVT, Expand); in initSPUActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp105 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1522 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in SparcTargetLowering()
1524 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in SparcTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td463 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp105 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp374 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in MipsTargetLowering()
376 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in MipsTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp452 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in MipsTargetLowering()
454 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in MipsTargetLowering()

12