Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp368 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
371 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
375 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
378 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
382 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
386 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
389 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
393 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
397 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
402 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp368 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
371 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
375 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
378 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
382 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
386 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
389 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
393 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
397 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
402 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
/third_party/spirv-tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp368 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
371 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
375 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
378 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
382 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
386 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
389 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
393 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
397 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
402 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
/third_party/spirv-tools/source/reduce/
Dreduction_util.cpp45 context->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()
97 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreduction_util.cpp45 context->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()
97 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp45 context->module()->AddGlobalValue(std::move(variable_inst)); in FindOrCreateGlobalVariable()
97 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp425 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
442 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
462 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
467 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp425 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
442 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
462 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
467 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary_test.cpp425 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
442 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
462 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
467 context->module()->AddGlobalValue(MakeUnique<opt::Instruction>( in TEST()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h76 inline void AddGlobalValue(std::unique_ptr<Instruction> v);
93 void AddGlobalValue(SpvOp opcode, uint32_t result_id, uint32_t type_id);
207 inline void Module::AddGlobalValue(std::unique_ptr<Instruction> v) { in AddGlobalValue() function
Dmodule.cpp70 void Module::AddGlobalValue(SpvOp opcode, uint32_t result_id, in AddGlobalValue() function in spvtools::ir::Module
74 AddGlobalValue(std::move(newGlobal)); in AddGlobalValue()
/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()
Deliminate_dead_functions_util.cpp43 context->AddGlobalValue(std::move(clone)); in EliminateFunction()
Dmodule.h120 inline void AddGlobalValue(std::unique_ptr<Instruction> v);
142 void AddGlobalValue(SpvOp opcode, uint32_t result_id, uint32_t type_id);
378 inline void Module::AddGlobalValue(std::unique_ptr<Instruction> v) { in AddGlobalValue() function
/third_party/skia/third_party/externals/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()
Deliminate_dead_functions_util.cpp43 context->AddGlobalValue(std::move(clone)); in EliminateFunction()
Dmodule.h117 inline void AddGlobalValue(std::unique_ptr<Instruction> v);
139 void AddGlobalValue(SpvOp opcode, uint32_t result_id, uint32_t type_id);
359 inline void Module::AddGlobalValue(std::unique_ptr<Instruction> v) { in AddGlobalValue() function
/third_party/skia/third_party/externals/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()
Deliminate_dead_functions_util.cpp43 context->AddGlobalValue(std::move(clone)); in EliminateFunction()
Dmodule.h117 inline void AddGlobalValue(std::unique_ptr<Instruction> v);
139 void AddGlobalValue(SpvOp opcode, uint32_t result_id, uint32_t type_id);
359 inline void Module::AddGlobalValue(std::unique_ptr<Instruction> v) { in AddGlobalValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_constant_null.cpp54 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_global_undef.cpp52 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply()
Dtransformation_add_constant_null.cpp54 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_global_undef.cpp52 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply()
Dtransformation_add_constant_null.cpp54 ir_context->module()->AddGlobalValue(std::move(new_instruction)); in Apply()

123