Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.h569 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDNVPTXISelLowering.cpp1323 SDValue NVPTXTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function in NVPTXTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h296 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDAMDGPUISelLowering.cpp5577 SDValue AMDGPUTargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in AMDGPUTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1446 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDPPCISelLowering.cpp13743 SDValue PPCTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function in PPCTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1824 SDValue getSqrtEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
HDX86ISelLowering.cpp22826 SDValue X86TargetLowering::getSqrtEstimate(SDValue Op, in getSqrtEstimate() function in X86TargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1250 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
HDAArch64ISelLowering.cpp11361 SDValue AArch64TargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in AArch64TargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h5130 virtual SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp28216 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()