Lines Matching defs:ScanImpl
53 ScanOptions ScanImpl;
54 AMDGPUAtomicOptimizer(ScanOptions ScanImpl)
55 : FunctionPass(ID), ScanImpl(ScanImpl) {}
75 ScanOptions ScanImpl;
96 bool IsPixelShader, ScanOptions ScanImpl)
98 ScanImpl(ScanImpl) {}
132 return AMDGPUAtomicOptimizerImpl(UA, DL, DTU, ST, IsPixelShader, ScanImpl)
149 AMDGPUAtomicOptimizerImpl(UA, DL, DTU, ST, IsPixelShader, ScanImpl)
164 if (ScanImpl == ScanOptions::None) {
248 if (ScanImpl == ScanOptions::DPP && !ST->hasDPP())
334 if (ScanImpl == ScanOptions::DPP && !ST->hasDPP())
753 if (ScanImpl == ScanOptions::DPP) {
776 } else if (ScanImpl == ScanOptions::Iterative) {
855 if (ValDivergent && ScanImpl == ScanOptions::Iterative) {
919 if (ScanImpl == ScanOptions::DPP) {
922 } else if (ScanImpl == ScanOptions::Iterative) {