Searched refs:Recip (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 708 Value *Recip = Builder.CreateCall(Decl, { Den }); in optimizeWithRcp() local 709 return Builder.CreateFMul(Num, Recip); in optimizeWithRcp()
|
| H A D | SIISelLowering.cpp | 8923 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 D | DAGCombiner.cpp | 597 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 D | PPCInstrVSX.td | 2689 // Recip. square root estimate
|