Home
last modified time | relevance | path

Searched refs:newStore (Results 1 – 8 of 8) sorted by relevance

/third_party/spirv-tools/source/opt/
Dinline_pass.cpp90 std::unique_ptr<Instruction> newStore( in AddStore() local
95 newStore->dbg_line_insts().push_back(*line_inst); in AddStore()
97 newStore->SetDebugScope(dbg_scope); in AddStore()
98 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
Dscalar_replacement_pass.cpp308 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
317 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
319 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp90 std::unique_ptr<Instruction> newStore( in AddStore() local
95 newStore->AddDebugLine(line_inst); in AddStore()
97 newStore->SetDebugScope(dbg_scope); in AddStore()
98 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
Dscalar_replacement_pass.cpp317 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
326 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
328 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp90 std::unique_ptr<Instruction> newStore( in AddStore() local
95 newStore->AddDebugLine(line_inst); in AddStore()
97 newStore->SetDebugScope(dbg_scope); in AddStore()
98 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()
Dscalar_replacement_pass.cpp317 std::unique_ptr<Instruction> newStore( in ReplaceWholeStore() local
326 newStore->AddOperand(std::move(copy)); in ReplaceWholeStore()
328 iter = where.InsertBefore(std::move(newStore)); in ReplaceWholeStore()
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js1375 CookieJar.prototype.clone = function(newStore, cb) { argument
1377 cb = newStore;
1378 newStore = null;
1385 CookieJar.deserialize(newStore, serialized, cb);
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp90 std::unique_ptr<ir::Instruction> newStore(new ir::Instruction( in AddStore() local
93 (*block_ptr)->AddInstruction(std::move(newStore)); in AddStore()