Lines Matching refs:value
256 const struct dxil_value *value);
262 const struct dxil_value *value);
337 dxil_value_type_equal_to(const struct dxil_value *value,
341 dxil_value_type_bitsize_equal_to(const struct dxil_value *value, unsigned bitsize);
344 dxil_value_get_type(const struct dxil_value *value);
347 dxil_module_get_int1_const(struct dxil_module *m, bool value);
350 dxil_module_get_int8_const(struct dxil_module *m, int8_t value);
353 dxil_module_get_int16_const(struct dxil_module *m, int16_t value);
356 dxil_module_get_int32_const(struct dxil_module *m, int32_t value);
359 dxil_module_get_int64_const(struct dxil_module *m, int64_t value);
362 dxil_module_get_int_const(struct dxil_module *m, intmax_t value,
369 dxil_module_get_float_const(struct dxil_module *m, float value);
372 dxil_module_get_double_const(struct dxil_module *m, double value);
386 const struct dxil_value *value);
392 dxil_get_metadata_int1(struct dxil_module *m, bool value);
395 dxil_get_metadata_int8(struct dxil_module *m, int8_t value);
398 dxil_get_metadata_int32(struct dxil_module *m, int32_t value);
401 dxil_get_metadata_int64(struct dxil_module *m, int64_t value);
404 dxil_get_metadata_float32(struct dxil_module *m, float value);
438 const struct dxil_value *value);
486 dxil_emit_store(struct dxil_module *m, const struct dxil_value *value,
498 dxil_emit_atomicrmw(struct dxil_module *m, const struct dxil_value *value,