| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | FormatPaper.csv | 8 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Weve… 15 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,,|In Progress… 16 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,,|In Progre… 17 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year``",,Mark de Wever,,|In Progres… 18 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday``",,Mark de Wever,,|In Prog… 20 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday_last``",,Mark de Wever,,|In… 21 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day``",,Mark de Wever,,|In Pr… 22 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day_last``",,Mark de Wever,,|… 23 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_weekday``",,Mark de Wever,,|I… 25 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year_month``",,Mark de Wever,,|In P… [all …]
|
| H A D | FormatIssues.csv | 2 `P0645 <https://wg21.link/P0645>`_,"Text Formatting",Mark de Wever,,|Complete|,Clang 14 3 `P1652 <https://wg21.link/P1652>`_,"Printf corner cases in std::format",Mark de Wever,"`D103433 <ht… 4 …`_,"Extended locale-specific presentation specifiers for std::format",Mark de Wever,`D103368 <http… 5 …width and precision in std::format (Implements the unicode support.)",Mark de Wever,"`D103413 <htt… 6 `P2216 <https://wg21.link/P2216>`_,"std::format improvements",Mark de Wever,,|Complete|,Clang 15 7 …__,"Add support for ``std::generator``-like types to ``std::format``",Mark de Wever,`D127570 <http… 8 `P2508R1 <https://wg21.link/P2508R1>`__,"Exposing ``std::basic-format-string``","C++23","Mark de We… 10 `P1361 <https://wg21.link/P1361>`_,"Integration of chrono with text formatting",Mark de Wever,,|In … 11 `P2372 <https://wg21.link/P2372>`__,"Fixing locale handling in chrono formatters",Mark de Wever,,|I…
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ELFAttributeParser.cpp | 25 uint64_t value = de.getULEB128(cursor); in parseStringAttribute() 39 uint64_t value = de.getULEB128(cursor); in integerAttribute() 55 StringRef desc = de.getCStrRef(cursor); in stringAttribute() 87 uint64_t value = de.getULEB128(cursor); in parseIndexList() 98 uint64_t tag = de.getULEB128(cursor); in parseAttributeList() 124 StringRef vendorName = de.getCStrRef(cursor); in parseSubsection() 137 uint8_t tag = de.getU8(cursor); in parseSubsection() 138 uint32_t size = de.getU32(cursor); in parseSubsection() 200 uint8_t formatVersion = de.getU8(cursor); in parse() 206 while (!de.eof(cursor)) { in parse() [all …]
|
| H A D | ARMAttributeParser.cpp | 72 StringRef desc = de.getCStrRef(cursor); in stringAttribute() 96 uint64_t value = de.getULEB128(cursor); in CPU_arch_profile() 211 uint64_t value = de.getULEB128(cursor); in ABI_align_needed() 230 uint64_t value = de.getULEB128(cursor); in ABI_align_preserved() 286 uint64_t integer = de.getULEB128(cursor); in compatibility() 287 StringRef string = de.getCStrRef(cursor); in compatibility() 378 uint64_t value = de.getULEB128(cursor); in nodefaults()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 82 de = DataExtractor(buf.substr(4), false, 0); in readGCNOFormat() 84 de = DataExtractor(buf.substr(4), true, 0); in readGCNOFormat() 97 de = DataExtractor(buf.substr(4), false, 0); in readGCDAFormat() 99 de = DataExtractor(buf.substr(4), true, 0); in readGCDAFormat() 108 std::string str(de.getBytes(cursor, 4)); in readGCOVVersion() 111 if (de.isLittleEndian()) in readGCOVVersion() 143 uint32_t getWord() { return de.getU32(cursor); } in getWord() 152 if (cursor.tell() + 4 > de.size()) { in readInt() 157 Val = de.getU32(cursor); in readInt() 174 str = de.getBytes(cursor, len).drop_back(); in readString() [all …]
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | atomic_compare_codegen.cpp | 2076 dx = dx > de ? de : dx; in foo() 2078 dx = dx < de ? de : dx; in foo() 2080 dx = de > dx ? de : dx; in foo() 2082 dx = de < dx ? de : dx; in foo() 2097 dx = dx > de ? de : dx; in foo() 2099 dx = dx < de ? de : dx; in foo() 2101 dx = de > dx ? de : dx; in foo() 2103 dx = de < dx ? de : dx; in foo() 2118 dx = dx > de ? de : dx; in foo() 2120 dx = dx < de ? de : dx; in foo() [all …]
|
| /llvm-project-15.0.7/polly/ |
| H A D | CREDITS.txt | 27 E: [email protected].de 28 W: http://www.infosun.fim.uni-passau.de/cl/staff/simbuerger/ 38 E: [email protected].de 40 W: http://www.cdl.uni-saarland.de/people/doerfert/ 41 P: http://www.cdl.uni-saarland.de/people/doerfert/JohannesDoerfert.asc
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | literal-dedup.s | 33 # CHECK-NEXT: [[#%.16x,DEADBEEF16:]] ef be ad de ef be ad de ef be ad de ef be ad de 35 # CHECK-NEXT: [[#%.16x,DEADBEEF8:]] ef be ad de ef be ad de ce fa ed fe ce fa ed fe 36 # CHECK-NEXT: [[#%.16x,DEADBEEF4:]] ef be ad de ce fa ed fe
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | AUTHORS | 14 Arne Beer <arne@twobeer.de> 16 Christian Wassermann <christian_wassermann@web.de> 31 Felix Homann <linuxaudio@showlabor.de> 58 Tobias Schmidt <[email protected].de>
|
| H A D | CONTRIBUTORS | 29 Arne Beer <arne@twobeer.de> 32 Christian Wassermann <christian_wassermann@web.de> 49 Felix Homann <linuxaudio@showlabor.de> 81 Tobias Schmidt <[email protected].de>
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | align-branch-single.s | 55 # JCC: de: callq *%rax 56 # JMP: de: callq *%rax 57 # IND: de: callq *%rax 59 # RET: de: callq *%rax
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | duplicate-global-imports.s | 10 # Same import module/name/type as `g1`, should be de-duped. 16 # Imported as an i32 instead of i64, so should not be de-duped. 22 # Imported as mutable instead of immutable, so should not be de-duped.
|
| H A D | duplicate-function-imports.s | 10 # Same import module/name/type as `f1`, should be de-duped. 16 # Same import module/name, but different type. Should not be de-duped.
|
| H A D | duplicate-table-imports.s | 10 # Same import module/name/type as `t1`, should be de-duped. 16 # Imported as an externref instead of funcref, so should not be de-duped.
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | runtime-fns.m | 2 // RUN: grep -e "^de.*objc_msgSend[0-9]*(" %t | count 1 4 // RUN: grep -e "^de.*objc_msgSend[0-9]*(" %t | count 1
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | AUTHORS | 14 2010-2011 INRIA Saclay - Ile-de-France 23 Domaine de Voluceau - Rocquencourt, B.P. 105
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/ |
| H A D | return-hard-struct-f128.ll | 7 ; Test return of {fp128} agrees with de-facto N32/N64 ABI. 24 ; match the de facto ABI as implemented by GCC.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/ |
| H A D | simplestorefp1.ll | 11 @de = common global double 0.000000e+00, align 8 31 store double 1.234567e+00, double* @de, align 8
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | preserve-segment-contents.test | 35 …1 -j 0x2000 -N 28 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK1 -DPATTERN="de ad be ef" 36 …1 -j 0x2100 -N 12 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK2 -DPATTERN="de ad be ef" 37 …1 -j 0x2200 -N 4 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK3 -DPATTERN="de ad be ef" 38 …1 -j 0x2300 -N 12 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK4 -DPATTERN="de ad be ef" 39 …1 -j 0x3000 -N 68 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK5 -DPATTERN="de ad be ef" 40 …1 -j 0x4000 -N 60 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK6 -DPATTERN="de ad be ef" 41 …1 -j 0x5000 -N 60 %t.out | FileCheck %s --ignore-case --check-prefix=CHECK7 -DPATTERN="de ad be ef"
|
| H A D | strip-sections.test | 42 # DATA: {{^[^[:blank:]]+}} de ad be ef ca fe ba be 45 # VALIDATE: {{^[^[:blank:]]+}} de ad be ef ca fe ba be fe ed fa ce
|
| H A D | strip-sections-only-section.test | 18 # CHECK: de ad be ef
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | bit-checks.ll | 894 %de = and i32 %argc3, %argc5 897 %and2 = and i32 %argc, %de 917 %de = and i32 %argc3, %argc5 920 %and2 = and i32 %argc, %de 939 %de = and i32 %argc3, %argc5 942 %and2 = and i32 %de, %argc 965 %and2 = and i32 %de, %argc 987 %and2 = and i32 %argc, %de 1010 %and2 = and i32 %argc, %de 1032 %and2 = and i32 %de, %argc [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | custom-section-alignment.ll | 5 !0 = !{ !"before", !"\de\ad\be\ef" }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | fp16-vector-load-store.ll | 193 ; Load 2 x v4f16 with de-interleaving 202 ; Load 3 x v4f16 with de-interleaving 211 ; Load 4 x v4f16 with de-interleaving 247 ; Load 2 x v8f16 with de-interleaving 256 ; Load 3 x v8f16 with de-interleaving 265 ; Load 8 x v8f16 with de-interleaving 500 ; Load 2 x v4f16 without de-interleaving 509 ; Load 3 x v4f16 without de-interleaving 518 ; Load 4 x v4f16 without de-interleaving 554 ; Load 2 x v8f16 without de-interleaving [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/ |
| H A D | unique-linkage-name-dwarf.perfscript | 3 4006de
|