Searched refs:RSQRT14 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 1022 X86ISD::RSQRT14, 0), 1024 X86ISD::RSQRT14, 0), 1026 X86ISD::RSQRT14, 0), 1028 X86ISD::RSQRT14, 0), 1030 X86ISD::RSQRT14, 0), 1032 X86ISD::RSQRT14, 0), 1242 X86ISD::RSQRT14, 0), 1244 X86ISD::RSQRT14, 0), 1246 X86ISD::RSQRT14, 0),
|
H A D | X86ISelLowering.h | 282 RSQRT14, enumerator
|
H A D | X86InstrFragmentsSIMD.td | 592 def X86rsqrt14 : SDNode<"X86ISD::RSQRT14", SDTFPUnaryOp>;
|
H A D | X86ISelLowering.cpp | 22852 unsigned Opcode = VT == MVT::v16f32 ? X86ISD::RSQRT14 : X86ISD::FRSQRT; in getSqrtEstimate() 22873 return DAG.getNode(X86ISD::RSQRT14, DL, VT, Op); in getSqrtEstimate() 33952 NODE_NAME_CASE(RSQRT14) in getTargetNodeName()
|