Home
last modified time | relevance | path

Searched refs:isNoCSE_ (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h923 : temp(Temp(0, s1)), reg_(0), isFixed_(0), isKill_(0), isPrecise_(0), isNUW_(0), isNoCSE_(0) in Definition()
972 constexpr void setNoCSE(bool noCSE) noexcept { isNoCSE_ = noCSE; }
974 constexpr bool isNoCSE() const noexcept { return isNoCSE_; }
985 uint8_t isNoCSE_ : 1; member

Completed in 4 milliseconds