Home
last modified time | relevance | path

Searched refs:getSqrtEstimate (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h217 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DNVPTXISelLowering.cpp1122 SDValue NVPTXTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function in NVPTXTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h260 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DLoongArchISelLowering.cpp8054 SDValue LoongArchTargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h298 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DAMDGPUISelLowering.cpp5800 SDValue AMDGPUTargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h765 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DAArch64ISelLowering.cpp12188 SDValue AArch64TargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1468 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
H A DPPCISelLowering.cpp14576 SDValue PPCTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1913 SDValue getSqrtEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
H A DX86ISelLowering.cpp23568 SDValue X86TargetLowering::getSqrtEstimate(SDValue Op, in getSqrtEstimate() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5311 virtual SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29345 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()