Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h92 Instruction* GetVariable() const { return variable_inst_; } in GetVariable() function
104 GetVariable()->context()->get_def_use_mgr(); in GetPointerTypeId()
106 GetVariable()->context()->get_type_mgr(); in GetPointerTypeId()
109 def_use_mgr->GetDef(GetVariable()->type_id()); in GetPointerTypeId()
123 GetVariable()->context()->get_type_mgr(); in GetStorageClass()
125 type_mgr->GetType(GetVariable()->type_id())->AsPointer(); in GetStorageClass()
Dcopy_prop_arrays.cpp102 if (!HasNoStores(source->GetVariable())) { in FindSourceObjectIfPossible()
147 return source->GetVariable(); in BuildNewAccessChain()
151 source->GetVariable()->result_id(), in BuildNewAccessChain()
842 if (this->GetVariable() != other->GetVariable()) { in Contains()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h92 Instruction* GetVariable() const { return variable_inst_; } in GetVariable() function
104 GetVariable()->context()->get_def_use_mgr(); in GetPointerTypeId()
106 GetVariable()->context()->get_type_mgr(); in GetPointerTypeId()
109 def_use_mgr->GetDef(GetVariable()->type_id()); in GetPointerTypeId()
123 GetVariable()->context()->get_type_mgr(); in GetStorageClass()
125 type_mgr->GetType(GetVariable()->type_id())->AsPointer(); in GetStorageClass()
Dcopy_prop_arrays.cpp102 if (!HasNoStores(source->GetVariable())) { in FindSourceObjectIfPossible()
147 return source->GetVariable(); in BuildNewAccessChain()
151 source->GetVariable()->result_id(), in BuildNewAccessChain()
842 if (this->GetVariable() != other->GetVariable()) { in Contains()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteOutArgs.cpp71 const TVariable *GetVariable(TIntermNode &node) in GetVariable() function
151 const TVariable *var = GetVariable(*args[i]); in visitAggregatePost()
180 const TVariable *var = GetVariable(*arg); in visitAggregatePost()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectDynamicValue.h85 lldb::VariableSP GetVariable() override { in GetVariable() function
86 return m_parent ? m_parent->GetVariable() : nullptr; in GetVariable()
DValueObjectVariable.h66 lldb::VariableSP GetVariable() override { return m_variable_sp; } in GetVariable() function
DValue.h121 Variable *GetVariable();
DValueObject.h765 virtual lldb::VariableSP GetVariable() { return nullptr; } in GetVariable() function
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h161 lldb::ExpressionVariableSP GetVariable(ConstString name) { in GetVariable() function
172 lldb::ExpressionVariableSP GetVariable(llvm::StringRef name) { in GetVariable() function
/external/llvm-project/lldb/source/Core/
DValue.cpp241 Variable *variable = GetVariable(); in GetCompilerType()
385 Variable *variable = GetVariable(); in GetValueAsData()
426 Variable *variable = GetVariable(); in GetValueAsData()
603 Variable *Value::GetVariable() { in GetVariable() function in Value
DValueObject.cpp1662 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
1665 if (auto *runtime = process->GetLanguageRuntime(GetVariable()->GetLanguage())) in IsRuntimeSupportValue()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dtf_saved_model_api.h71 Status GetVariable(const std::string& variable_path, Variable** variable);
Dtf_saved_model_api.cc212 Status TFSavedModelAPI::GetVariable(const std::string& variable_path, in GetVariable() function in tensorflow::TFSavedModelAPI
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUserExpression.h204 lldb::ExpressionVariableSP &GetVariable();
DClangUserExpression.cpp907 return m_result_delegate.GetVariable(); in GetResultAfterDematerialization()
956 lldb::ExpressionVariableSP &ClangUserExpression::ResultDelegate::GetVariable() { in GetVariable() function in ClangUserExpression::ResultDelegate
DClangExpressionDeclMap.cpp208 m_parser_vars->m_persistent_vars->GetVariable(name)) { in AddPersistentVariable()
1380 m_parser_vars->m_persistent_vars->GetVariable(name)); in FindExternalVisibleDecls()
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
Dsaved_model_api_test.cc513 model_api->GetVariable("uninitialized_variable", in TEST_P()
518 model_api->GetVariable("sub_module.uninitialized_variable", in TEST_P()
/external/llvm-project/polly/www/video-js/
Dvideo.js354 version = parseInt(testObject.GetVariable("$version").match(/^[^\s]+\s(\d+)/)[1], 10);
/external/llvm-project/lldb/source/Target/
DTarget.cpp2415 type_system_or_err->GetPersistentExpressionState()->GetVariable(expr); in EvaluateExpression()
2438 variable_sp = persistent_state->GetVariable(name); in GetPersistentVariable()