Searched refs:callee_itr (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inline_pass.cpp | 301 auto callee_itr = callee_first_block_itr->begin(); in AddStoresForVariableInitializers() local 302 while (callee_itr->opcode() == SpvOp::SpvOpVariable || in AddStoresForVariableInitializers() 303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 304 if (callee_itr->opcode() == SpvOp::SpvOpVariable && in AddStoresForVariableInitializers() 305 callee_itr->NumInOperands() == 2) { in AddStoresForVariableInitializers() 306 assert(callee2caller.count(callee_itr->result_id()) && in AddStoresForVariableInitializers() 308 uint32_t new_var_id = callee2caller.at(callee_itr->result_id()); in AddStoresForVariableInitializers() 312 uint32_t val_id = callee_itr->GetSingleWordInOperand(1); in AddStoresForVariableInitializers() 313 AddStore(new_var_id, val_id, new_blk_ptr, callee_itr->dbg_line_inst(), in AddStoresForVariableInitializers() 315 callee_itr->GetDebugScope(), inlined_at_ctx)); in AddStoresForVariableInitializers() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 301 auto callee_itr = callee_first_block_itr->begin(); in AddStoresForVariableInitializers() local 302 while (callee_itr->opcode() == SpvOp::SpvOpVariable || in AddStoresForVariableInitializers() 303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 304 if (callee_itr->opcode() == SpvOp::SpvOpVariable && in AddStoresForVariableInitializers() 305 callee_itr->NumInOperands() == 2) { in AddStoresForVariableInitializers() 306 assert(callee2caller.count(callee_itr->result_id()) && in AddStoresForVariableInitializers() 308 uint32_t new_var_id = callee2caller.at(callee_itr->result_id()); in AddStoresForVariableInitializers() 312 uint32_t val_id = callee_itr->GetSingleWordInOperand(1); in AddStoresForVariableInitializers() 313 AddStore(new_var_id, val_id, new_blk_ptr, callee_itr->dbg_line_inst(), in AddStoresForVariableInitializers() 315 callee_itr->GetDebugScope(), inlined_at_ctx)); in AddStoresForVariableInitializers() [all …]
|
/third_party/spirv-tools/source/opt/ |
D | inline_pass.cpp | 301 auto callee_itr = callee_first_block_itr->begin(); in AddStoresForVariableInitializers() local 302 while (callee_itr->opcode() == SpvOp::SpvOpVariable || in AddStoresForVariableInitializers() 303 callee_itr->GetCommonDebugOpcode() == CommonDebugInfoDebugDeclare) { in AddStoresForVariableInitializers() 304 if (callee_itr->opcode() == SpvOp::SpvOpVariable && in AddStoresForVariableInitializers() 305 callee_itr->NumInOperands() == 2) { in AddStoresForVariableInitializers() 306 assert(callee2caller.count(callee_itr->result_id()) && in AddStoresForVariableInitializers() 308 uint32_t new_var_id = callee2caller.at(callee_itr->result_id()); in AddStoresForVariableInitializers() 312 uint32_t val_id = callee_itr->GetSingleWordInOperand(1); in AddStoresForVariableInitializers() 313 AddStore(new_var_id, val_id, new_blk_ptr, callee_itr->dbg_line_inst(), in AddStoresForVariableInitializers() 315 callee_itr->GetDebugScope(), inlined_at_ctx)); in AddStoresForVariableInitializers() [all …]
|