Home
last modified time | relevance | path

Searched defs:Reciprocal (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17247 SDValue Reciprocal = DAG.getNode(ISD::FDIV, DL, VT, FPOne, N1, Flags); combineRepeatedFPDivisors() local
28064 buildSqrtNROneConst(SDValue Arg,SDValue Est,unsigned Iterations,SDNodeFlags Flags,bool Reciprocal) buildSqrtNROneConst() argument
28096 buildSqrtNRTwoConst(SDValue Arg,SDValue Est,unsigned Iterations,SDNodeFlags Flags,bool Reciprocal) buildSqrtNRTwoConst() argument
28135 buildSqrtEstimateImpl(SDValue Op,SDNodeFlags Flags,bool Reciprocal) buildSqrtEstimateImpl() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5133 getSqrtEstimate(SDValue Operand,SelectionDAG & DAG,int Enabled,int & RefinementSteps,bool & UseOneConstNR,bool Reciprocal) getSqrtEstimate() argument