Home
last modified time | relevance | path

Searched refs:block_ (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp145 if (block_ != nullptr) { in AddInstruction()
157 if (block_ != nullptr) { in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
167 if (block_ == nullptr) { in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
175 block_ = nullptr; in AddInstruction()
181 SPIRV_ASSERT(consumer_, block_ == nullptr); in AddInstruction()
241 if (block_ == nullptr) // Inside function but outside blocks in AddInstruction()
244 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
[all …]
Dir_loader.h82 std::unique_ptr<BasicBlock> block_; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp145 if (block_ != nullptr) { in AddInstruction()
157 if (block_ != nullptr) { in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
167 if (block_ == nullptr) { in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
175 block_ = nullptr; in AddInstruction()
181 SPIRV_ASSERT(consumer_, block_ == nullptr); in AddInstruction()
241 if (block_ == nullptr) // Inside function but outside blocks in AddInstruction()
244 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
[all …]
Dir_loader.h82 std::unique_ptr<BasicBlock> block_; variable
/third_party/spirv-tools/source/opt/
Dir_loader.cpp145 if (block_ != nullptr) { in AddInstruction()
157 if (block_ != nullptr) { in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
167 if (block_ == nullptr) { in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
175 block_ = nullptr; in AddInstruction()
181 SPIRV_ASSERT(consumer_, block_ == nullptr); in AddInstruction()
244 if (block_ == nullptr) // Inside function but outside blocks in AddInstruction()
247 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
[all …]
Dir_loader.h82 std::unique_ptr<BasicBlock> block_; variable
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_block_reduction_opportunity.cpp24 : context_(context), function_(function), block_(block) { in RemoveBlockReductionOpportunity()
26 assert(block_->begin() != block_->end() && in RemoveBlockReductionOpportunity()
27 context_->get_def_use_mgr()->NumUsers(block_->id()) == 0 && in RemoveBlockReductionOpportunity()
39 if (bi->id() == block_->id()) { in Apply()
Dremove_block_reduction_opportunity.h42 opt::BasicBlock* block_; variable
/third_party/spirv-tools/source/reduce/
Dremove_block_reduction_opportunity.cpp24 : context_(context), function_(function), block_(block) { in RemoveBlockReductionOpportunity()
26 assert(block_->begin() != block_->end() && in RemoveBlockReductionOpportunity()
27 context_->get_def_use_mgr()->NumUsers(block_->id()) == 0 && in RemoveBlockReductionOpportunity()
39 if (bi->id() == block_->id()) { in Apply()
Dremove_block_reduction_opportunity.h42 opt::BasicBlock* block_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_block_reduction_opportunity.cpp24 : context_(context), function_(function), block_(block) { in RemoveBlockReductionOpportunity()
26 assert(block_->begin() != block_->end() && in RemoveBlockReductionOpportunity()
27 context_->get_def_use_mgr()->NumUsers(block_->id()) == 0 && in RemoveBlockReductionOpportunity()
39 if (bi->id() == block_->id()) { in Apply()
Dremove_block_reduction_opportunity.h42 opt::BasicBlock* block_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dinstruction.h54 const BasicBlock* block() const { return block_; } in block()
55 void set_block(BasicBlock* b) { block_ = b; } in set_block()
122 BasicBlock* block_ = nullptr; variable
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dinstruction.h54 const BasicBlock* block() const { return block_; } in block()
55 void set_block(BasicBlock* b) { block_ = b; } in set_block()
122 BasicBlock* block_ = nullptr; variable
/third_party/spirv-tools/source/val/
Dinstruction.h54 const BasicBlock* block() const { return block_; } in block()
55 void set_block(BasicBlock* b) { block_ = b; } in set_block()
122 BasicBlock* block_ = nullptr; variable
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc180 explicit NodeIterator(BlockType* block) V8_NOEXCEPT : block_(block) {} in NodeIterator()
181 NodeIterator(NodeIterator&& other) V8_NOEXCEPT : block_(other.block_), in NodeIterator()
188 return block_ == other.block_; in operator ==()
191 return block_ != other.block_; in operator !=()
197 block_ = block_->next_used(); in operator ++()
201 NodeType* operator*() { return block_->at(index_); } in operator *()
202 NodeType* operator->() { return block_->at(index_); } in operator ->()
205 BlockType* block_ = nullptr; member in v8::internal::GlobalHandles::NodeIterator
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc714 block_(NULL) {} in FunctionAnalyzer()
1246 block_->MergeOut(env); in DECL_VISIT_STMT()
1251 block_->MergeIn(env); in DECL_VISIT_STMT()
1306 Environment in = Environment::Merge(env, block_->in()); in DECL_VISIT_STMT()
1312 Environment in = Environment::Merge(env, block_->in()); in DECL_VISIT_STMT()
1453 Block* parent = block_; in EnterBlock()
1454 block_ = block; in EnterBlock()
1459 block_ = block; in LeaveBlock()
1517 Block* block_; member in __anon21c93c610111::FunctionAnalyzer
/third_party/gn/src/gn/
Dparse_tree.cc737 return functions::RunFunction(scope, this, args_.get(), block_.get(), err); in Execute()
743 if (block_) in GetRange()
744 return function_.range().Union(block_->GetRange()); in GetRange()
758 if (block_) { in GetJSONNode()
759 child.GetList().push_back(block_->GetJSONNode()); in GetJSONNode()
775 ret->block_ = BlockNode::NewFromJSON(children[1]); in NewFromJSON()
Dparse_tree.h392 const BlockNode* block() const { return block_.get(); } in block()
393 void set_block(std::unique_ptr<BlockNode> b) { block_ = std::move(b); } in set_block()
402 std::unique_ptr<BlockNode> block_; // May be null. variable
/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c330 void FUNC6(ff_simple_idct_put)(uint8_t *dest_, ptrdiff_t line_size, int16_t *block_)
332 idctin *block = (idctin *)block_;
/third_party/astc-encoder/Docs/
DFileFormat.md42 The `block_*` fields store the ASTC block dimensions in texels. For 2D images
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc795 if (label->block_ == nullptr) { in EnsureBlock()
796 label->block_ = schedule()->NewBasicBlock(); in EnsureBlock()
798 return label->block_; in EnsureBlock()
877 << "\n# label: " << *block_; in ~RawMachineLabel()
Dgraph-visualizer.h230 const InstructionBlock* block_; member
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc330 block_(nullptr) { in Instruction()
348 block_(nullptr) { in Instruction()
680 const InstructionBlock* block = printable_block.block_; in operator <<()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h357 : block_(block), coverage_(std::move(coverage)) {} in BlockData()
359 i::CoverageBlock* block_; variable

12