Searched defs:RefinementSteps (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5155 int Enabled, int &RefinementSteps, in getRecipEstimate() argument 5132 getSqrtEstimate(SDValue Operand,SelectionDAG & DAG,int Enabled,int & RefinementSteps,bool & UseOneConstNR,bool Reciprocal) getSqrtEstimate() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 5579 getSqrtEstimate(SDValue Operand,SelectionDAG & DAG,int Enabled,int & RefinementSteps,bool & UseOneConstNR,bool Reciprocal) const getSqrtEstimate() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 13700 int RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3; getEstimateRefinementSteps() local 13748 getSqrtEstimate(SDValue Operand,SelectionDAG & DAG,int Enabled,int & RefinementSteps,bool & UseOneConstNR,bool Reciprocal) const getSqrtEstimate() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22852 getSqrtEstimate(SDValue Op,SelectionDAG & DAG,int Enabled,int & RefinementSteps,bool & UseOneConstNR,bool Reciprocal) const getSqrtEstimate() argument [all...] |