Searched refs:Reciprocal (Results 1 – 13 of 13) sorted by relevance
242 // Vector Reciprocal Step.245 // Vector Reciprocal Square Root Step.350 // Vector Reciprocal Estimate.353 // Vector Reciprocal Square Root Estimate.
298 // Reciprocal Estimate/Step302 // Reciprocal Exponent374 // Vector Reciprocal Estimate
1186 APFloat Reciprocal(FpVal.getSemantics()); in CvtFDivConstToReciprocal() local1187 bool Cvt = FpVal.getExactInverse(&Reciprocal); in CvtFDivConstToReciprocal()1190 Reciprocal = APFloat(FpVal.getSemantics(), 1.0f); in CvtFDivConstToReciprocal()1191 (void)Reciprocal.divide(FpVal, APFloat::rmNearestTiesToEven); in CvtFDivConstToReciprocal()1192 Cvt = !Reciprocal.isDenormal(); in CvtFDivConstToReciprocal()1199 R = ConstantFP::get(Dividend->getType()->getContext(), Reciprocal); in CvtFDivConstToReciprocal()
576 // E.3.10 Reciprocal/Sqrt916 // Reciprocal/Sqrt1399 // Scalar Floating-point Reciprocal Step1403 // Scalar Floating-point Reciprocal Square Root Step1441 // Scalar Floating-point Reciprocal Estimate1445 // Scalar Floating-point Reciprocal Exponent1449 // Scalar Floating-point Reciprocal Square Root Estimate
169 # Vector Reciprocal Square Root Step (Floating Point)175 # Vector Reciprocal Step (Floating Point)1497 # Floating-point Reciprocal Step1505 # Floating-point Reciprocal Square Root Step1529 # Scalar Floating-point Reciprocal Estimate1537 # Scalar Floating-point Reciprocal Exponent1545 # Scalar Floating-point Reciprocal Square Root Estimate
74 .. opcode:: RCP - Reciprocal83 .. opcode:: RSQ - Reciprocal Square Root398 .. opcode:: RCC - Reciprocal Clamped1298 .. opcode:: DRCP - Reciprocal
106 "Enable AVX-512 Exponential and Reciprocal Instructions",
3585 // Reciprocal approximations. Note that these typically require refinement
214 // F2_sfrecipa: Reciprocal approximation for division.
5138 // Vector Reciprocal and Reciprocal Square Root Estimate and Step.5140 // VRECPE : Vector Reciprocal Estimate5154 // VRECPS : Vector Reciprocal Step5162 // VRSQRTE : Vector Reciprocal Square Root Estimate5176 // VRSQRTS : Vector Reciprocal Square Root Step
7832 SDValue Reciprocal = DAG.getNode(ISD::FDIV, SDLoc(N), VT, FPOne, N1); in visitFDIV() local7838 (*I)->getOperand(0), Reciprocal); in visitFDIV()
2084 // Reciprocal estimates.
1825 Allow Reciprocal - Allow optimizations to use the reciprocal of an