/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/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 463 FP_TO_FP16, enumerator
|
D | AMDGPUInstrInfo.td | 140 def AMDGPUfp_to_f16 : SDNode<"AMDGPUISD::FP_TO_FP16" , SDTFPToIntOp>;
|
D | AMDGPUISelLowering.cpp | 302 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Custom); in AMDGPUTargetLowering() 303 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Custom); in AMDGPUTargetLowering() 1150 case ISD::FP_TO_FP16: return LowerFP_TO_FP16(Op, DAG); in LowerOperation() 2616 return DAG.getNode(AMDGPUISD::FP_TO_FP16, DL, Op.getValueType(), N0); in LowerFP_TO_FP16() 4320 NODE_NAME_CASE(FP_TO_FP16) in getTargetNodeName() 4454 case AMDGPUISD::FP_TO_FP16: in computeKnownBitsForTargetNode() 4602 case AMDGPUISD::FP_TO_FP16: in ComputeNumSignBitsForTargetNode()
|
D | SIISelLowering.cpp | 485 setOperationAction(ISD::FP_TO_FP16, MVT::i16, Promote); in SITargetLowering() 486 AddPromotedToType(ISD::FP_TO_FP16, MVT::i16, MVT::i32); in SITargetLowering() 4600 SDValue FpToFp16 = DAG.getNode(ISD::FP_TO_FP16, DL, MVT::i32, Src); in lowerFP_ROUND()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 777 case ISD::FP_TO_FP16: // Same as FP_ROUND for softening purposes in SoftenFloatOperand() 824 assert(N->getOpcode() == ISD::FP_ROUND || N->getOpcode() == ISD::FP_TO_FP16 || in SoftenFloatOp_FP_ROUND() 831 EVT FloatRVT = N->getOpcode() == ISD::FP_TO_FP16 ? MVT::f16 : RVT; in SoftenFloatOp_FP_ROUND() 1941 return ISD::FP_TO_FP16; in GetPromotionOpcode() 2091 case ISD::FP_TO_FP16: in PromoteFloatResult()
|
D | SelectionDAGDumper.cpp | 344 case ISD::FP_TO_FP16: return "fp_to_fp16"; in getOperationName()
|
D | LegalizeDAG.cpp | 1001 case ISD::FP_TO_FP16: in LegalizeOp() 3222 case ISD::FP_TO_FP16: in ExpandNode() 3228 TLI.isOperationLegalOrCustom(ISD::FP_TO_FP16, MVT::f32)) { in ExpandNode() 3234 DAG.getNode(ISD::FP_TO_FP16, dl, Node->getValueType(0), FloatVal)); in ExpandNode() 4135 case ISD::FP_TO_FP16: { in ConvertNodeToLibcall()
|
D | LegalizeIntegerTypes.cpp | 124 case ISD::FP_TO_FP16: Res = PromoteIntRes_FP_TO_FP16(N); break; in PromoteIntegerResult() 309 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
|
D | SelectionDAG.cpp | 4508 case ISD::FP_TO_FP16: { in getNode()
|
D | DAGCombiner.cpp | 1611 case ISD::FP_TO_FP16: return visitFP_TO_FP16(N); in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 106 setOperationAction(ISD::FP_TO_FP16, T, Expand); in WebAssemblyTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 453 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in MipsTargetLowering() 455 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in MipsTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 483 def fp_to_f16 : SDNode<"ISD::FP_TO_FP16" , SDTFPToIntOp>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 165 ISD::FP_TO_FP16}; in RISCVTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1349 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering() 1355 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 367 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in X86TargetLowering() 374 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in X86TargetLowering() 375 setOperationAction(ISD::FP_TO_FP16, MVT::f80, Expand); in X86TargetLowering() 376 setOperationAction(ISD::FP_TO_FP16, 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 | 50821 /*109935*/ /*SwitchOpcode*/ 67, TARGET_VAL(ISD::FP_TO_FP16),// ->110005
|