Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h134 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.h224 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DAMDGPUISelLowering.cpp5032 SDValue AMDGPUTargetLowering::performRcpCombine(SDNode *N, in performRcpCombine() function in AMDGPUTargetLowering
5247 return performRcpCombine(N, DCI); in PerformDAGCombine()
H A DSIISelLowering.cpp12570 SDValue SITargetLowering::performRcpCombine(SDNode *N, in performRcpCombine() function in SITargetLowering
12594 return AMDGPUTargetLowering::performRcpCombine(N, DCI); in performRcpCombine()
14733 return performRcpCombine(N, DCI); in PerformDAGCombine()