Home
last modified time | relevance | path

Searched defs:undef_id (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dchange_operand_to_undef_reduction_opportunity.cpp36 auto undef_id = FindOrCreateGlobalUndef(context_, operand_type_id); in Apply() local
H A Dreduction_util.cpp93 const uint32_t undef_id = context->TakeNextId(); in FindOrCreateGlobalUndef() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dchange_operand_to_undef_reduction_opportunity.cpp36 auto undef_id = FindOrCreateGlobalUndef(context_, operand_type_id); in Apply() local
H A Dreduction_util.cpp93 const uint32_t undef_id = context->TakeNextId(); in FindOrCreateGlobalUndef() local
/third_party/spirv-tools/source/reduce/
H A Dchange_operand_to_undef_reduction_opportunity.cpp36 auto undef_id = FindOrCreateGlobalUndef(context_, operand_type_id); in Apply() local
H A Dreduction_util.cpp94 const uint32_t undef_id = context->TakeNextId(); in FindOrCreateGlobalUndef() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dvector_dce.cpp398 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction() local
H A Dmerge_return_pass.cpp306 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst() local
H A Daggressive_dead_code_elim_pass.cpp309 auto undef_id = Type2Undef(func->type_id()); in KillDeadInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dvector_dce.cpp398 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction() local
H A Dmerge_return_pass.cpp306 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst() local
H A Daggressive_dead_code_elim_pass.cpp309 auto undef_id = Type2Undef(func->type_id()); in KillDeadInstructions() local
/third_party/spirv-tools/source/opt/
H A Dvector_dce.cpp396 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction() local
H A Dmerge_return_pass.cpp310 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst() local
H A Daggressive_dead_code_elim_pass.cpp307 auto undef_id = Type2Undef(func->type_id()); in KillDeadInstructions() local

Completed in 12 milliseconds