Home
last modified time | relevance | path

Searched refs:getRecipEstimate (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h178 SDValue getRecipEstimate(SDValue Operand,
DAMDGPUISelLowering.cpp2895 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h230 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DAMDGPUISelLowering.cpp4152 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h526 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
DAArch64ISelLowering.cpp4582 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h651 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DAArch64ISelLowering.cpp5316 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h933 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
DPPCISelLowering.cpp9475 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in PPCTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1228 SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1100 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DPPCISelLowering.cpp10840 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1372 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
DX86ISelLowering.cpp18064 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2973 virtual SDValue getRecipEstimate(SDValue Operand, DAGCombinerInfo &DCI, in getRecipEstimate() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3548 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14531 if (SDValue Est = TLI.getRecipEstimate(Op, DCI, Iterations)) { in BuildReciprocalEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18161 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildReciprocalEstimate()