Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp237 GetDefaultEscapingHelper(GetPrintableElementType elem_type, in GetDefaultEscapingHelper() argument
239 switch (elem_type) { in GetDefaultEscapingHelper()
242 return [escape_style, elem_type](uint8_t *buffer, uint8_t *buffer_end, in GetDefaultEscapingHelper()
244 return GetPrintable(elem_type == GetPrintableElementType::UTF8 in GetDefaultEscapingHelper()
397 StringElementType elem_type, in ReadEncodedBufferAndDumpToStream() argument
429 if (elem_type == StringElementType::ASCII && !options.GetSourceSize()) { in ReadEncodedBufferAndDumpToStream()
464 if (elem_type == StringElementType::ASCII) in ReadEncodedBufferAndDumpToStream()
487 GetPrintableElementType print_style = (elem_type == StringElementType::ASCII) in ReadEncodedBufferAndDumpToStream()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp778 CompilerType elem_type; in GetStructValueObject() local
779 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject()
780 uint32_t type_flags = elem_type.GetTypeInfo(); in GetStructValueObject()
782 elem_type.GetByteSize(m_process_sp.get()); in GetStructValueObject()
792 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td732 class Insert_Element <ValueType elem_type, ValueType vec_type,
735 (insertelt vec_type:$vec, elem_type:$elem, sub_idx),
H A DSIInstructions.td1144 multiclass Insert_Element_V2<RegisterClass RC, ValueType elem_type, ValueType vec_type> {
1146 (insertelt vec_type:$vec, elem_type:$elem, 0),
1147 (REG_SEQUENCE RC, $elem, sub0, (elem_type (EXTRACT_SUBREG $vec, sub1)), sub1)
1151 (insertelt vec_type:$vec, elem_type:$elem, 1),
1152 (REG_SEQUENCE RC, (elem_type (EXTRACT_SUBREG $vec, sub0)), sub0, $elem, sub1)
/openbsd-src/sys/dev/ic/
H A Dqwx.c6102 qwx_qmi_decode_get_elem(const struct qmi_elem_info *ei, uint8_t elem_type) in qwx_qmi_decode_get_elem()
6104 while (ei->data_type != QMI_EOTI && ei->tlv_type != elem_type) in qwx_qmi_decode_get_elem()
6178 uint8_t elem_type; in qwx_qmi_decode_tlv_hdr()
6190 elem_type = *p; in qwx_qmi_decode_tlv_hdr()
6202 ei = qwx_qmi_decode_get_elem(ei0, elem_type); in qwx_qmi_decode_tlv_hdr()
6206 __func__, elem_type, qmi_data_type_name[ei->data_type], in qwx_qmi_decode_tlv_hdr()
6230 sc->sc_dev.dv_xname, elem_type, elem_size); in qwx_qmi_decode_tlv_hdr()
6254 sc->sc_dev.dv_xname, elem_type, in qwx_qmi_decode_tlv_hdr()
6267 sc->sc_dev.dv_xname, elem_type, in qwx_qmi_decode_tlv_hdr()
6287 sc->sc_dev.dv_xname, elem_type, e in qwx_qmi_decode_tlv_hdr()
6098 qwx_qmi_decode_get_elem(const struct qmi_elem_info * ei,uint8_t elem_type) qwx_qmi_decode_get_elem() argument
6174 uint8_t elem_type; qwx_qmi_decode_tlv_hdr() local
6668 uint8_t elem_type = ei->tlv_type; qwx_qmi_decode_msg() local
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c9802 tree elem_type = TREE_TYPE (TREE_TYPE (arg0)); in fold_binary() local
9803 if (! HONOR_NANS (TYPE_MODE (elem_type)) in fold_binary()
9804 && ! HONOR_INFINITIES (TYPE_MODE (elem_type))) in fold_binary()
9806 tree r = build_real (elem_type, dconst1); in fold_binary()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c5906 tree elem_type = TREE_TYPE (type); in rs6000_gimplify_va_arg() local
5907 enum machine_mode elem_mode = TYPE_MODE (elem_type); in rs6000_gimplify_va_arg()
5915 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p, in rs6000_gimplify_va_arg()
5922 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p, in rs6000_gimplify_va_arg()