Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp708 Value *Recip = Builder.CreateCall(Decl, { Den }); in optimizeWithRcp() local
709 return Builder.CreateFMul(Num, Recip); in optimizeWithRcp()
H A DSIISelLowering.cpp8923 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
8924 return DAG.getNode(ISD::FMUL, SL, VT, LHS, Recip, Flags); in lowerFastUnsafeFDIV()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp597 SDValue buildSqrtEstimateImpl(SDValue Op, SDNodeFlags Flags, bool Recip);
15892 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV() local
15893 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
15902 TLI.isFPImmLegal(Recip, VT, ForCodeSize))) in visitFDIV()
15904 DAG.getConstantFP(Recip, DL, VT)); in visitFDIV()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td2689 // Recip. square root estimate