Lines Matching defs:value
50 * Each concrete class derived from \c ir_instruction has a value in this
51 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
191 * return the same value as this one.
241 * Get the variable that is ultimately referenced by an r-value
250 * If an r-value is a reference to a whole variable, get that variable
253 * Pointer to a variable that is completely dereferenced by the r-value. If
254 * the r-value is not a dereference or the dereference does not access the
264 * Determine if an r-value has the value zero
268 * for vector and scalar types that have all elements set to the value
276 * Determine if an r-value has the value one
280 * for vector and scalar types that have all elements set to the value
288 * Determine if an r-value has the value negative one
292 * for vector and scalar types that have all elements set to the value
300 * Determine if an r-value is an unsigned integer constant which can be
308 * Return a generic value of error_type.
404 * Get the string value for an interpolation qualifier
841 * have the same precision value and the checks we add in the compiler
945 * slot has not been assigned, the value will be -1.
1003 * refer to constants with the same value, they must point to separate
1315 * and the value in *result if result is non-NULL.
1523 * the value from a consecutive channel of the rhs. For example,
1631 * of parameters and returning a value in the supplied temporary.
1676 * storing the return value in return_deref.
1681 * Storage for the function's return value.
1721 : ir_jump(ir_type_return), value(NULL)
1725 ir_return(ir_rvalue *value)
1726 : ir_jump(ir_type_return), value(value)
1734 return value;
1744 ir_rvalue *value;
1867 * The specific form of the IR instruction depends on the \c mode value
1990 * L-value swizzles cannot contain duplicate components.
2031 * Get the variable that is ultimately referenced by an r-value
2055 * Get the variable that is ultimately referenced by an r-value
2087 * Get the variable that is ultimately referenced by an r-value
2126 ir_dereference_array(ir_rvalue *value, ir_rvalue *array_index);
2140 * Get the variable that is ultimately referenced by an r-value
2168 void set_array(ir_rvalue *value);
2174 ir_dereference_record(ir_rvalue *value, const char *field);
2185 * Get the variable that is ultimately referenced by an r-value
2282 * This is useful, for example, to get a value from an integer constant
2329 * Determine whether a constant has the same value as another constant
2337 * Return true if this ir_constant represents the given value.
2339 * For vectors, this checks that each component is the given value.
2350 * long as the value is non-negative and fits in 16-bits.
2361 union ir_constant_data value;
2399 return stream->as_constant()->value.i[0];
2432 return stream->as_constant()->value.i[0];