Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h509 FP16_TO_FP, FP_TO_FP16, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp486 return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, Op); in SoftenFloatRes_FP_ROUND()
598 return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, N->getOperand(0)); in SoftenFloatRes_FTRUNC()
740 case ISD::FP_TO_FP16: // Same as FP_ROUND for softening purposes in SoftenFloatOperand()
832 assert(N->getOpcode() == ISD::FP_ROUND || N->getOpcode() == ISD::FP_TO_FP16); in SoftenFloatOp_FP_ROUND()
836 EVT FloatRVT = N->getOpcode() == ISD::FP_TO_FP16 ? MVT::f16 : RVT; in SoftenFloatOp_FP_ROUND()
1709 return ISD::FP_TO_FP16; in GetPromotionOpcode()
1840 case ISD::FP_TO_FP16: in PromoteFloatResult()
DSelectionDAGDumper.cpp260 case ISD::FP_TO_FP16: return "fp_to_fp16"; in getOperationName()
DLegalizeDAG.cpp1243 case ISD::FP_TO_FP16: in LegalizeOp()
3398 case ISD::FP_TO_FP16: in ExpandNode()
3403 TLI.isOperationLegalOrCustom(ISD::FP_TO_FP16, MVT::f32)) { in ExpandNode()
3409 DAG.getNode(ISD::FP_TO_FP16, dl, MVT::i16, FloatVal)); in ExpandNode()
4149 case ISD::FP_TO_FP16: { in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp112 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult()
266 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); in PromoteIntRes_BITCAST()
DDAGCombiner.cpp1447 case ISD::FP_TO_FP16: return visitFP_TO_FP16(N); in visit()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1409 ISD::FP_TO_FP16, 0),
1411 ISD::FP_TO_FP16, 0),
1413 ISD::FP_TO_FP16, 0),
DX86InstrFragmentsSIMD.td563 def X86cvtps2ph : SDNode<"ISD::FP_TO_FP16",
DX86ISelLowering.cpp380 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in X86TargetLowering()
386 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in X86TargetLowering()
387 setOperationAction(ISD::FP_TO_FP16, MVT::f80, Expand); in X86TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td452 def fp_to_f16 : SDNode<"ISD::FP_TO_FP16" , SDTFPToIntOp>;
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp379 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in MipsTargetLowering()
381 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp945 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering()
951 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()