Lines Matching defs:ScanImpl
53 ScanOptions ScanImpl;
54 AMDGPUAtomicOptimizer(ScanOptions ScanImpl)
55 : FunctionPass(ID), ScanImpl(ScanImpl) {}
76 ScanOptions ScanImpl;
97 ScanOptions ScanImpl)
100 ScanImpl(ScanImpl) {}
131 return AMDGPUAtomicOptimizerImpl(F, UA, DTU, ST, ScanImpl).run();
142 bool IsChanged = AMDGPUAtomicOptimizerImpl(F, UA, DTU, ST, ScanImpl).run();
156 if (ScanImpl == ScanOptions::None) {
240 if (ScanImpl == ScanOptions::DPP && !ST.hasDPP())
326 if (ScanImpl == ScanOptions::DPP && !ST.hasDPP())
745 if (ScanImpl == ScanOptions::DPP) {
768 } else if (ScanImpl == ScanOptions::Iterative) {
847 if (ValDivergent && ScanImpl == ScanOptions::Iterative) {
910 if (ScanImpl == ScanOptions::DPP) {
913 } else if (ScanImpl == ScanOptions::Iterative) {