Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddebug_info_manager.cpp319 if (deref_operation_ != nullptr) return deref_operation_; in GetDebugOperationWithDeref()
352 deref_operation_ = in GetDebugOperationWithDeref()
356 RegisterDbgInst(deref_operation_); in GetDebugOperationWithDeref()
358 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()
359 return deref_operation_; in GetDebugOperationWithDeref()
717 if (deref_operation_ == nullptr && in AnalyzeDebugInst()
721 deref_operation_ = inst; in AnalyzeDebugInst()
724 if (deref_operation_ == nullptr && in AnalyzeDebugInst()
729 deref_operation_ = inst; in AnalyzeDebugInst()
804 deref_operation_ = nullptr; in AnalyzeDebugInsts()
[all …]
Ddebug_info_manager.h261 Instruction* deref_operation_; variable
/third_party/spirv-tools/source/opt/
Ddebug_info_manager.cpp330 if (deref_operation_ != nullptr) return deref_operation_; in GetDebugOperationWithDeref()
363 deref_operation_ = in GetDebugOperationWithDeref()
367 RegisterDbgInst(deref_operation_); in GetDebugOperationWithDeref()
369 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()
370 return deref_operation_; in GetDebugOperationWithDeref()
723 if (deref_operation_ == nullptr && in AnalyzeDebugInst()
727 deref_operation_ = inst; in AnalyzeDebugInst()
730 if (deref_operation_ == nullptr && in AnalyzeDebugInst()
735 deref_operation_ = inst; in AnalyzeDebugInst()
810 deref_operation_ = nullptr; in AnalyzeDebugInsts()
[all …]
Ddebug_info_manager.h269 Instruction* deref_operation_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp319 if (deref_operation_ != nullptr) return deref_operation_; in GetDebugOperationWithDeref()
352 deref_operation_ = in GetDebugOperationWithDeref()
356 RegisterDbgInst(deref_operation_); in GetDebugOperationWithDeref()
358 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()
359 return deref_operation_; in GetDebugOperationWithDeref()
717 if (deref_operation_ == nullptr && in AnalyzeDebugInst()
721 deref_operation_ = inst; in AnalyzeDebugInst()
724 if (deref_operation_ == nullptr && in AnalyzeDebugInst()
729 deref_operation_ = inst; in AnalyzeDebugInst()
804 deref_operation_ = nullptr; in AnalyzeDebugInsts()
[all …]
Ddebug_info_manager.h261 Instruction* deref_operation_; variable