Searched refs:FRSQRT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 295 FRSQRT, enumerator
|
| H A D | X86IntrinsicsInfo.h | 385 X86_INTRINSIC_DATA(avx_rsqrt_ps_256, INTR_TYPE_1OP, X86ISD::FRSQRT, 0), 1933 X86_INTRINSIC_DATA(sse_rsqrt_ps, INTR_TYPE_1OP, X86ISD::FRSQRT, 0),
|
| H A D | X86InstrFragmentsSIMD.td | 68 def X86frsqrt : SDNode<"X86ISD::FRSQRT", SDTFPUnaryOp>;
|
| H A D | X86ISelLowering.cpp | 23558 if (DAG.doesNodeExist(X86ISD::FRSQRT, DAG.getVTList(VT), Op)) in isFsqrtCheap() 23594 unsigned Opcode = VT == MVT::v16f32 ? X86ISD::RSQRT14 : X86ISD::FRSQRT; in getSqrtEstimate() 35005 NODE_NAME_CASE(FRSQRT) in getTargetNodeName() 44251 case X86ISD::FRSQRT: in SimplifyDemandedVectorEltsForTargetNode() 46813 case X86ISD::FRSQRT: { in scalarizeExtEltFP()
|