Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/
H A Drtl.cpp1995 auto EnvFeature = EnvMap.find(ImgFeature.first()); in IsImageCompatibleWithEnv() local
1996 if (EnvFeature == EnvMap.end()) { in IsImageCompatibleWithEnv()
2002 } else if (EnvFeature->first() == ImgFeature.first() && in IsImageCompatibleWithEnv()
2003 EnvFeature->second != ImgFeature.second) { in IsImageCompatibleWithEnv()