Searched refs:ext_inst_imports_ (Results 1 – 8 of 8) sorted by relevance
286 InstructionList ext_inst_imports_; variable320 ext_inst_imports_.push_back(std::move(e)); in AddExtInstImport()385 return ext_inst_imports_.begin(); in ext_inst_import_begin()388 return ext_inst_imports_.end(); in ext_inst_import_end()392 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports()397 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports()
91 DELEGATE(ext_inst_imports_); in ForEachInst()113 for (auto& i : ext_inst_imports_) DELEGATE(i); in ForEachInst()262 for (auto& ei : ext_inst_imports_) in GetExtInstImportId()
299 InstructionList ext_inst_imports_; variable335 ext_inst_imports_.push_back(std::move(e)); in AddExtInstImport()404 return ext_inst_imports_.begin(); in ext_inst_import_begin()407 return ext_inst_imports_.end(); in ext_inst_import_end()411 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports()416 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports()
91 DELEGATE(ext_inst_imports_); in ForEachInst()115 for (auto& i : ext_inst_imports_) DELEGATE(i); in ForEachInst()267 for (auto& ei : ext_inst_imports_) in GetExtInstImportId()
82 for (auto& i : ext_inst_imports_) DELEGATE(i); in ForEachInst()100 for (auto& i : ext_inst_imports_) DELEGATE(i); in ForEachInst()155 for (auto& ei : ext_inst_imports_) in GetExtInstImportId()
159 std::vector<std::unique_ptr<Instruction>> ext_inst_imports_; variable180 ext_inst_imports_.emplace_back(std::move(e)); in AddExtInstImport()