Searched refs:getRecipEstimate (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 248 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
D | AMDGPUISelLowering.cpp | 4403 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AMDGPUTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 766 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
D | AArch64ISelLowering.cpp | 6098 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand, in getRecipEstimate() function in AArch64TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1224 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
D | PPCISelLowering.cpp | 11983 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function in PPCTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1525 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
|
D | X86ISelLowering.cpp | 20971 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG, in getRecipEstimate() function in X86TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4038 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, in getRecipEstimate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20615 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { in BuildDivEstimate()
|