/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; member 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_ in WhileEachInst() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; member 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_ in WhileEachInst() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | basic_block.h | 75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() 78 Instruction* GetLabelInst() { return label_.get(); } in GetLabelInst() 79 const Instruction* GetLabelInst() const { return label_.get(); } in GetLabelInst() 92 inline uint32_t id() const { return label_->result_id(); } in id() 238 std::unique_ptr<Instruction> label_; member 247 : function_(nullptr), label_(std::move(label)) {} in BasicBlock() 260 if (label_) { in WhileEachInst() 261 if (!label_->WhileEachInst(f, run_on_debug_line_insts)) return false; in WhileEachInst() 279 if (label_) { in WhileEachInst() 280 if (!static_cast<const Instruction*>(label_ in WhileEachInst() [all...] |
/third_party/gn/src/gn/ |
H A D | builder_record.h | 46 const Label& label() const { return label_; } in label() 102 return a->label_ < b->label_; in LabelCompare() 109 Label label_; member in BuilderRecord
|
H A D | rust_project_writer_helpers.h | 45 label_(label), in Crate() 84 const std::string& label() { return label_; } in label() 116 std::string label_; member in Crate
|
H A D | item.h | 37 const Label& label() const { return label_; } in label() 81 Label label_; member in Item
|
H A D | item.cc | 15 label_(label), in Item()
|
H A D | builder_record.cc | 13 label_(label), in BuilderRecord()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 230 const Instruction* label_; member in spvtools::val::BasicBlock
|
H A D | basic_block.cpp | 32 label_(nullptr), in BasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | basic_block.h | 110 const Instruction* label() const { return label_; } in label() 113 void set_label(const Instruction* t) { label_ = t; } in set_label() 230 const Instruction* label_; member in spvtools::val::BasicBlock
|
H A D | basic_block.cpp | 32 label_(nullptr), in BasicBlock()
|
/third_party/spirv-tools/source/val/ |
H A D | basic_block.h | 149 const Instruction* label() const { return label_; } in label() 152 void set_label(const Instruction* t) { label_ = t; } in set_label() 298 const Instruction* label_; member in spvtools::val::BasicBlock
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 984 raw_assembler()->Continuations(node, success.label_, exception.label_); in HandleException() 1255 raw_assembler()->Goto(label->label_); in Goto() 1281 return raw_assembler()->Branch(condition, true_label->label_, in Branch() 1282 false_label->label_); in Branch() 1335 labels[i] = case_labels[i]->label_; in Switch() 1339 return raw_assembler()->Switch(index, default_label->label_, case_values, in Switch() 1492 label_(nullptr) { in CodeAssemblerLabel() 1493 label_ = assembler->zone()->New<RawMachineLabel>( in CodeAssemblerLabel() 1501 CodeAssemblerLabel::~CodeAssemblerLabel() { label_ [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-basic-block.h | 85 Label* label() { return &label_; } in label() 100 Label label_; member in v8::internal::maglev::BasicBlock
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | alphaindex.h | 216 const UnicodeString &getLabel() const { return label_; } in getLabel() 229 UnicodeString label_; member in AlphabeticIndex::Bucket
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | alphaindex.h | 216 const UnicodeString &getLabel() const { return label_; } in getLabel() 229 UnicodeString label_; member in AlphabeticIndex::Bucket
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | alphaindex.h | 216 const UnicodeString &getLabel() const { return label_; } in getLabel() 229 UnicodeString label_; member in AlphabeticIndex::Bucket
|
/third_party/node/deps/v8/include/ |
H A D | v8-util.h | 286 : isolate_(isolate), label_(nullptr) {} in PersistentValueMapBase() 288 : isolate_(isolate), label_(label) {} in PersistentValueMapBase() 331 persistent->AnnotateStrongRetainer(label_); in AnnotateStrongRetainer() 350 const char* label_; member in v8::PersistentValueMapBase
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-util.h | 291 : isolate_(isolate), label_(nullptr) {} in PersistentValueMapBase() 293 : isolate_(isolate), label_(label) {} in PersistentValueMapBase() 337 persistent->AnnotateStrongRetainer(label_); in AnnotateStrongRetainer() 356 const char* label_; member in v8::PersistentValueMapBase
|
/third_party/libabigail/src/ |
H A D | abg-suppression-priv.h | 34 string label_; member in abigail::suppr::suppression_base::priv 53 label_(label) in priv() 61 label_(label), in priv()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator-impl.h | 217 Label* label() { return &label_; } in label() 242 Label label_; member in v8::internal::compiler::DeoptimizationExit
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 59 std::string label_; member in spvtools::val::__anon22272::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 86 out << std::setw(8) << "%" + label_ + " = OpLabel \n"; in operator std::string() 95 out << "%" + b.label_ + " "; in operator std::string() 99 out << "OpSwitch %one %" + successors_.front().label_; in operator std::string() 102 ss << " " << i << " %" << successors_[i].label_; in operator std::string() 108 out << "OpLoopMerge %" + successors_[0].label_ + " %" + in operator std::string() 109 successors_[0].label_ + "None"; in operator std::string() 122 out << "OpBranch %" + successors_.front().label_; in operator std::string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_cfg_test.cpp | 59 std::string label_; member in spvtools::val::__anon23529::Block 70 : label_(label), body_(), type_(type), successors_() {} in Block() 86 out << std::setw(8) << "%" + label_ + " = OpLabel \n"; in operator std::string() 95 out << "%" + b.label_ + " "; in operator std::string() 99 out << "OpSwitch %one %" + successors_.front().label_; in operator std::string() 102 ss << " " << i << " %" << successors_[i].label_; in operator std::string() 108 out << "OpLoopMerge %" + successors_[0].label_ + " %" + in operator std::string() 109 successors_[0].label_ + "None"; in operator std::string() 122 out << "OpBranch %" + successors_.front().label_; in operator std::string()
|
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 57 std::string label_; member in spvtools::val::__anon27107::Block 68 : label_(label), body_(), type_(type), successors_() {} in Block() 84 out << std::setw(8) << "%" + label_ + " = OpLabel \n"; in operator std::string() 93 out << "%" + b.label_ + " "; in operator std::string() 97 out << "OpSwitch %one %" + successors_.front().label_; in operator std::string() 100 ss << " " << i << " %" << successors_[i].label_; in operator std::string() 106 out << "OpLoopMerge %" + successors_[0].label_ + " %" + in operator std::string() 107 successors_[0].label_ + "None"; in operator std::string() 120 out << "OpBranch %" + successors_.front().label_; in operator std::string()
|