Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp990 Value *Recip = Builder.CreateUnaryIntrinsic(Intrinsic::amdgcn_rcp, Den); in optimizeWithRcp() local
994 Value *Recip = emitRcpIEEE1ULP(Builder, Den, false); in optimizeWithRcp() local
H A DSIISelLowering.cpp10493 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17066 APFloat Recip(0.0f); in PerformVMulVCTPCombine() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17344 APFloat Recip = APFloat::getOne(N1APF.getSemantics()); in visitFDIV() local