Searched refs:FRSQRT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 278 FRSQRT, enumerator
|
H A D | X86IntrinsicsInfo.h | 381 X86_INTRINSIC_DATA(avx_rsqrt_ps_256, INTR_TYPE_1OP, X86ISD::FRSQRT, 0), 1516 X86_INTRINSIC_DATA(sse_rsqrt_ps, INTR_TYPE_1OP, X86ISD::FRSQRT, 0),
|
H A D | X86InstrFragmentsSIMD.td | 56 def X86frsqrt : SDNode<"X86ISD::FRSQRT", SDTFPUnaryOp>;
|
H A D | X86ISelLowering.cpp | 22816 if (DAG.doesNodeExist(X86ISD::FRSQRT, DAG.getVTList(VT), Op)) in isFsqrtCheap() 22852 unsigned Opcode = VT == MVT::v16f32 ? X86ISD::RSQRT14 : X86ISD::FRSQRT; in getSqrtEstimate() 33732 NODE_NAME_CASE(FRSQRT) in getTargetNodeName() 44972 case X86ISD::FRSQRT: { in scalarizeExtEltFP()
|