/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1842 (VT != MVT::v4f32 || NarrowVT != MVT::v4f16)) in tryHighFPExt() 3188 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3215 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3242 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3269 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3296 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3323 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3350 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3377 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() 3404 } else if (VT == MVT::v4i16 || VT == MVT::v4f16) { in Select() [all...] |
H A D | AArch64ISelLowering.cpp | 155 addDRTypeForNEON(MVT::v4f16); in AArch64TargetLowering() 400 setOperationAction(ISD::FREM, MVT::v4f16, Expand); in AArch64TargetLowering() 403 setOperationAction(ISD::FPOW, MVT::v4f16, Expand); in AArch64TargetLowering() 406 setOperationAction(ISD::FPOWI, MVT::v4f16, Expand); in AArch64TargetLowering() 409 setOperationAction(ISD::FCOS, MVT::v4f16, Expand); in AArch64TargetLowering() 412 setOperationAction(ISD::FSIN, MVT::v4f16, Expand); in AArch64TargetLowering() 415 setOperationAction(ISD::FSINCOS, MVT::v4f16, Expand); in AArch64TargetLowering() 418 setOperationAction(ISD::FEXP, MVT::v4f16, Expand); in AArch64TargetLowering() 421 setOperationAction(ISD::FEXP2, MVT::v4f16, Expand); in AArch64TargetLowering() 424 setOperationAction(ISD::FLOG, MVT::v4f16, Expan in AArch64TargetLowering() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MachineValueType.h | 121 v4f16 = 66, // 4 x f16 344 SimpleTy == MVT::v1i64 || SimpleTy == MVT::v4f16 || in is64BitVector() 510 case v4f16: in getVectorElementType() 621 case v4f16: in getVectorNumElements() 742 case v4f16: in getSizeInBits() 987 if (NumElements == 4) return MVT::v4f16; in getVectorVT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 158 addRegisterClass(MVT::v4f16, &AMDGPU::SReg_64RegClass); in SITargetLowering() 262 MVT::v2i64, MVT::v2f64, MVT::v4i16, MVT::v4f16, in SITargetLowering() 312 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f16, Custom); in SITargetLowering() 320 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f16, Custom); in SITargetLowering() 333 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f16, Custom); in SITargetLowering() 335 setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v4f16, Custom); in SITargetLowering() 525 for (MVT VT : {MVT::v2i16, MVT::v2f16, MVT::v4i16, MVT::v4f16}) { in SITargetLowering() 574 setOperationAction(ISD::LOAD, MVT::v4f16, Promote); in SITargetLowering() 575 AddPromotedToType(ISD::LOAD, MVT::v4f16, MVT::v2i32); in SITargetLowering() 579 setOperationAction(ISD::STORE, MVT::v4f16, Promot in SITargetLowering() [all...] |
H A D | AMDGPUISelLowering.cpp | 155 setLoadExtAction(ISD::EXTLOAD, MVT::v4f32, MVT::v4f16, Expand); in AMDGPUTargetLowering() 167 setLoadExtAction(ISD::EXTLOAD, MVT::v4f64, MVT::v4f16, Expand); in AMDGPUTargetLowering() 219 setTruncStoreAction(MVT::v4f32, MVT::v4f16, Expand); in AMDGPUTargetLowering() 231 setTruncStoreAction(MVT::v4f64, MVT::v4f16, Expand); in AMDGPUTargetLowering() 1228 if (VT == MVT::v4i16 || VT == MVT::v4f16) { in LowerCONCAT_VECTORS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMCallingConv.cpp | 217 case MVT::v4f16: in CC_ARM_AAPCS_Custom_Aggregate()
|
H A D | ARMISelDAGToDAG.cpp | 2032 case MVT::v4f16: in SelectVLD() 2174 case MVT::v4f16: in SelectVST() 2341 case MVT::v4f16: in SelectVLDSTLane() 2726 case MVT::v4f16: in SelectVLDDup() 3665 case MVT::v4f16: in Select() 3688 case MVT::v4f16: in Select() 3711 case MVT::v4f16: in Select()
|
H A D | ARMISelLowering.cpp | 772 addDRTypeForNEON(MVT::v4f16); in ARMTargetLowering() 1434 setOperationAction(ISD::FMINNUM, MVT::v4f16, Legal); in ARMTargetLowering() 1435 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Legal); in ARMTargetLowering() 1439 setOperationAction(ISD::FMINIMUM, MVT::v4f16, Legal); in ARMTargetLowering() 1440 setOperationAction(ISD::FMAXIMUM, MVT::v4f16, Legal); in ARMTargetLowering() 4092 else if (RegVT == MVT::f64 || RegVT == MVT::v4f16) in LowerFormalArguments() 5382 else if (OpTy == MVT::v4f16 && HasFullFP16) in LowerVectorFP_TO_INT() 5455 else if (VT == MVT::v4f16 && HasFullFP16) in LowerVectorINT_TO_FP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 148 case MVT::v4f16: in IsPTXVectorType() 456 setLoadExtAction(ISD::EXTLOAD, MVT::v4f32, MVT::v4f16, Expand); in NVPTXTargetLowering() 457 setLoadExtAction(ISD::EXTLOAD, MVT::v4f64, MVT::v4f16, Expand); in NVPTXTargetLowering() 2313 case MVT::v4f16: in LowerSTOREVector() 3606 Info.memVT = MVT::v4f16; 3686 Info.memVT = MVT::v4f16; 4804 case MVT::v4f16: in ReplaceLoadVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 211 case MVT::v4f16: return VectorType::get(Type::getHalfTy(Context), 4); in getTypeForEVT()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 87 LLVMTypeRef v4f16; member
|
H A D | ac_llvm_build.c | 92 ctx->v4f16 = LLVMVectorType(ctx->f16, 4); in ac_llvm_context_init() 2178 data_type = a->d16 ? ctx->v4f16 : ctx->v4f32; in ac_build_image_opcode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1427 using v4f16 = tcu::Vector<tcu::Float16, 4>; 1551 else if (dataType == DataType::FLOAT16) GEN_V4_FILL(v4f16); in fillInputBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 1427 using v4f16 = tcu::Vector<tcu::Float16, 4>; 1551 else if (dataType == DataType::FLOAT16) GEN_V4_FILL(v4f16); in fillInputBuffer()
|