| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | PrintfMatcher.cpp | 39 void display(testutils::StreamWrapper &stream, FormatSection form) { in display() argument 40 stream << "Raw String (len " << form.raw_len << "): \""; in display() 41 for (size_t i = 0; i < form.raw_len; ++i) { in display() 42 stream << form.raw_string[i]; in display() 45 if (form.has_conv) { in display() 53 stream << "\tmin width: " << form.min_width << "\n"; in display() 54 stream << "\tprecision: " << form.precision << "\n"; in display() 56 switch (form.length_modifier) { in display() 68 stream << "\tconversion name: " << form.conv_name << "\n"; in display() 69 if (form.conv_name == 'p' || form.conv_name == 'n' || form.conv_name == 's') in display() [all …]
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | coarrays01.f90 | 11 form team(1, t) 54 form team(1, t1) 56 form team(2, t2) 58 form team(2, t2%a) 60 form team(3, t3(2)) 62 form team(3, t3) 70 form team(i, t) 72 form team(1, t2) 74 form team(z, t) 76 form team(j, t)
|
| H A D | io05.f90 | 16 delim=c(6), direct=c(7), encoding=c(8), form=c(9), formatted=c(10), & 33 delim=cv, direct=cv, encoding=cv, form=cv, formatted=cv, & 50 inquire(form=c(1), iostat=stat1, form=c(2), file='abc')
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.h | 43 DWARFFormValue(const DWARFUnit *unit, dw_form_t form) in DWARFFormValue() argument 44 : m_unit(unit), m_form(form) {} in DWARFFormValue() 49 void SetForm(dw_form_t form) { m_form = form; } in SetForm() argument 58 static llvm::Optional<uint8_t> GetFixedSize(dw_form_t form, 73 static bool SkipValue(const dw_form_t form, 76 static bool IsBlockForm(const dw_form_t form); 77 static bool IsDataForm(const dw_form_t form); 80 static bool FormIsSupported(dw_form_t form);
|
| H A D | DWARFAbbreviationDeclaration.cpp | 44 dw_form_t form = data.GetULEB128(offset_ptr); in extract() local 49 if (!attr && !form) in extract() 52 if (!attr || !form) in extract() 58 if (form == DW_FORM_implicit_const) in extract() 61 m_attributes.push_back(DWARFAttribute(attr, form, val)); in extract()
|
| H A D | DWARFFormValue.cpp | 192 if (form <= DW_FORM_ref_sig8 && g_form_sizes[form].valid) in GetFixedSize() 193 return g_form_sizes[form].size; in GetFixedSize() 194 if (form == DW_FORM_addr && u) in GetFixedSize() 208 bool DWARFFormValue::SkipValue(dw_form_t form, in SkipValue() argument 213 switch (form) { in SkipValue() 569 bool DWARFFormValue::IsBlockForm(const dw_form_t form) { in IsBlockForm() argument 570 switch (form) { in IsBlockForm() 581 bool DWARFFormValue::IsDataForm(const dw_form_t form) { in IsDataForm() argument 582 switch (form) { in IsDataForm() 594 bool DWARFFormValue::FormIsSupported(dw_form_t form) { in FormIsSupported() argument [all …]
|
| H A D | DWARFAttribute.h | 21 DWARFAttribute(dw_attr_t attr, dw_form_t form, in DWARFAttribute() argument 23 : m_attr(attr), m_form(form), m_value(value) {} in DWARFAttribute() 28 void get(dw_attr_t &attr, dw_form_t &form, in get() argument 31 form = m_form; in get()
|
| H A D | DWARFDebugInfoEntry.cpp | 74 dw_form_t form; in Extract() local 76 form = abbrevDecl->GetFormByIndexUnchecked(i); in Extract() 78 DWARFFormValue::GetFixedSize(form, cu); in Extract() 86 switch (form) { in Extract() 177 form = data.GetULEB128(&offset); in Extract() 194 m_offset, (unsigned)form); in Extract() 421 const dw_form_t form = form_value.Form(); in GetAttributes() local 454 DWARFFormValue::SkipValue(form, data, &offset, cu); in GetAttributes() 585 dw_form_t form = form_value.Form(); in GetAttributeHighPC() local 586 if (form == DW_FORM_addr || form == DW_FORM_addrx || in GetAttributeHighPC() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedThunderX3T110.td | 760 // Divide, W-form 768 // Divide, X-form 1253 // FP divide, S-form 1254 // FP square root, S-form 1261 // FP divide, D-form 1262 // FP square root, D-form 1346 // ASIMD multiply, D-form 1347 // ASIMD multiply, Q-form 1418 // ASIMD multiply, D-form 1604 // ASIMD count, D-form [all …]
|
| H A D | AArch64SchedThunderX2T99.td | 501 // Divide, W-form 509 // Divide, X-form 1146 // FP divide, S-form 1147 // FP square root, S-form 1154 // FP divide, D-form 1155 // FP square root, D-form 1239 // ASIMD multiply, D-form 1240 // ASIMD multiply, Q-form 1311 // ASIMD multiply, D-form 1495 // ASIMD count, D-form [all …]
|
| H A D | AArch64SchedNeoverseN2.td | 779 // FP divide, H-form 781 // FP divide, S-form 783 // FP divide, D-form 786 // FP square root, H-form 788 // FP square root, S-form 1055 // ASIMD FP convert, other, D-form F32 and Q-form F64 1059 // ASIMD FP convert, other, D-form F16 and Q-form F32 1097 // ASIMD FP round, D-form F32 and Q-form F64 1102 // ASIMD FP round, D-form F16 and Q-form F32 1183 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32 [all …]
|
| H A D | AArch64SchedA57.td | 382 // ASIMD multiply, D-form 388 // ASIMD multiply, Q-form 438 // D form - v2f32 439 // Q form - v4f32, v2f64 440 // D form - 32, 64 441 // D form - v1i32, v1i64 442 // D form - v2i32 443 // Q form - v4i32, v2i64 511 // ASIMD FP round, D-form 513 // ASIMD FP round, Q-form [all …]
|
| H A D | AArch64SchedA64FX.td | 893 // Divide, W-form 899 // Divide, X-form 1522 // FP divide, S-form 1523 // FP square root, S-form 1531 // FP divide, D-form 1532 // FP square root, D-form 1615 // ASIMD multiply, D-form 1616 // ASIMD multiply, Q-form 1685 // ASIMD multiply, D-form 1886 // ASIMD count, D-form [all …]
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | RationaleSimplifiedPolyhedralForm.md | 1 # MLIR: The case for a simplified polyhedral form 4 representing and transforming dense numerical kernels, but it uses a form that 10 that explored the tradeoffs of using this simplified form vs the traditional 11 polyhedral schedule list form. At some point, this document could be dusted off 13 it in this crafty form than not to. Beware that this document uses archaic 26 represented in multidimensional loop form. The idea is that a CFG function is 254 one form are representable in the other form in all cases. 276 simplified form supports instruction duplication. 302 In practice, the simplified form requires moving the complexity of code 351 form is correct or not. For example, this is invalid code: [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug-abbrev.s | 3 ## shows how llvm-dwarfdump handles unknown tag, attribute and form values. 39 .byte 0x08 ## DW_FORM_string (valid form for DW_AT_name). 41 .byte 0x05 ## DW_FORM_data2 (invalid form for DW_AT_stmt_list). 44 ## Tag without children and reserved form/attribute values. 48 ## Reserved attribute and form. 67 .byte 0xFF, 0xFF, 0x03 ## 0xFFFF == Unknown multi-byte form. 69 .byte 0x7F ## Unknown single-byte form.
|
| H A D | debug-names-verify-abbrev-forms.s | 4 …0: Abbreviation 0x2: DW_IDX_compile_unit uses an unexpected form DW_FORM_ref1 (expected form class… 5 … 0x0: Abbreviation 0x2: DW_IDX_type_unit uses an unexpected form DW_FORM_ref1 (expected form class… 6 # CHECK: error: NameIndex @ 0x0: Abbreviation 0x2: DW_IDX_type_hash uses an unexpected form DW_FORM… 9 # CHECK: NameIndex @ 0x0: Abbreviation 0x1: DW_IDX_die_offset uses an unknown form: DW_FORM_unknown…
|
| H A D | apple_names_verify_form.s | 6 # CHECK-NEXT: error: Unsupported form: failed to read HashData. 9 # in llvm-dwarfdump, correctly identifies that Atom[0].form is unsupported. 37 ….short 400 ## DW_FORM_data4 -- error: unsupported form; failed to read HashDat…
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | ShapeDialect.md | 15 This "input" form carries both the shape and whether in error state as 20 This form uses a variant of explicit evidence passing to allow leveraging 25 This final lowered form is imperative form with side-effecting ops (e.g., 31 Starting from the shape function of matmul in the error monadic form 93 We are going to lower to "most" nested form directly (see 165 The above form can now be lowered to the fully imperative form (see 190 * In this case form 3 is as easy and closer to form 1 (but only as no 192 language could be more similar to the imperative form (under discussion). 193 * The above form presented here is an intermittent form during a lowering 201 …form is least use inside the current workflows and needs more work. In particular in the example w…
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/EmitC/IR/ |
| H A D | EmitC.td | 39 // Custom form of applying the & operator. 42 // Generic form of the same operation. 72 // Custom form defining a call to `foo()`. 75 // Generic form of the same operation. 123 specified by an attribute. This can be used to form simple integer and 160 // Custom form defining the inclusion of `<myheader>`. 163 // Generic form of the same operation. 166 // Custom form defining the inclusion of `"myheader"`. 169 // Generic form of the same operation. 184 specified by an attribute. This can be used to form simple integer and
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | dwarf5-loclist-offset-form.test | 3 … -filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-loclist-offset-form-main.s -o %tmain.o 4 …filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-loclist-offset-form-helper.s -o %thelpe… 7 # RUN: llvm-dwarfdump --show-form --verbose --debug-info %t.exe | FileCheck --check-prefix=PRECHECK… 8 # RUN: llvm-dwarfdump --show-form --verbose --debug-addr %t.bolt > %t.txt 9 # RUN: llvm-dwarfdump --show-form --verbose --debug-info %t.bolt >> %t.txt
|
| H A D | dwarf4-ftypes-dwp-input-dwp-output.test | 9 ; RUN: llvm-dwarfdump --show-form --verbose --debug-types main.exe.dwp | FileCheck -check-prefix=PR… 10 ; RUN: llvm-dwarfdump --show-form --verbose --debug-tu-index main.exe.dwp | FileCheck -check-prefix… 12 ; RUN: llvm-dwarfdump --show-form --verbose --debug-types main.exe.bolt.dwp | FileCheck -check-pref… 13 ; RUN: llvm-dwarfdump --show-form --verbose --debug-tu-index main.exe.bolt.dwp | FileCheck -check-p…
|
| /llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/ |
| H A D | add.ll | 103 ; Check that we can gather information for conditions is the form of 121 ; Check that we can gather information for conditions is the form of 140 ; Check that for conditions is the form of cond1 && cond2 we don't mistakenly 159 ; Check that we can gather information for conditions is the form of 179 ; Check that we can gather information for conditions is the form of 216 ; Check that we can gather information for conditions is the form of 234 ; Check that we can gather information for conditions is the form of 253 ; Check that for conditions is the form of cond1 || cond2 we don't mistakenly 272 ; Check that we can gather information for conditions is the form of 292 ; Check that we can gather information for conditions is the form of
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | print-ir-invalid.mlir | 9 // the generic form. 17 // form. 23 // With --mlir-print-assume-verified the custom form is printed in both cases.
|
| /llvm-project-15.0.7/mlir/ |
| H A D | LICENSE.TXT | 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 35 transformation or translation of a Source form, including but 40 Object form, made available under the License, as indicated by a 45 form, that is based on (or derived from) the Work and for which the 58 means any form of electronic, verbal, or written communication sent 75 Work and such Derivative Works in Source or Object form. 95 modifications, and in Source or Object form, provided that You 104 (c) You must retain, in the Source form of any Derivative Works 106 attribution notices from the Source form of the Work, [all …]
|
| /llvm-project-15.0.7/flang/ |
| H A D | LICENSE.TXT | 30 "Source" form shall mean the preferred form for making modifications, 34 "Object" form shall mean any form resulting from mechanical 35 transformation or translation of a Source form, including but 40 Object form, made available under the License, as indicated by a 45 form, that is based on (or derived from) the Work and for which the 58 means any form of electronic, verbal, or written communication sent 75 Work and such Derivative Works in Source or Object form. 95 modifications, and in Source or Object form, provided that You 104 (c) You must retain, in the Source form of any Derivative Works 106 attribution notices from the Source form of the Work, [all …]
|