Searched refs:FP_TO_FP16 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 509 FP16_TO_FP, FP_TO_FP16, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 486 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()
|
D | SelectionDAGDumper.cpp | 260 case ISD::FP_TO_FP16: return "fp_to_fp16"; in getOperationName()
|
D | LegalizeDAG.cpp | 1243 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()
|
D | LegalizeIntegerTypes.cpp | 112 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()
|
D | DAGCombiner.cpp | 1447 case ISD::FP_TO_FP16: return visitFP_TO_FP16(N); in visit()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 1409 ISD::FP_TO_FP16, 0), 1411 ISD::FP_TO_FP16, 0), 1413 ISD::FP_TO_FP16, 0),
|
D | X86InstrFragmentsSIMD.td | 563 def X86cvtps2ph : SDNode<"ISD::FP_TO_FP16",
|
D | X86ISelLowering.cpp | 380 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/ |
D | TargetSelectionDAG.td | 452 def fp_to_f16 : SDNode<"ISD::FP_TO_FP16" , SDTFPToIntOp>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 379 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/ |
D | ARMISelLowering.cpp | 945 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering() 951 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
|