Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h532 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DNVPTXISelLowering.cpp1186 SDValue NVPTXTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function in NVPTXTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h240 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DAMDGPUISelLowering.cpp4479 SDValue AMDGPUTargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in AMDGPUTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1364 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DPPCISelLowering.cpp12714 SDValue PPCTargetLowering::getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function in PPCTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h1025 SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DAArch64ISelLowering.cpp8033 SDValue AArch64TargetLowering::getSqrtEstimate(SDValue Operand, in getSqrtEstimate() function in AArch64TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1657 SDValue getSqrtEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
DX86ISelLowering.cpp22620 SDValue X86TargetLowering::getSqrtEstimate(SDValue Op, in getSqrtEstimate() function in X86TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h4308 virtual SDValue getSqrtEstimate(SDValue Operand, SelectionDAG &DAG, in getSqrtEstimate() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22965 TLI.getSqrtEstimate(Op, DAG, Enabled, Iterations, UseOneConstNR, in buildSqrtEstimateImpl()