Home
last modified time | relevance | path

Searched refs:FP16_TO_FP (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h635 FP16_TO_FP, FP_TO_FP16, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp343 case ISD::FP16_TO_FP: return "fp16_to_fp"; in getOperationName()
DLegalizeFloatTypes.cpp105 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()
DLegalizeDAG.cpp909 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()
DDAGCombiner.cpp1612 case ISD::FP16_TO_FP: return visitFP16_TO_FP(N); in visit()
13287 if (N0.getOpcode() == ISD::FP16_TO_FP && in visitFP_EXTEND()
13288 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND()
13289 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0)); in visitFP_EXTEND()
19716 if (N0->getOpcode() == ISD::FP16_TO_FP) in visitFP_TO_FP16()
19729 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), N->getValueType(0), in visitFP16_TO_FP()
DLegalizeIntegerTypes.cpp1284 case ISD::FP16_TO_FP: in PromoteIntegerOperand()
DSelectionDAG.cpp4439 case ISD::FP16_TO_FP: { in getNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp301 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()
DSIISelLowering.cpp483 setOperationAction(ISD::FP16_TO_FP, MVT::i16, Promote); in SITargetLowering()
484 AddPromotedToType(ISD::FP16_TO_FP, MVT::i16, MVT::i32); in SITargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp105 setOperationAction(ISD::FP16_TO_FP, T, Expand); in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp452 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in MipsTargetLowering()
454 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in MipsTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td482 def f16_to_fp : SDNode<"ISD::FP16_TO_FP" , SDTIntToFPOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp164 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FP16_TO_FP, in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1348 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering()
1354 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp366 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in X86TargetLowering()
371 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in X86TargetLowering()
372 setOperationAction(ISD::FP16_TO_FP, MVT::f80, Expand); in X86TargetLowering()
373 setOperationAction(ISD::FP16_TO_FP, MVT::f128, Expand); in X86TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc55406 /*120994*/ /*SwitchOpcode*/ 63, TARGET_VAL(ISD::FP16_TO_FP),// ->121060