Home
last modified time | relevance | path

Searched refs:CVTPH2PS (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/Transforms/InstCombine/X86/
Dx86-f16c.ll16 ; CHECK-NEXT: [[CVTPH2PS:%.*]] = fpext <4 x half> [[TMP2]] to <4 x float>
17 ; CHECK-NEXT: ret <4 x float> [[CVTPH2PS]]
29 ; CHECK-NEXT: [[CVTPH2PS:%.*]] = fpext <8 x half> [[TMP2]] to <8 x float>
30 ; CHECK-NEXT: ret <8 x float> [[CVTPH2PS]]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h178 Value* CVTPH2PS(Value* a, const llvm::Twine& name = "");
Dfetch_jit.cpp1798 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute_lo, C(lane)), v8x16Ty)); in Shuffle16bpcGather16()
1800 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute_hi, C(lane)), v8x16Ty)); in Shuffle16bpcGather16()
2043 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); in Shuffle16bpcGather()
Dbuilder_misc.cpp687 Value* Builder::CVTPH2PS(Value* a, const llvm::Twine& name) in CVTPH2PS() function in SwrJit::Builder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h787 X86ISD::CVTPH2PS, 0),
789 X86ISD::CVTPH2PS, 0),
791 X86ISD::CVTPH2PS, X86ISD::CVTPH2PS_SAE),
1107 X86_INTRINSIC_DATA(vcvtph2ps_128, INTR_TYPE_1OP, X86ISD::CVTPH2PS, 0),
1108 X86_INTRINSIC_DATA(vcvtph2ps_256, INTR_TYPE_1OP, X86ISD::CVTPH2PS, 0),
DX86ISelLowering.h580 CVTPS2PH, CVTPH2PS, CVTPH2PS_SAE, enumerator
DX86InstrFragmentsSIMD.td713 def X86cvtph2ps : SDNode<"X86ISD::CVTPH2PS",
DX86ISelLowering.cpp29920 case X86ISD::CVTPH2PS: return "X86ISD::CVTPH2PS"; in getTargetNodeName()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h688 CVTPH2PS, enumerator
DX86IntrinsicsInfo.h787 X86ISD::CVTPH2PS, X86ISD::CVTPH2PS_SAE),
DX86InstrFragmentsSIMD.td732 def X86cvtph2ps : SDNode<"X86ISD::CVTPH2PS", SDTcvtph2ps>;
DX86ISelLowering.cpp21411 Res = DAG.getNode(X86ISD::CVTPH2PS, dl, MVT::v4f32, Res); in LowerFP16_TO_FP()
29864 case X86ISD::CVTPH2PS: { in ReplaceNodeResults()
29870 Lo = DAG.getNode(X86ISD::CVTPH2PS, dl, LoVT, Lo); in ReplaceNodeResults()
29871 Hi = DAG.getNode(X86ISD::CVTPH2PS, dl, HiVT, Hi); in ReplaceNodeResults()
31067 NODE_NAME_CASE(CVTPH2PS) in getTargetNodeName()
49540 Res = DAG.getNode(X86ISD::CVTPH2PS, dl, MVT::v4f32, Res); in combineFP16_TO_FP()
49591 Cvt = DAG.getNode(X86ISD::CVTPH2PS, dl, CvtVT, Src); in combineFP_EXTEND()
49795 case X86ISD::CVTPH2PS: return combineCVTPH2PS(N, DAG, DCI); in PerformDAGCombine()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc3487 // FastEmit functions for X86ISD::CVTPH2PS.
6897 case X86ISD::CVTPH2PS: return fastEmit_X86ISD_CVTPH2PS_r(VT, RetVT, Op0, Op0IsKill);