Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp79 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() function in spvtools::opt::Module
83 AddGlobalValue(std::move(newGlobal)); in AddGlobalValue()
Dmodule.h112 inline void AddGlobalValue(std::unique_ptr<Instruction> v);
130 void AddGlobalValue(SpvOp opcode, uint32_t result_id, uint32_t type_id);
331 inline void Module::AddGlobalValue(std::unique_ptr<Instruction> v) { in AddGlobalValue() function
Dir_context.h215 inline void AddGlobalValue(std::unique_ptr<Instruction>&& v);
928 void IRContext::AddGlobalValue(std::unique_ptr<Instruction>&& v) { in AddGlobalValue() function
932 module()->AddGlobalValue(std::move(v)); in AddGlobalValue()
Dstrength_reduction_pass.cpp165 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
Dir_loader.cpp117 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
Dinline_pass.cpp112 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId()
115 get_module()->AddGlobalValue(SpvOpConstantFalse, false_id_, boolId); in GetFalseId()
Dscalar_replacement_pass.cpp424 context()->AddGlobalValue( in GetOrCreateInitialValue()
435 context()->AddGlobalValue(MakeUnique<Instruction>( in GetOrCreateInitialValue()
Dmem_pass.cpp239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
Dir_context.cpp683 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinVarId()
Dinstrument_pass.cpp327 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp79 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() function in spvtools::opt::Module
83 AddGlobalValue(std::move(newGlobal)); in AddGlobalValue()
Dmodule.h112 inline void AddGlobalValue(std::unique_ptr<Instruction> v);
130 void AddGlobalValue(SpvOp opcode, uint32_t result_id, uint32_t type_id);
331 inline void Module::AddGlobalValue(std::unique_ptr<Instruction> v) { in AddGlobalValue() function
Dstrength_reduction_pass.cpp165 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
Dir_loader.cpp117 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
Dir_context.h217 inline void AddGlobalValue(std::unique_ptr<Instruction>&& v);
946 void IRContext::AddGlobalValue(std::unique_ptr<Instruction>&& v) { in AddGlobalValue() function
950 module()->AddGlobalValue(std::move(v)); in AddGlobalValue()
Dinline_pass.cpp119 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId()
125 get_module()->AddGlobalValue(SpvOpConstantFalse, false_id_, boolId); in GetFalseId()
Dscalar_replacement_pass.cpp424 context()->AddGlobalValue( in GetOrCreateInitialValue()
435 context()->AddGlobalValue(MakeUnique<Instruction>( in GetOrCreateInitialValue()
Dmem_pass.cpp239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
Dir_context.cpp699 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinVarId()
Dinstrument_pass.cpp329 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp39 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
Dstructured_loop_to_selection_reduction_opportunity.cpp321 context_->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp315 context_->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
338 context_->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()