Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h518 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/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/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/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()