Home
last modified time | relevance | path

Searched refs:Recip (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp686 Value *Recip = Builder.CreateCall(Decl, { Den }); in optimizeWithRcp() local
687 return Builder.CreateFMul(Num, Recip); in optimizeWithRcp()
H A DSIISelLowering.cpp8311 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
8312 return DAG.getNode(ISD::FMUL, SL, VT, LHS, Recip, Flags); in lowerFastUnsafeFDIV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp579 SDValue buildSqrtEstimateImpl(SDValue Op, SDNodeFlags Flags, bool Recip);
14280 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV() local
14281 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
14290 TLI.isFPImmLegal(Recip, VT, ForCodeSize))) in visitFDIV()
14292 DAG.getConstantFP(Recip, DL, VT)); in visitFDIV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td2675 // Recip. square root estimate