Searched refs:elem_type (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | StringPrinter.cpp | 237 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 777 CompilerType elem_type; in GetStructValueObject() local 778 if (m_type.IsHomogeneousAggregate(&elem_type)) { in GetStructValueObject() 779 uint32_t type_flags = elem_type.GetTypeInfo(); in GetStructValueObject() 781 elem_type.GetByteSize(m_process_sp.get()); in GetStructValueObject() 791 ValueSP val_sp = GetFloatValue(elem_type, i); in GetStructValueObject()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 383 OptionalAttr<TypeAttr>:$elem_type); 389 $elem_type ? *$elem_type 428 OptionalAttr<TypeAttr>:$elem_type); 463 `:` functional-type(operands, results) (`,` $elem_type^)?
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 682 class Insert_Element <ValueType elem_type, ValueType vec_type, 685 (insertelt vec_type:$vec, elem_type:$elem, sub_idx),
|
| H A D | SIInstructions.td | 1083 multiclass Insert_Element_V2<RegisterClass RC, ValueType elem_type, ValueType vec_type> { 1085 (insertelt vec_type:$vec, elem_type:$elem, 0), 1086 (REG_SEQUENCE RC, $elem, sub0, (elem_type (EXTRACT_SUBREG $vec, sub1)), sub1) 1090 (insertelt vec_type:$vec, elem_type:$elem, 1), 1091 (REG_SEQUENCE RC, (elem_type (EXTRACT_SUBREG $vec, sub0)), sub0, $elem, sub1)
|
| /llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/ |
| H A D | invalid.mlir | 108 // expected-error@below {{expected 'elem_type' attribute if opaque pointer type is used}} 115 // expected-error@below {{unexpected 'elem_type' attribute when non-opaque pointer type is used}} 116 "llvm.alloca"(%sz) { elem_type = i32 } : (i64) -> !llvm.ptr<i32>
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | SPIR-V.md | 1180 is lowered directly to a `!spv.ptr<!spv.array<nelts x elem_type>>` when the 1181 `memref` is statically shaped, and `!spv.ptr<!spv.rtarray<elem_type>>` when the
|