/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | module.cpp | 79 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() function in spvtools::opt::Module 83 AddGlobalValue(std::move(newGlobal)); in AddGlobalValue()
|
D | module.h | 112 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
|
D | ir_context.h | 215 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()
|
D | strength_reduction_pass.cpp | 165 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
|
D | ir_loader.cpp | 117 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
|
D | inline_pass.cpp | 112 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId() 115 get_module()->AddGlobalValue(SpvOpConstantFalse, false_id_, boolId); in GetFalseId()
|
D | scalar_replacement_pass.cpp | 424 context()->AddGlobalValue( in GetOrCreateInitialValue() 435 context()->AddGlobalValue(MakeUnique<Instruction>( in GetOrCreateInitialValue()
|
D | mem_pass.cpp | 239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
|
D | ir_context.cpp | 683 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinVarId()
|
D | instrument_pass.cpp | 327 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.cpp | 79 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() function in spvtools::opt::Module 83 AddGlobalValue(std::move(newGlobal)); in AddGlobalValue()
|
D | module.h | 112 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
|
D | strength_reduction_pass.cpp | 165 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
|
D | ir_loader.cpp | 117 module_->AddGlobalValue(std::move(spv_inst)); in AddInstruction()
|
D | ir_context.h | 217 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()
|
D | inline_pass.cpp | 119 get_module()->AddGlobalValue(SpvOpTypeBool, boolId, 0); in GetFalseId() 125 get_module()->AddGlobalValue(SpvOpConstantFalse, false_id_, boolId); in GetFalseId()
|
D | scalar_replacement_pass.cpp | 424 context()->AddGlobalValue( in GetOrCreateInitialValue() 435 context()->AddGlobalValue(MakeUnique<Instruction>( in GetOrCreateInitialValue()
|
D | mem_pass.cpp | 239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
|
D | ir_context.cpp | 699 module()->AddGlobalValue(std::move(newVarOp)); in GetBuiltinVarId()
|
D | instrument_pass.cpp | 329 context()->AddGlobalValue(std::move(newVarOp)); in GetOutputBufferId()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 39 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
|
D | structured_loop_to_selection_reduction_opportunity.cpp | 321 context_->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 315 context_->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef() 338 context_->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()
|