Searched refs:undefId (Results 1 – 7 of 7) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | mem_pass.cpp | 246 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()
|
D | merge_return_pass.cpp | 258 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/ |
D | mem_pass.cpp | 245 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()
|
D | merge_return_pass.cpp | 260 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/ |
D | mem_pass.cpp | 245 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()
|
D | merge_return_pass.cpp | 260 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/ |
D | local_ssa_elim_pass.cpp | 369 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()
|