Lines Matching refs:value
47 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value
147 OP_RDSV, // read system value
148 OP_WRSV, // write system value
663 inline bool exists() const { return value != NULL; }
667 inline Value *get() const { return value; }
679 // SSA: return eventual (traverse MOVs) literal value, if it exists
689 Value *value;
700 inline bool exists() const { return value != NULL; }
702 inline Value *get() const { return value; }
706 void replace(const ValueRef &, bool doSet); // replace all uses of the old value
718 Value *value; // should make this LValue * ...
719 LValue *origin; // pre SSA value
784 unsigned compound : 1; // used by RA, value involved in split/merge
851 ImmediateValue& operator=(const ImmediateValue&); // only sets value !