Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2843 bool IsHipStdPar = getLangOpts().HIPStdPar && getLangOpts().CUDAIsDevice; in checkTargetFeatures() local
2847 FeatureList, CallerFeatureMap) && !IsHipStdPar) { in checkTargetFeatures()
2880 }) && !IsHipStdPar) in checkTargetFeatures()
2890 !IsHipStdPar) in checkTargetFeatures()
H A DCGStmt.cpp2816 bool IsHipStdPar = getLangOpts().HIPStdPar && getLangOpts().CUDAIsDevice; in EmitAsmStmt() local
2824 if (IsHipStdPar && !IsValid) in EmitAsmStmt()
2838 if (IsHipStdPar && !IsValid) in EmitAsmStmt()