Home
last modified time | relevance | path

Searched refs:APP (Results 1 – 25 of 233) sorted by relevance

12345678910

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.h36 INVALID, APP, SHADOW, ORIGIN enumerator
49 {0x000000000000ULL, 0x000200000000ULL, MappingDesc::APP, "app-1"},
59 {0x00a200000000ULL, 0x00c000000000ULL, MappingDesc::APP, "app-2"},
87 {0x05000000000ULL, 0x06000000000ULL, MappingDesc::APP, "app-1"},
89 {0x07000000000ULL, 0x08000000000ULL, MappingDesc::APP, "app-2"},
95 {0x0F000000000ULL, 0x10000000000ULL, MappingDesc::APP, "app-3"},
97 {0x11000000000ULL, 0x12000000000ULL, MappingDesc::APP, "app-4"},
102 {0x20000000000ULL, 0x21000000000ULL, MappingDesc::APP, "app-5"},
108 {0x2A000000000ULL, 0x2B000000000ULL, MappingDesc::APP, "app-6"},
112 {0x2E000000000ULL, 0x2F000000000ULL, MappingDesc::APP, "app-7"},
[all …]
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dinline-comments.ll12 ;CHECK: #APP
15 ;CHECK: #APP
19 ;CHECK: #APP
24 ;CHECK: #APP
28 ;CHECK: #APP
32 ;CHECK: #APP
37 ;CHECK: #APP
41 ;CHECK: #APP
45 ;CHECK: #APP
49 ;CHECK: #APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dinlineasm-extendedmne.ll8 ; CHECK-NEXT: #APP
11 ; CHECK-NEXT: #APP
14 ; CHECK-NEXT: #APP
17 ; CHECK-NEXT: #APP
20 ; CHECK-NEXT: #APP
23 ; CHECK-NEXT: #APP
26 ; CHECK-NEXT: #APP
29 ; CHECK-NEXT: #APP
32 ; CHECK-NEXT: #APP
35 ; CHECK-NEXT: #APP
[all …]
H A Dscalars-in-altivec-regs.ll15 ; AIX64-NEXT: #APP
26 ; AIX32-NEXT: #APP
34 ; LE-NEXT: #APP
48 ; AIX64-NEXT: #APP
60 ; AIX32-NEXT: #APP
69 ; LE-NEXT: #APP
105 ; LE-NEXT: #APP
141 ; LE-NEXT: #APP
174 ; LE-NEXT: #APP
207 ; LE-NEXT: #APP
[all …]
H A Dppc64-inlineasm-clobber.ll13 ; PPC64LE-NEXT: #APP
25 ; PPC64BE-NEXT: #APP
39 ; PPC64LE-NEXT: #APP
45 ; PPC64BE-NEXT: #APP
57 ; PPC64LE-NEXT: #APP
65 ; PPC64BE-NEXT: #APP
81 ; PPC64LE-NEXT: #APP
100 ; PPC64BE-NEXT: #APP
128 ; PPC64LE-NEXT: #APP
142 ; PPC64BE-NEXT: #APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/M68k/
H A Dinline-asm.ll11 ; CHECK-NEXT: ;APP
14 ; CHECK-NEXT: ;APP
17 ; CHECK-NEXT: ;APP
20 ; CHECK-NEXT: ;APP
23 ; CHECK-NEXT: ;APP
26 ; CHECK-NEXT: ;APP
29 ; CHECK-NEXT: ;APP
32 ; CHECK-NEXT: ;APP
35 ; CHECK-NEXT: ;APP
38 ; CHECK-NEXT: ;APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dinline-asm.ll14 ; RV32I-NEXT: #APP
23 ; RV64I-NEXT: #APP
35 ; RV32I-NEXT: #APP
42 ; RV64I-NEXT: #APP
54 ; RV32I-NEXT: #APP
60 ; RV64I-NEXT: #APP
70 ; RV32I-NEXT: #APP
77 ; RV64I-NEXT: #APP
88 ; RV32I-NEXT: #APP
91 ; RV32I-NEXT: #APP
[all …]
H A Dinline-asm-abi-names.ll22 ; RV32I-NEXT: #APP
29 ; RV64I-NEXT: #APP
42 ; RV32I-NEXT: #APP
49 ; RV64I-NEXT: #APP
64 ; RV32I-NEXT: #APP
76 ; RV64I-NEXT: #APP
93 ; RV32I-NEXT: #APP
105 ; RV64I-NEXT: #APP
119 ; RV32I-NEXT: #APP
127 ; RV64I-NEXT: #APP
[all …]
H A Dinline-asm-f-abi-names.ll22 ; RV32IF-NEXT: #APP
30 ; RV64IF-NEXT: #APP
42 ; RV32IF-NEXT: #APP
50 ; RV64IF-NEXT: #APP
62 ; RV32IF-NEXT: #APP
70 ; RV64IF-NEXT: #APP
82 ; RV32IF-NEXT: #APP
90 ; RV64IF-NEXT: #APP
102 ; RV32IF-NEXT: #APP
110 ; RV64IF-NEXT: #APP
[all …]
H A Dinline-asm-d-abi-names.ll22 ; RV32IFD-NEXT: #APP
30 ; RV64IFD-NEXT: #APP
42 ; RV32IFD-NEXT: #APP
50 ; RV64IFD-NEXT: #APP
62 ; RV32IFD-NEXT: #APP
70 ; RV64IFD-NEXT: #APP
82 ; RV32IFD-NEXT: #APP
90 ; RV64IFD-NEXT: #APP
102 ; RV32IFD-NEXT: #APP
110 ; RV64IFD-NEXT: #APP
[all …]
H A Dinline-asm-zfh-constraint-f.ll18 ; RV32ZFH-NEXT: #APP
27 ; RV64ZFH-NEXT: #APP
36 ; RV32DZFH-NEXT: #APP
45 ; RV64DZFH-NEXT: #APP
61 ; RV32ZFH-NEXT: #APP
75 ; RV64ZFH-NEXT: #APP
89 ; RV32DZFH-NEXT: #APP
103 ; RV64DZFH-NEXT: #APP
120 ; RV32ZFH-NEXT: #APP
130 ; RV64ZFH-NEXT: #APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dinlineasm-vldvst.ll6 ; CHECK-NEXT: #APP
9 ; CHECK-NEXT: #APP
12 ; CHECK-NEXT: #APP
25 ; CHECK-NEXT: #APP
28 ; CHECK-NEXT: #APP
31 ; CHECK-NEXT: #APP
34 ; CHECK-NEXT: #APP
48 ; CHECK-NEXT: #APP
51 ; CHECK-NEXT: #APP
54 ; CHECK-NEXT: #APP
[all …]
H A Dbr_cc.ll10 ; CHECK-NEXT: #APP
32 ; CHECK-NEXT: #APP
54 ; CHECK-NEXT: #APP
76 ; CHECK-NEXT: #APP
98 ; CHECK-NEXT: #APP
120 ; CHECK-NEXT: #APP
142 ; CHECK-NEXT: #APP
164 ; CHECK-NEXT: #APP
186 ; CHECK-NEXT: #APP
211 ; CHECK-NEXT: #APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dinline-asm-addr.ll9 ; CHECK: #APP
21 ; CHECK: #APP
33 ; CHECK: #APP
45 ; CHECK: #APP
57 ; CHECK: #APP
69 ; CHECK: #APP
83 ; CHECK: #APP
97 ; CHECK: #APP
111 ; CHECK: #APP
125 ; CHECK: #APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dinlineasm-constraint.ll8 ; ALL: #APP
14 ; ALL: #APP
24 ; ALL: #APP
33 ; ALL: #APP
43 ; ALL: #APP
52 ; ALL: #APP
61 ; ALL: #APP
70 ; ALL: #APP
H A Dinlineasm-operand-code.ll22 ; ALL: #APP
34 ; ALL: #APP
48 ; ALL: #APP
59 ; ALL: #APP
70 ; ALL: #APP
81 ; ALL: #APP
92 ; ALL: #APP
104 ; ALL: #APP
115 ; ALL: #APP
127 ; ALL: #APP
[all …]
H A Dinlineasm-constraint-reg.ll10 ;CHECK: #APP
16 ;CHECK: #APP
22 ;CHECK: #APP
28 ; CHECK: #APP
35 ; CHECK: #APP
45 ; CHECK: #APP
H A Dinlineasm-constraint-ZC-1.ll14 ; ALL: #APP
28 ; ALL: #APP
42 ; ALL: #APP
56 ; ALL: #APP
73 ; ALL: #APP
94 ; ALL: #APP
116 ; ALL: #APP
138 ; ALL: #APP
162 ; ALL: #APP
/llvm-project-15.0.7/llvm/test/CodeGen/CSKY/
H A Dinline-asm-abi-names.ll17 ; CSKY-NEXT: #APP
29 ; CSKY-NEXT: #APP
42 ; CSKY-NEXT: #APP
54 ; CSKY-NEXT: #APP
67 ; CSKY-NEXT: #APP
79 ; CSKY-NEXT: #APP
92 ; CSKY-NEXT: #APP
104 ; CSKY-NEXT: #APP
119 ; CSKY-NEXT: #APP
135 ; CSKY-NEXT: #APP
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dbittest-intrin.ll11 ; CHECK-NEXT: #APP
15 ; CHECK-NEXT: #APP
19 ; CHECK-NEXT: #APP
23 ; CHECK-NEXT: #APP
27 ; CHECK-NEXT: #APP
31 ; CHECK-NEXT: #APP
35 ; CHECK-NEXT: #APP
62 ; CHECK-NEXT: #APP
66 ; CHECK-NEXT: #APP
70 ; CHECK-NEXT: #APP
[all …]
H A Dinline-asm-flag-output.ll13 ; X32-NEXT: #APP
23 ; X64-NEXT: #APP
44 ; X32-NEXT: #APP
54 ; X64-NEXT: #APP
75 ; X32-NEXT: #APP
85 ; X64-NEXT: #APP
106 ; X32-NEXT: #APP
116 ; X64-NEXT: #APP
137 ; X32-NEXT: #APP
147 ; X64-NEXT: #APP
[all …]
H A Dbreak-false-dep.ll364 ; AVX-NEXT: #APP
573 ; AVX-NEXT: #APP
742 ; AVX-NEXT: #APP
744 ; AVX-NEXT: #APP
746 ; AVX-NEXT: #APP
748 ; AVX-NEXT: #APP
750 ; AVX-NEXT: #APP
752 ; AVX-NEXT: #APP
754 ; AVX-NEXT: #APP
756 ; AVX-NEXT: #APP
[all …]
H A Dperm.avx2-false-deps.ll12 ; ENABLE-ADL-NEXT: #APP
27 ; ENABLE-SPR-NEXT: #APP
124 ; ENABLE-NEXT: #APP
134 ; DISABLE-NEXT: #APP
149 ; ENABLE-NEXT: #APP
158 ; DISABLE-NEXT: #APP
232 ; ENABLE-NEXT: #APP
243 ; DISABLE-NEXT: #APP
263 ; ENABLE-NEXT: #APP
273 ; DISABLE-NEXT: #APP
[all …]
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h30 enum Type { INVALID, APP, SHADOW, ORIGIN } type; enumerator
42 {0x000000000000ULL, 0x010000000000ULL, MappingDesc::APP, "app-1"},
50 {0x510000000000ULL, 0x600000000000ULL, MappingDesc::APP, "app-2"},
53 {0x700000000000ULL, 0x800000000000ULL, MappingDesc::APP, "app-3"}};
82 #define MEM_IS_APP(mem) addr_is_type((uptr)(mem), MappingDesc::APP)
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/rvv/
H A Dinline-asm.ll8 ; CHECK-NEXT: #APP
20 ; CHECK-NEXT: #APP
32 ; CHECK-NEXT: #APP
44 ; CHECK-NEXT: #APP
56 ; CHECK-NEXT: #APP
68 ; CHECK-NEXT: #APP
80 ; CHECK-NEXT: #APP
92 ; CHECK-NEXT: #APP
104 ; CHECK-NEXT: #APP
116 ; CHECK-NEXT: #APP
[all …]

12345678910