Searched refs:FP_TO_FP16 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 518 FP16_TO_FP, FP_TO_FP16, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 503 return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, Op); in SoftenFloatRes_FP_ROUND() 615 return DAG.getNode(ISD::FP_TO_FP16, SDLoc(N), NVT, N->getOperand(0)); in SoftenFloatRes_FTRUNC() 757 case ISD::FP_TO_FP16: // Same as FP_ROUND for softening purposes in SoftenFloatOperand() 850 assert(N->getOpcode() == ISD::FP_ROUND || N->getOpcode() == ISD::FP_TO_FP16); in SoftenFloatOp_FP_ROUND() 854 EVT FloatRVT = N->getOpcode() == ISD::FP_TO_FP16 ? MVT::f16 : RVT; in SoftenFloatOp_FP_ROUND() 1727 return ISD::FP_TO_FP16; in GetPromotionOpcode() 1858 case ISD::FP_TO_FP16: in PromoteFloatResult()
|
D | SelectionDAGDumper.cpp | 261 case ISD::FP_TO_FP16: return "fp_to_fp16"; in getOperationName()
|
D | LegalizeDAG.cpp | 963 case ISD::FP_TO_FP16: in LegalizeOp() 3179 case ISD::FP_TO_FP16: in ExpandNode() 3184 TLI.isOperationLegalOrCustom(ISD::FP_TO_FP16, MVT::f32)) { in ExpandNode() 3190 DAG.getNode(ISD::FP_TO_FP16, dl, Node->getValueType(0), FloatVal)); in ExpandNode() 3930 case ISD::FP_TO_FP16: { in ConvertNodeToLibcall()
|
D | LegalizeIntegerTypes.cpp | 117 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult() 271 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); in PromoteIntRes_BITCAST()
|
D | DAGCombiner.cpp | 1442 case ISD::FP_TO_FP16: return visitFP_TO_FP16(N); in visit()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 1484 ISD::FP_TO_FP16, 0), 1486 ISD::FP_TO_FP16, 0), 1488 ISD::FP_TO_FP16, 0),
|
D | X86InstrFragmentsSIMD.td | 560 def X86cvtps2ph : SDNode<"ISD::FP_TO_FP16",
|
D | X86ISelLowering.cpp | 354 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in X86TargetLowering() 360 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in X86TargetLowering() 361 setOperationAction(ISD::FP_TO_FP16, MVT::f80, Expand); in X86TargetLowering() 17244 case ISD::FP_TO_FP16: in getVectorMaskingNode()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 464 def fp_to_f16 : SDNode<"ISD::FP_TO_FP16" , SDTFPToIntOp>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 375 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in MipsTargetLowering() 377 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 960 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering() 966 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
|