Home
last modified time | relevance | path

Searched refs:Type2Undef (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.h45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()
128 uint32_t Type2Undef(uint32_t type_id);
Dvector_dce.cpp318 uint32_t undef_id = this->Type2Undef(current_inst->type_id()); in RewriteInstructions()
371 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction()
Dmem_pass.cpp232 uint32_t MemPass::Type2Undef(uint32_t type_id) { in Type2Undef() function in spvtools::opt::MemPass
361 undef_id = Type2Undef(type_id); in RemovePhiOperands()
Ddead_branch_elim_pass.cpp306 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
335 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
Dmerge_return_pass.cpp253 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes()
302 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst()
Daggressive_dead_code_elim_pass.cpp550 auto undef_id = Type2Undef(func->type_id()); in AggressiveDCE()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.h45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()
128 uint32_t Type2Undef(uint32_t type_id);
Dvector_dce.cpp318 uint32_t undef_id = this->Type2Undef(current_inst->type_id()); in RewriteInstructions()
371 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction()
Dmem_pass.cpp232 uint32_t MemPass::Type2Undef(uint32_t type_id) { in Type2Undef() function in spvtools::opt::MemPass
361 undef_id = Type2Undef(type_id); in RemovePhiOperands()
Ddead_branch_elim_pass.cpp306 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
335 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
Dmerge_return_pass.cpp253 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes()
302 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst()
Daggressive_dead_code_elim_pass.cpp550 auto undef_id = Type2Undef(func->type_id()); in AggressiveDCE()
/external/angle/third_party/spirv-tools/src/source/opt/
Dmem_pass.h45 return Type2Undef(GetPointeeTypeId(get_def_use_mgr()->GetDef(var_id))); in GetUndefVal()
128 uint32_t Type2Undef(uint32_t type_id);
Dvector_dce.cpp318 uint32_t undef_id = this->Type2Undef(current_inst->type_id()); in RewriteInstructions()
371 uint32_t undef_id = Type2Undef(current_inst->type_id()); in RewriteInsertInstruction()
Dmem_pass.cpp232 uint32_t MemPass::Type2Undef(uint32_t type_id) { in Type2Undef() function in spvtools::opt::MemPass
361 undef_id = Type2Undef(type_id); in RemovePhiOperands()
Ddead_branch_elim_pass.cpp306 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
335 std::initializer_list<uint32_t>{Type2Undef(inst->type_id())}); in FixPhiNodesInLiveBlocks()
Dmerge_return_pass.cpp253 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes()
302 uint32_t undef_id = Type2Undef(inst.type_id()); in CreatePhiNodesForInst()
Daggressive_dead_code_elim_pass.cpp550 auto undef_id = Type2Undef(func->type_id()); in AggressiveDCE()