Home
last modified time | relevance | path

Searched defs:Recip (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp988 Value *Recip = Builder.CreateUnaryIntrinsic(Intrinsic::amdgcn_rcp, Den); in optimizeWithRcp() local
992 Value *Recip = emitRcpIEEE1ULP(Builder, Den, false); in optimizeWithRcp() local
H A DSIISelLowering.cpp10304 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17043 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV() local