Home
last modified time | relevance | path

Searched refs:undefId (Results 1 – 7 of 7) sorted by relevance

/third_party/spirv-tools/source/opt/
Dmem_pass.cpp246 const uint32_t undefId = TakeNextId(); in Type2Undef() local
247 if (undefId == 0) { in Type2Undef()
252 new Instruction(context(), SpvOpUndef, type_id, undefId, {})); in Type2Undef()
255 type2undefs_[type_id] = undefId; in Type2Undef()
256 return undefId; in Type2Undef()
Dmerge_return_pass.cpp258 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes() local
259 inst->AddOperand({SPV_OPERAND_TYPE_ID, {undefId}}); in UpdatePhiNodes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp245 const uint32_t undefId = TakeNextId(); in Type2Undef() local
246 if (undefId == 0) { in Type2Undef()
251 new Instruction(context(), SpvOpUndef, type_id, undefId, {})); in Type2Undef()
254 type2undefs_[type_id] = undefId; in Type2Undef()
255 return undefId; in Type2Undef()
Dmerge_return_pass.cpp260 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes() local
261 inst->AddOperand({SPV_OPERAND_TYPE_ID, {undefId}}); in UpdatePhiNodes()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp245 const uint32_t undefId = TakeNextId(); in Type2Undef() local
246 if (undefId == 0) { in Type2Undef()
251 new Instruction(context(), SpvOpUndef, type_id, undefId, {})); in Type2Undef()
254 type2undefs_[type_id] = undefId; in Type2Undef()
255 return undefId; in Type2Undef()
Dmerge_return_pass.cpp260 uint32_t undefId = Type2Undef(inst->type_id()); in UpdatePhiNodes() local
261 inst->AddOperand({SPV_OPERAND_TYPE_ID, {undefId}}); in UpdatePhiNodes()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_ssa_elim_pass.cpp369 const uint32_t undefId = TakeNextId(); in Type2Undef() local
371 new ir::Instruction(SpvOpUndef, type_id, undefId, {})); in Type2Undef()
374 type2undefs_[type_id] = undefId; in Type2Undef()
375 return undefId; in Type2Undef()