Searched refs:object_inst (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 706 uint32_t CopyPropagateArrays::GenerateCopy(Instruction* object_inst, in GenerateCopy() argument 712 uint32_t original_type_id = object_inst->type_id(); in GenerateCopy() 714 return object_inst->result_id(); in GenerateCopy() 740 original_element_type_id, object_inst->result_id(), {i}); in GenerateCopy() 758 type_mgr->GetId(original_types[i]), object_inst->result_id(), {i}); in GenerateCopy()
|
D | vector_dce.cpp | 154 Instruction* object_inst = def_use_mgr->GetDef(object_id); in MarkInsertUsesAsLive() local 157 new_item.instruction = object_inst; in MarkInsertUsesAsLive()
|
D | folding_rules.cpp | 2034 Instruction* object_inst = def_use_mgr->GetDef(object_id); in StoringUndef() local 2035 if (object_inst->opcode() == SpvOpUndef) { in StoringUndef()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 706 uint32_t CopyPropagateArrays::GenerateCopy(Instruction* object_inst, in GenerateCopy() argument 712 uint32_t original_type_id = object_inst->type_id(); in GenerateCopy() 714 return object_inst->result_id(); in GenerateCopy() 740 original_element_type_id, object_inst->result_id(), {i}); in GenerateCopy() 758 type_mgr->GetId(original_types[i]), object_inst->result_id(), {i}); in GenerateCopy()
|
D | folding_rules.cpp | 2034 Instruction* object_inst = def_use_mgr->GetDef(object_id); in StoringUndef() local 2035 if (object_inst->opcode() == SpvOpUndef) { in StoringUndef()
|