Searched refs:CVTUI2P (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 513 CVTSI2P, CVTUI2P, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 588 def X86VUintToFP : SDNode<"X86ISD::CVTUI2P", SDTVintToFP>;
|
| H A D | X86IntrinsicsInfo.h | 621 X86ISD::CVTUI2P, 0),
|
| H A D | X86ISelLowering.cpp | 17549 return DAG.getNode(X86ISD::CVTUI2P, DL, MVT::v2f64, N0); in lowerUINT_TO_FP_v2i32() 26776 Results.push_back(DAG.getNode(X86ISD::CVTUI2P, dl, MVT::v4f32, Src)); in ReplaceNodeResults() 27372 case X86ISD::CVTUI2P: return "X86ISD::CVTUI2P"; in getTargetNodeName() 32477 case X86ISD::CVTUI2P: { in SimplifyDemandedVectorEltsForTargetNode() 41553 case X86ISD::CVTUI2P: return combineX86INT_TO_FP(N, DAG, DCI); in PerformDAGCombine()
|