Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 109) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/MC/AArch64/SVE/
H A Dcompact-diagnostics.s6 compact z23.d, p8, z13.d label
11 compact z23.d, p7.b, z13.d label
16 compact z23.d, p7.q, z13.d label
25 compact z31.s, p7, z31.d label
30 compact z31.b, p7, z31.b label
35 compact z31.h, p7, z31.h label
45 compact z31.d, p7, z31.d label
51 compact z31.d, p7, z31.d label
H A Dcompact.s12 compact z31.s, p7, z31.s label
18 compact z31.d, p7, z31.d label
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dcompact-unwind-i386.test1 # RUN: llvm-objdump --unwind-info %p/Inputs/compact-unwind.macho-i386 | FileCheck %s
7 # CHECK: compact encoding: 0x01010005
13 # CHECK: compact encoding: 0x41000000
19 # CHECK: compact encoding: 0x41000000
25 # CHECK: compact encoding: 0x01000000
H A Dcompact-unwind-x86_64.test1 # RUN: llvm-objdump --unwind-info %p/Inputs/compact-unwind.macho-x86_64 | FileCheck %s
7 # CHECK: compact encoding: 0x01000000
13 # CHECK: compact encoding: 0x41000000
19 # CHECK: compact encoding: 0x41000000
25 # CHECK: compact encoding: 0x01000000
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Dcompact-unwind-armv7k.s10 @ CHECK: compact encoding: 0x01000007
27 @ CHECK: compact encoding: 0x01000063
45 @ CHECK: compact encoding: 0x02000000
60 @ CHECK: compact encoding: 0x02000300
80 @ CHECK: compact encoding: 0x01c00001
97 @ CHECK: compact encoding: 0x04000000
109 @ CHECK: compact encoding: 0x04000000
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dcompact-unwind.s6 # Check that we emit compact-unwind info with UNWIND_X86_MODE_STACK_IND encoding
12 # CHECK-NEXT: compact encoding: 0x03056804
37 # Check that we emit compact-unwind info with UNWIND_X86_MODE_STACK_IMMD encoding
42 # CHECK-NEXT: compact encoding: 0x02360804
72 # CHECK-NEXT: compact encoding: 0x02020000
H A Dcompact-unwind-mode-dwarf.s10 ## This encodes DW_CFA_GNU_args_size which cannot be expressed using compact
18 ## This encodes DW_CFA_GNU_args_size which cannot be expressed using compact
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/compactbranches/
H A Dcompact-branch-policy.ll1 ; Check that -mips-compact-branches={never,optimal,always} is accepted and honoured.
2 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=never < %s | FileCheck %s -check-prefi…
3 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=optimal < %s | FileCheck %s -check-pre…
4 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=always < %s | FileCheck %s -check-pref…
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dswift-async-unwind.ll3 ; Swift asynchronous context is incompatible with the compact unwind encoding
6 ; allowed to unwind through Swift code, but at least make sure the compact info
9 ; CHECK: compact encoding: 0x03000000
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcompact-unwind.ll25 ; Even though we can't encode %rax into the compact unwind, We still want to be
26 ; able to generate a compact unwind encoding in this particular case.
32 ; CU-NEXT: compact encoding: 0x01010001
38 ; FROM-ASM-NEXT: compact encoding: 0x01010001
63 ; Test the code below uses UNWIND_X86_64_MODE_STACK_IMMD compact unwind
69 ; NOFP-CU-NEXT: compact encoding: 0x02040c0a
74 ; NOFP-FROM-ASM-NEXT: compact encoding: 0x02040c0a
H A D2014-08-29-CompactUnwind.ll14 ; subq instruction starts at 0x0a, so the second byte of the compact encoding
24 ; CHECK-NOT: {{compact encoding:.*0x0309f800}}
25 ; CHECK: {{compact encoding:.*0x030df800}}
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp141 const FileSpec &cpus_dir, bool compact) { in WriteContextSwitchTrace() argument
151 if (!compact) in WriteContextSwitchTrace()
196 BuildCpusSection(TraceIntelPT &trace_ipt, FileSpec directory, bool compact) { in BuildCpusSection() argument
209 WriteContextSwitchTrace(trace_ipt, cpu_id, cpus_dir, compact); in BuildCpusSection()
340 bool compact) { in SaveToDisk() argument
358 BuildCpusSection(trace_ipt, directory, compact); in SaveToDisk()
H A DTraceIntelPTBundleSaver.h43 FileSpec directory, bool compact);
/llvm-project-15.0.7/lld/test/MachO/
H A Dcompact-unwind-stack-ind.s6 ## Both _f and _g have the same compact unwind encoding,
7 ## but different stack sizes. So their compact unwindings
H A Deh-frame-sdata4.s70 ## Insert DW_CFA_GNU_args_size to prevent ld64 from creating a compact unwind
72 ## across the two linkers (LLD never bothers trying to synthesize compact
H A Darm64-relocs.s61 ## generate UNSIGNED section relocations only for compact unwind sections, so
62 ## those relocations are being tested in compact-unwind.s.
H A Deh-frame-dead-strip.s33 ## cfi_escape cannot be encoded in compact unwind
43 ## cfi_escape cannot be encoded in compact unwind
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DMachO_arm64_compact_unwind.s5 # Check that splitting of compact-unwind sections works.
8 # CHECK: Splitting {{.*}} into 1 compact unwind record(s)
/llvm-project-15.0.7/lldb/source/API/
H A DSBTrace.cpp47 bool compact) { in SaveToDisk() argument
48 LLDB_INSTRUMENT_VA(this, error, bundle_dir, compact); in SaveToDisk()
56 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DMachO_x86_64_compact_unwind.s5 # Check that splitting of compact-unwind sections works.
8 # CHECK: Splitting {{.*}} into 1 compact unwind record(s)
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dreloc-jalr.ll10 ; RUN: -O2 -mcpu=mips32r6 -mips-compact-branches=always < %s | \
14 ; RUN: -O2 -mcpu=mips64r6 -mips-compact-branches=always < %s | \
18 ; RUN: -O2 -mcpu=mips32r6 -mips-compact-branches=never < %s | \
22 ; RUN: -O2 -mcpu=mips64r6 -mips-compact-branches=never < %s | \
40 ; RUN: -O0 -mcpu=mips32r6 -mips-compact-branches=always < %s | \
44 ; RUN: -O0 -mcpu=mips64r6 -mips-compact-branches=always < %s | \
48 ; RUN: -O0 -mcpu=mips32r6 -mips-compact-branches=never < %s | \
52 ; RUN: -O0 -mcpu=mips64r6 -mips-compact-branches=never < %s | \
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dcompact-sample.proftext1 # Make sure "llvm-profdata show" works for sample profile in binary compact format
15 # Make sure "llvm-profdata overlap" works for sample profile in binary compact format
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py147 def traceSave(self, traceBundleDir, compact=False, error=False, substrs=None): argument
151 save_error, lldb.SBFileSpec(traceBundleDir), compact)
155 if compact:
/llvm-project-15.0.7/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp110 void compact() { compact(Root.get()); } in compact() function in Trie
309 void compact(Node *N) { in compact() function in Trie
311 compact(Child.get()); in compact()
375 T.compact(); in main()
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Deh-directive-text-section.s65 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
76 @ Besides, since this function is using compact model 0, thus we have to

12345