Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h100 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DSIISelLowering.h156 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
DAMDGPUISelLowering.cpp3679 SDValue AMDGPUTargetLowering::performRcpCombine(SDNode *N, in performRcpCombine() function in AMDGPUTargetLowering
3893 return performRcpCombine(N, DCI); in PerformDAGCombine()
DSIISelLowering.cpp6783 SDValue SITargetLowering::performRcpCombine(SDNode *N, in performRcpCombine() function in SITargetLowering
6797 return AMDGPUTargetLowering::performRcpCombine(N, DCI); in performRcpCombine()
7867 return performRcpCombine(N, DCI); in PerformDAGCombine()