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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h101 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSIISelLowering.h184 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
H A DAMDGPUISelLowering.cpp3887 SDValue AMDGPUTargetLowering::performRcpCombine(SDNode *N, function in class:AMDGPUTargetLowering
4101 return performRcpCombine(N, DCI);
H A DSIISelLowering.cpp9201 SDValue SITargetLowering::performRcpCombine(SDNode *N, function in class:SITargetLowering
9220 return AMDGPUTargetLowering::performRcpCombine(N, DCI);
10584 return performRcpCombine(N, DCI);

Completed in 193 milliseconds