Searched refs:restore_ (Results 1 – 9 of 9) sorted by relevance
72 ScopedRestoreFlushDenormalState restore_;83 ScopedRestoreFlushDenormalState restore_;
116 restore_ = get_fpu_state(); in ScopedSuppressDenormals()120 ScopedSuppressDenormals::~ScopedSuppressDenormals() { set_fpu_state(restore_); } in ~ScopedSuppressDenormals()
46 fpu_state restore_;
329 EnvValue(const char *name, const char *value) : name_(name), restore_(false) { in EnvValue()332 restore_ = true; in EnvValue()338 if (restore_) { in ~EnvValue()346 bool restore_; variable
111 void restore_(Agent &agent, std::size_t node_id) const;
696 next_trie_->restore_(agent, link); in restore()718 void LoudsTrie::restore_(Agent &agent, std::size_t node_id) const { in restore_() function in marisa::grimoire::trie::LoudsTrie847 restore_(agent, node_id); in prefix_match_()
370 StringAttr restore_;655 restore_ = StringAttr::get(getContext(), "tfg.Restore");
719 return op_name == restore_ || op_name == restore_v2_ || in IsRestore()
3975 T &restore_; member in __anon72c308da0411::save_value3979 save_value(T &restore) : restore_(restore), original_value_(restore) {} in save_value()3981 ~save_value() { restore_ = std::move(original_value_); } in ~save_value()