/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_loader.cpp | 145 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 …]
|
D | ir_loader.h | 82 std::unique_ptr<BasicBlock> block_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_loader.cpp | 145 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 …]
|
D | ir_loader.h | 82 std::unique_ptr<BasicBlock> block_; variable
|
/third_party/spirv-tools/source/opt/ |
D | ir_loader.cpp | 145 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 …]
|
D | ir_loader.h | 82 std::unique_ptr<BasicBlock> block_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | remove_block_reduction_opportunity.cpp | 24 : 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()
|
D | remove_block_reduction_opportunity.h | 42 opt::BasicBlock* block_; variable
|
/third_party/spirv-tools/source/reduce/ |
D | remove_block_reduction_opportunity.cpp | 24 : 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()
|
D | remove_block_reduction_opportunity.h | 42 opt::BasicBlock* block_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_block_reduction_opportunity.cpp | 24 : 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()
|
D | remove_block_reduction_opportunity.h | 42 opt::BasicBlock* block_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | instruction.h | 54 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/ |
D | instruction.h | 54 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/ |
D | instruction.h | 54 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/ |
D | global-handles.cc | 180 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/ |
D | gcmole.cc | 714 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/ |
D | parse_tree.cc | 737 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()
|
D | parse_tree.h | 392 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/ |
D | simple_idct_template.c | 330 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/ |
D | FileFormat.md | 42 The `block_*` fields store the ASTC block dimensions in texels. For 2D images
|
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.cc | 795 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()
|
D | graph-visualizer.h | 230 const InstructionBlock* block_; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.cc | 330 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/ |
D | debug-interface.h | 357 : block_(block), coverage_(std::move(coverage)) {} in BlockData() 359 i::CoverageBlock* block_; variable
|