Home
last modified time | relevance | path

Searched refs:isConstant_ (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h491 : reg_(PhysReg{128}), isTemp_(false), isFixed_(true), isConstant_(false), isKill_(false), in Operand()
523 op.isConstant_ = true; in c8()
535 op.isConstant_ = true; in c16()
572 op.isConstant_ = true; in c64()
620 op.isConstant_ = true; in c32_or_c64()
654 op.isConstant_ = true; in literal32()
733 assert(!isConstant_); in setTemp()
772 constexpr bool isConstant() const noexcept { return isConstant_; } in isConstant()
899 uint8_t isConstant_ : 1; member