Searched refs:FP16_TO_FP (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 | SelectionDAGDumper.cpp | 260 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 96 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()
|
D | LegalizeDAG.cpp | 873 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()
|
D | DAGCombiner.cpp | 1443 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()
|
D | LegalizeIntegerTypes.cpp | 913 case ISD::FP16_TO_FP: in PromoteIntegerOperand()
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 1478 ISD::FP16_TO_FP, 0), 1480 ISD::FP16_TO_FP, 0), 1482 ISD::FP16_TO_FP, 0),
|
D | X86InstrFragmentsSIMD.td | 555 def X86cvtph2ps : SDNode<"ISD::FP16_TO_FP",
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 463 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 374 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/ |
D | AMDGPUISelLowering.cpp | 289 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 959 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering() 965 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()
|