Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/X86/
H A Dx86-f16c-inseltpoison.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]]
H A 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]]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h706 CVTPH2PS, enumerator
H A DX86InstrFragmentsSIMD.td746 def X86cvtph2ps : SDNode<"X86ISD::CVTPH2PS", SDTcvtph2ps>;
H A DX86IntrinsicsInfo.h787 X86ISD::CVTPH2PS, X86ISD::CVTPH2PS_SAE),
H A DX86ISelLowering.cpp22921 Res = DAG.getNode(X86ISD::CVTPH2PS, DL, MVT::v4f32, In, in LowerFP_EXTEND()
23024 Res = DAG.getNode(X86ISD::CVTPH2PS, dl, MVT::v4f32, Res); in LowerFP16_TO_FP()
32373 case X86ISD::CVTPH2PS: { in ReplaceNodeResults()
32379 Lo = DAG.getNode(X86ISD::CVTPH2PS, dl, LoVT, Lo); in ReplaceNodeResults()
32380 Hi = DAG.getNode(X86ISD::CVTPH2PS, dl, HiVT, Hi); in ReplaceNodeResults()
33789 NODE_NAME_CASE(CVTPH2PS) in getTargetNodeName()
54821 Res = DAG.getNode(X86ISD::CVTPH2PS, dl, MVT::v4f32, Res); in combineFP16_TO_FP()
54875 Cvt = DAG.getNode(X86ISD::CVTPH2PS, dl, CvtVT, Src); in combineFP_EXTEND()
55100 case X86ISD::CVTPH2PS: return combineCVTPH2PS(N, DAG, DCI); in PerformDAGCombine()