Home
last modified time | relevance | path

Searched refs:AMDGPUPostLegalizerCombinerImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp45 class AMDGPUPostLegalizerCombinerImpl : public Combiner { class
54 AMDGPUPostLegalizerCombinerImpl(
130 AMDGPUPostLegalizerCombinerImpl::AMDGPUPostLegalizerCombinerImpl( in AMDGPUPostLegalizerCombinerImpl() function in __anon9d625cc50111::AMDGPUPostLegalizerCombinerImpl
144 bool AMDGPUPostLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll()
161 bool AMDGPUPostLegalizerCombinerImpl::matchFMinFMaxLegacy( in matchFMinFMaxLegacy()
189 void AMDGPUPostLegalizerCombinerImpl::applySelectFCmpToFMinFMaxLegacy( in applySelectFCmpToFMinFMaxLegacy()
207 bool AMDGPUPostLegalizerCombinerImpl::matchUCharToFloat( in matchUCharToFloat()
227 void AMDGPUPostLegalizerCombinerImpl::applyUCharToFloat( in applyUCharToFloat()
250 bool AMDGPUPostLegalizerCombinerImpl::matchRcpSqrtToRsq( in matchRcpSqrtToRsq()
297 bool AMDGPUPostLegalizerCombinerImpl::matchFDivSqrtToRsqF16( in matchFDivSqrtToRsqF16()
[all …]
H A DAMDGPUCombine.td161 "AMDGPUPostLegalizerCombinerImpl",