Home
last modified time | relevance | path

Searched refs:EXEC (Results 1 – 25 of 80) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Delf-disassemble-symbol-references.yaml3 # RUN: llvm-objdump %t -d | FileCheck %s --check-prefix=EXEC
5 # EXEC-LABEL: <first>:
6 # EXEC-NEXT: 4000: e8 00 00 00 00 callq 0x4005 <third>
7 # EXEC-LABEL: <third>:
8 # EXEC-NEXT: 4005: e8 12 34 56 78 callq 0x7856741c <data1+0x7856241c>
9 # EXEC-LABEL: <fourth>:
10 # EXEC-NEXT: 400a: 8b 05 f0 0f 00 00 movl 4080(%rip), %eax # 0x5000 <data1>
/llvm-project-15.0.7/lld/test/MachO/
H A Dload-command-sequence.s10 # RUN: FileCheck %s --check-prefixes=EXEC,COMMON
20 # EXEC: cmd LC_SEGMENT_64
21 # EXEC: segname __PAGEZERO
45 # EXEC: cmd LC_LOAD_DYLINKER
51 # EXEC: cmd LC_MAIN
H A Dload-commands.s18 # RUN: llvm-objdump --macho --all-headers %t/executable | FileCheck %s --check-prefix=EXEC
20 # RUN: llvm-objdump --macho --all-headers %t/explicit-executable | FileCheck %s --check-prefix=EXEC
21 # EXEC: magic cputype cpusubtype caps filetype
22 # EXEC-NEXT: MH_MAGIC_64 X86_64 ALL {{.*}} EXECUTE
23 # EXEC-DAG: cmd LC_MAIN
24 # EXEC-DAG: cmd LC_LOAD_DYLINKER
H A Dmh-header-link.s27 # RUN: not %lld -o /dev/null -dylib %t/exec.o 2>&1 | FileCheck %s --check-prefix ERR-EXEC
29 # ERR-EXEC: error: undefined symbol: __mh_execute_header
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-types.test30 # RUN: llvm-readobj -h %t3 | FileCheck %s --match-full-lines --check-prefix LLVM-EXEC
31 # RUN: llvm-readelf -h %t3 | FileCheck %s --match-full-lines --check-prefix GNU-EXEC
33 # LLVM-EXEC: ElfHeader {
34 # LLVM-EXEC: Type: Executable (0x2)
36 # GNU-EXEC: ELF Header:
37 # GNU-EXEC: Type: EXEC (Executable file)
H A Dstack-sizes.test193 # EXEC-GNU-NOT:{{.}}
195 # EXEC-LLVM: StackSizes [
196 # EXEC-LLVM-NEXT: Entry {
198 # EXEC-LLVM-NEXT: Size: 0x10
199 # EXEC-LLVM-NEXT: }
200 # EXEC-LLVM-NEXT: Entry {
202 # EXEC-LLVM-NEXT: Size: 0x20
203 # EXEC-LLVM-NEXT: }
204 # EXEC-LLVM-NEXT: Entry {
207 # EXEC-LLVM-NEXT: }
[all …]
H A Dsection-details.test19 # GNU64-NEXT: [ffffffffffffffff]: WRITE, ALLOC, EXEC, MERGE, STRINGS, INFO LINK, LINK ORDER,…
31 # GNU64-NEXT: [0000000000000004]: EXEC
152 # GNU32-NEXT: [ffffffff]: WRITE, ALLOC, EXEC, MERGE, STRINGS, INFO LINK, LINK ORDER, OS NONC…
164 # GNU32-NEXT: [00000004]: EXEC
/llvm-project-15.0.7/lld/test/ELF/
H A Dtls-weak-undef.s9 # RUN: llvm-objdump -d %t.exec | FileCheck %s --check-prefix=EXEC
14 # RUN: llvm-objdump -d %tlazy | FileCheck %s --check-prefix=EXEC
17 # EXEC: leaq 16(%rax), %rdx
20 # EXEC: leaq 32(%rax), %rax
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dfill-exec-sections.s8 # RUN: llvm-objdump -s %t.out | FileCheck %s --check-prefix=EXEC
9 # EXEC: 0000 66cccccc cccccccc cccccccc cccccccc
10 # EXEC-NEXT: 0010 66
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIFixVGPRCopies.cpp57 if (TII->isVGPRCopy(MI) && !MI.readsRegister(AMDGPU::EXEC, TRI)) { in runOnMachineFunction()
59 MachineOperand::CreateReg(AMDGPU::EXEC, false, true)); in runOnMachineFunction()
H A DVINTERPInstructions.td96 let Uses = [M0, EXEC, MODE] in {
103 } // Uses = [M0, EXEC, MODE]
105 let Uses = [M0, EXEC] in {
110 } // Uses = [M0, EXEC]
H A DSIInstrFormats.td254 let Uses = [EXEC];
261 let Uses = !if(UseExec, [EXEC], []);
262 let Defs = !if(DefExec, [EXEC, SCC], [SCC]);
442 let Uses = [EXEC] in {
464 } // End Uses = [EXEC]
H A DSIInstructions.td164 let Uses = [EXEC];
165 let Defs = [EXEC, SCC];
178 let Uses = [EXEC];
179 let Defs = [EXEC, SCC];
404 let Uses = [EXEC] in {
433 } // End Uses = [EXEC], Defs = [EXEC,VCC]
449 let Uses = [EXEC] in {
459 } // End Uses = [EXEC]
484 let Defs = [EXEC];
491 let Defs = [EXEC];
[all …]
H A DVOPCInstructions.td126 let Uses = !if(ReadsModeReg, [MODE, EXEC], [EXEC]);
315 let Defs = [EXEC];
328 let Defs = [EXEC];
338 let Defs = [EXEC];
348 let Defs = [EXEC];
764 let Defs = !if(DefExec, !if(DefVcc, [VCC, EXEC], [EXEC]),
778 let Defs = !if(DefExec, !if(DefVcc, [VCC, EXEC], [EXEC]),
787 let Defs = !if(DefExec, !if(DefVcc, [VCC, EXEC], [EXEC]),
811 let Defs = [EXEC];
819 let Defs = [EXEC];
[all …]
H A DEXPInstructions.td24 let Uses = !if(row, [EXEC, M0], [EXEC]);
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Drename-section-flag.test24 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXEC,WRITE
50 …llvm-readobj --sections %t.alloc_code | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,EXEC,WRITE
58 # RUN: llvm-readobj --sections %t.upper | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M…
63 # RUN: llvm-readobj --sections %t.mixed | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M…
84 # EXEC-NEXT: SHF_EXECINSTR (0x4)
96 # EXEC-NEXT: SHF_EXECINSTR (0x4)
H A Dset-section-flags.test24 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,PROGBITS,EXEC,WRITE
52 …llvm-readobj --sections %t.alloc_code | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,EXEC,WRITE
67 # RUN: llvm-readobj --sections %t.upper | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M…
73 # RUN: llvm-readobj --sections %t.mixed | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M…
100 # EXEC-NEXT: SHF_EXECINSTR (0x4)
112 # EXEC-NEXT: SHF_EXECINSTR (0x4)
123 # EXEC-NEXT: SHF_EXECINSTR (0x4)
H A Drename-section-flag-preserved.test15 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,EXEC,WRITE
34 # RUN: llvm-readobj --sections %t.none | FileCheck %s --check-prefixes=CHECK,ALLOC,EXCLUDE,EXEC,MER…
70 # EXEC-NEXT: SHF_EXECINSTR (0x4)
H A Dset-section-flags-preserved.test15 # RUN: llvm-readobj --sections %t.code | FileCheck %s --check-prefixes=CHECK,EXEC,WRITE
65 # EXEC-NEXT: SHF_EXECINSTR (0x4)
H A Dstrip-unneeded-all-symbols.test5 # RUN: yaml2obj %s -o %t.exec -DTYPE=EXEC
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.wqm.vote.ll44 ;WAVE64: s_andn2_b64 [[MASK:[^,]+]], [[EXEC:[^,]+]], [[KILL]]
49 ;WAVE32: s_and{{n2|_not1}}_b32 [[MASK:[^,]+]], [[EXEC:[^,]+]], [[KILL]]
H A Dllvm.amdgcn.ds.ordered.swap.ll20 ; // We have to use s_cbranch, because ds_ordered_count has side effects with EXEC=0
26 ; // Wait for expcnt(0) before modifying EXEC
H A Dvcmp-saveexec-to-vcmpx.mir8 # However, it is not safe to do so when the generated code sequence would omit part of the EXEC mask
9 # which could occur when a subset of EXEC is used as input operand in the v_cmp instruction.
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Da.out.ips25 "procPath" : "@EXEC@",
167 "path" : "@EXEC@",
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dcommon.ll38 ; RUN: llvm-dis %t3.o -o - | FileCheck --check-prefix=EXEC %s
41 ; EXEC: @a = internal global [4 x i8] zeroinitializer, align 8

1234