/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 105 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult() 2045 return ISD::FP16_TO_FP; in GetPromotionOpcode() 2196 case ISD::FP16_TO_FP: in PromoteFloatResult() 2712 Op0 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op0); in SoftPromoteHalfRes_FMAD() 2713 Op1 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op1); in SoftPromoteHalfRes_FMAD() 2714 Op2 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op2); in SoftPromoteHalfRes_FMAD() 2728 Op0 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op0); in SoftPromoteHalfRes_FPOWI() 2799 Op = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op); in SoftPromoteHalfRes_UnaryOp() 2814 Op0 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op0); in SoftPromoteHalfRes_BinOp() 2815 Op1 = DAG.getNode(ISD::FP16_TO_FP, dl, NVT, Op1); in SoftPromoteHalfRes_BinOp() [all …]
|
D | SelectionDAGDumper.cpp | 353 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
|
D | LegalizeDAG.cpp | 908 Value = DAG.getNode(ISD::FP16_TO_FP, dl, DestVT, Result); in LegalizeLoadOps() 3345 case ISD::FP16_TO_FP: in ExpandNode() 3351 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode() 4308 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
|
D | LegalizeIntegerTypes.cpp | 1484 case ISD::FP16_TO_FP: in PromoteIntegerOperand() 3010 Op = DAG.getNode(ISD::FP16_TO_FP, dl, NFPVT, Op); in ExpandIntRes_FP_TO_SINT() 3039 Op = DAG.getNode(ISD::FP16_TO_FP, dl, NFPVT, Op); in ExpandIntRes_FP_TO_UINT()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 518 FP16_TO_FP, FP_TO_FP16, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 635 FP16_TO_FP, FP_TO_FP16, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 785 FP16_TO_FP, 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 343 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 105 case ISD::FP16_TO_FP: R = SoftenFloatRes_FP16_TO_FP(N); break; in SoftenFloatResult() 1939 return ISD::FP16_TO_FP; in GetPromotionOpcode() 2090 case ISD::FP16_TO_FP: in PromoteFloatResult()
|
D | LegalizeDAG.cpp | 909 Value = DAG.getNode(ISD::FP16_TO_FP, dl, DestVT, Result); in LegalizeLoadOps() 3211 case ISD::FP16_TO_FP: in ExpandNode() 3217 DAG.getNode(ISD::FP16_TO_FP, dl, MVT::f32, Node->getOperand(0)); in ExpandNode() 4130 case ISD::FP16_TO_FP: in ConvertNodeToLibcall()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 361 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering() 2715 (SrcVT == MVT::f32 && Src.getOpcode() == ISD::FP16_TO_FP)) { in LowerFP_TO_SINT() 2736 (SrcVT == MVT::f32 && Src.getOpcode() == ISD::FP16_TO_FP)) { in LowerFP_TO_UINT() 3833 case ISD::FP16_TO_FP: { in performFNegCombine() 3845 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFNeg); in performFNegCombine() 3861 case ISD::FP16_TO_FP: { in performFAbsCombine() 3870 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFAbs); in performFAbsCombine()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 301 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in AMDGPUTargetLowering() 3846 case ISD::FP16_TO_FP: { in performFNegCombine() 3858 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFNeg); in performFNegCombine() 3874 case ISD::FP16_TO_FP: { in performFAbsCombine() 3883 return DAG.getNode(ISD::FP16_TO_FP, SL, N->getValueType(0), IntFAbs); in performFAbsCombine()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 207 setOperationAction(ISD::FP16_TO_FP, FPVT, Expand); in initSPUActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 105 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1522 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in SparcTargetLowering() 1524 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in SparcTargetLowering()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 463 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 105 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 452 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in MipsTargetLowering() 454 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in MipsTargetLowering()
|