Home
last modified time | relevance | path

Searched refs:opInst (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp86 Instruction* opInst = get_def_use_mgr()->GetDef(opId); in ReplaceMultiplyByPowerOf2() local
87 if (opInst->opcode() == SpvOp::SpvOpConstant) { in ReplaceMultiplyByPowerOf2()
89 uint32_t constVal = opInst->GetSingleWordOperand(2); in ReplaceMultiplyByPowerOf2()
Daggressive_dead_code_elim_pass.cpp685 Instruction* opInst = in ProcessGlobalValues() local
687 if (IsDead(opInst)) { in ProcessGlobalValues()
712 Instruction* opInst = in ProcessGlobalValues() local
714 if (IsDead(opInst)) { in ProcessGlobalValues()
Dlocal_access_chain_convert_pass.cpp135 Instruction* opInst = get_def_use_mgr()->GetDef(*tid); in IsConstantIndexAccessChain() local
136 if (opInst->opcode() != SpvOpConstant) return false; in IsConstantIndexAccessChain()
Dcommon_uniform_elim_pass.cpp256 Instruction* opInst = get_def_use_mgr()->GetDef(*tid); in IsConstantIndexAccessChain() local
257 if (opInst->opcode() != SpvOpConstant) return false; in IsConstantIndexAccessChain()
Dscalar_replacement_pass.cpp643 const Instruction* opInst = get_def_use_mgr()->GetDef(id); in CheckUses() local
644 if (!IsCompileTimeConstantInst(opInst->opcode())) { in CheckUses()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp86 Instruction* opInst = get_def_use_mgr()->GetDef(opId); in ReplaceMultiplyByPowerOf2() local
87 if (opInst->opcode() == SpvOp::SpvOpConstant) { in ReplaceMultiplyByPowerOf2()
89 uint32_t constVal = opInst->GetSingleWordOperand(2); in ReplaceMultiplyByPowerOf2()
Daggressive_dead_code_elim_pass.cpp685 Instruction* opInst = in ProcessGlobalValues() local
687 if (IsDead(opInst)) { in ProcessGlobalValues()
712 Instruction* opInst = in ProcessGlobalValues() local
714 if (IsDead(opInst)) { in ProcessGlobalValues()
Dlocal_access_chain_convert_pass.cpp135 Instruction* opInst = get_def_use_mgr()->GetDef(*tid); in IsConstantIndexAccessChain() local
136 if (opInst->opcode() != SpvOpConstant) return false; in IsConstantIndexAccessChain()
Dcommon_uniform_elim_pass.cpp256 Instruction* opInst = get_def_use_mgr()->GetDef(*tid); in IsConstantIndexAccessChain() local
257 if (opInst->opcode() != SpvOpConstant) return false; in IsConstantIndexAccessChain()
Dscalar_replacement_pass.cpp643 const Instruction* opInst = get_def_use_mgr()->GetDef(id); in CheckUses() local
644 if (!IsCompileTimeConstantInst(opInst->opcode())) { in CheckUses()