/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 635 FP16_TO_FP, FP_TO_FP16, enumerator
|
/third_party/skia/third_party/externals/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()
|
D | DAGCombiner.cpp | 1612 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()
|
D | LegalizeIntegerTypes.cpp | 1284 case ISD::FP16_TO_FP: in PromoteIntegerOperand()
|
D | SelectionDAG.cpp | 4439 case ISD::FP16_TO_FP: { in getNode()
|
/third_party/skia/third_party/externals/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()
|
D | SIISelLowering.cpp | 483 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/ |
D | WebAssemblyISelLowering.cpp | 105 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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 482 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/ |
D | RISCVISelLowering.cpp | 164 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/ |
D | ARMISelLowering.cpp | 1348 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/ |
D | X86ISelLowering.cpp | 366 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/ |
D | ARMGenDAGISel.inc | 55406 /*120994*/ /*SwitchOpcode*/ 63, TARGET_VAL(ISD::FP16_TO_FP),// ->121060
|