Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp224 auto dbg_op = user->GetOpenCL100DebugOpcode(); in FindSingleStoreAndCheckUses() local
225 if (dbg_op == OpenCLDebugInfo100DebugDeclare || in FindSingleStoreAndCheckUses()
226 dbg_op == OpenCLDebugInfo100DebugValue) { in FindSingleStoreAndCheckUses()
293 auto dbg_op = use->GetOpenCL100DebugOpcode(); in RewriteLoads() local
294 if (dbg_op == OpenCLDebugInfo100DebugDeclare || in RewriteLoads()
295 dbg_op == OpenCLDebugInfo100DebugValue) in RewriteLoads()
Dlocal_single_block_elim_pass.cpp34 auto dbg_op = user->GetOpenCL100DebugOpcode(); in HasOnlySupportedRefs() local
35 if (dbg_op == OpenCLDebugInfo100DebugDeclare || in HasOnlySupportedRefs()
36 dbg_op == OpenCLDebugInfo100DebugValue) { in HasOnlySupportedRefs()
Dmem_pass.cpp229 auto dbg_op = user->GetOpenCL100DebugOpcode(); in HasOnlySupportedRefs() local
230 if (dbg_op == OpenCLDebugInfo100DebugDeclare || in HasOnlySupportedRefs()
231 dbg_op == OpenCLDebugInfo100DebugValue) { in HasOnlySupportedRefs()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp242 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses() local
243 if (dbg_op == CommonDebugInfoDebugDeclare || in FindSingleStoreAndCheckUses()
244 dbg_op == CommonDebugInfoDebugValue) { in FindSingleStoreAndCheckUses()
311 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads() local
312 if (dbg_op == CommonDebugInfoDebugDeclare || in RewriteLoads()
313 dbg_op == CommonDebugInfoDebugValue) in RewriteLoads()
Dlocal_single_block_elim_pass.cpp34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs() local
35 if (dbg_op == CommonDebugInfoDebugDeclare || in HasOnlySupportedRefs()
36 dbg_op == CommonDebugInfoDebugValue) { in HasOnlySupportedRefs()
Dmem_pass.cpp228 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs() local
229 if (dbg_op == CommonDebugInfoDebugDeclare || in HasOnlySupportedRefs()
230 dbg_op == CommonDebugInfoDebugValue) { in HasOnlySupportedRefs()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp242 auto dbg_op = user->GetCommonDebugOpcode(); in FindSingleStoreAndCheckUses() local
243 if (dbg_op == CommonDebugInfoDebugDeclare || in FindSingleStoreAndCheckUses()
244 dbg_op == CommonDebugInfoDebugValue) { in FindSingleStoreAndCheckUses()
311 auto dbg_op = use->GetCommonDebugOpcode(); in RewriteLoads() local
312 if (dbg_op == CommonDebugInfoDebugDeclare || in RewriteLoads()
313 dbg_op == CommonDebugInfoDebugValue) in RewriteLoads()
Dlocal_single_block_elim_pass.cpp34 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs() local
35 if (dbg_op == CommonDebugInfoDebugDeclare || in HasOnlySupportedRefs()
36 dbg_op == CommonDebugInfoDebugValue) { in HasOnlySupportedRefs()
Dmem_pass.cpp228 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs() local
229 if (dbg_op == CommonDebugInfoDebugDeclare || in HasOnlySupportedRefs()
230 dbg_op == CommonDebugInfoDebugValue) { in HasOnlySupportedRefs()