Searched refs:frontend_attributes_ (Results 1 – 4 of 4) sorted by relevance
1752 frontend_attributes_ = std::move(frontend_attributes); in set_frontend_attributes()1756 frontend_attributes_.mutable_map()->insert( in add_frontend_attributes()1761 return frontend_attributes_; in frontend_attributes()2370 FrontendAttributes frontend_attributes_; variable
1817 derived_instruction->set_frontend_attributes(frontend_attributes_); in SetupDerivedInstruction()3332 if (!frontend_attributes_.map().empty()) { in ExtraAttributesToString()3334 FrontendAttributesToString(frontend_attributes_))); in ExtraAttributesToString()3396 *proto.mutable_frontend_attributes() = frontend_attributes_; in ToProto()
224 frontend_attributes_ = frontend_attributes; in SetFrontendAttributes()232 FrontendAttributes old_attributes = std::move(frontend_attributes_); in SwapFrontendAttributes()233 frontend_attributes_ = frontend_attributes; in SwapFrontendAttributes()239 return frontend_attributes_; in frontend_attributes()243 void ClearFrontendAttributes() { frontend_attributes_.Clear(); } in ClearFrontendAttributes()1094 FrontendAttributes frontend_attributes_; variable
3936 *instr.mutable_frontend_attributes() = frontend_attributes_; in AddInstruction()