Home
last modified time | relevance | path

Searched refs:iv_condition (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp293 Instruction* iv_condition = &*switch_block_->tail(); in PerformUnswitch() local
294 SpvOp iv_opcode = iv_condition->opcode(); in PerformUnswitch()
296 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()
317 GetValueForDefaultPathForSwitch(iv_condition); in PerformUnswitch()
319 for (uint32_t i = 2; i < iv_condition->NumInOperands(); i += 2) { in PerformUnswitch()
322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp262 Instruction* iv_condition = &*switch_block_->tail(); in PerformUnswitch() local
263 SpvOp iv_opcode = iv_condition->opcode(); in PerformUnswitch()
265 def_use_mgr->GetDef(iv_condition->GetOperand(0).words[0]); in PerformUnswitch()
287 for (uint32_t i = 2; i < iv_condition->NumInOperands(); i += 2) { in PerformUnswitch()
290 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()