Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h518 FP16_TO_FP, FP_TO_FP16, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h551 FP16_TO_FP, FP_TO_FP16, 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()
DLegalizeIntegerTypes.cpp913 case ISD::FP16_TO_FP: in PromoteIntegerOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp96 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult()
853 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), RVT, Op); in SoftenFloatOp_FP_EXTEND()
1742 return ISD::FP16_TO_FP; in GetPromotionOpcode()
1875 case ISD::FP16_TO_FP: in PromoteFloatResult()
DSelectionDAGDumper.cpp303 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
DLegalizeDAG.cpp900 Value = DAG.getNode(ISD::FP16_TO_FP, dl, DestVT, Result); in LegalizeLoadOps()
3275 case ISD::FP16_TO_FP: in ExpandNode()
3281 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode()
4211 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
DDAGCombiner.cpp1598 case ISD::FP16_TO_FP: return visitFP16_TO_FP(N); in visit()
11776 if (N0.getOpcode() == ISD::FP16_TO_FP && in visitFP_EXTEND()
11777 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND()
11778 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0)); in visitFP_EXTEND()
17420 if (N0->getOpcode() == ISD::FP16_TO_FP) in visitFP_TO_FP16()
17433 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), N->getValueType(0), in visitFP16_TO_FP()
DLegalizeIntegerTypes.cpp950 case ISD::FP16_TO_FP: in PromoteIntegerOperand()
DSelectionDAG.cpp3826 case ISD::FP16_TO_FP: { in getNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp343 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering()
3635 case ISD::FP16_TO_FP: { in performFNegCombine()
3647 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFNeg); in performFNegCombine()
3663 case ISD::FP16_TO_FP: { in performFAbsCombine()
3672 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFAbs); in performFAbsCombine()
DSIISelLowering.cpp436 setOperationAction(ISD::FP16_TO_FP, MVT::i16, Promote); in SITargetLowering()
437 AddPromotedToType(ISD::FP16_TO_FP, MVT::i16, MVT::i32); in SITargetLowering()
/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-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp100 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td463 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
/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-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp451 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in MipsTargetLowering()
453 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in MipsTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td445 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp289 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp959 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering()
965 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1091 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering()
1097 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()

12