Home
last modified time | relevance | path

Searched refs:performRcpCombine (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h102 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DSIISelLowering.h182 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DAMDGPUISelLowering.cpp3890 SDValue AMDGPUTargetLowering::performRcpCombine(SDNode *N, in performRcpCombine() function in AMDGPUTargetLowering
4104 return performRcpCombine(N, DCI); in PerformDAGCombine()
DSIISelLowering.cpp8724 SDValue SITargetLowering::performRcpCombine(SDNode *N, in performRcpCombine() function in SITargetLowering
8738 return AMDGPUTargetLowering::performRcpCombine(N, DCI); in performRcpCombine()
10060 return performRcpCombine(N, DCI); in PerformDAGCombine()