Home
last modified time | relevance | path

Searched refs:assembly (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/Properties/
H A DAssemblyInfo.cs10 [assembly: AssemblyTitle("ClangFormat")]
11 [assembly: AssemblyDescription("")]
12 [assembly: AssemblyConfiguration("")]
13 [assembly: AssemblyCompany("LLVM")]
14 [assembly: AssemblyProduct("ClangFormat")]
15 [assembly: AssemblyCopyright("")]
16 [assembly: AssemblyTrademark("")]
17 [assembly: AssemblyCulture("")]
18 [assembly: ComVisible(false)]
19 [assembly: CLSCompliant(false)]
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dinline-asm-avx-v-constraint-32bit.ll4 ; CHECK: error: inline assembly requires more registers than available
11 ; CHECK: error: inline assembly requires more registers than available
18 ; CHECK: error: inline assembly requires more registers than available
25 ; CHECK: error: inline assembly requires more registers than available
32 ; CHECK: error: inline assembly requires more registers than available
39 ; CHECK: error: inline assembly requires more registers than available
46 ; CHECK: error: inline assembly requires more registers than available
53 ; CHECK: error: inline assembly requires more registers than available
60 ; CHECK: error: inline assembly requires more registers than available
67 ; CHECK: error: inline assembly requires more registers than available
[all …]
H A Dinline-asm-avx512vl-v-constraint-32bit.ll4 ; CHECK: error: inline assembly requires more registers than available
12 ; CHECK: error: inline assembly requires more registers than available
20 ; CHECK: error: inline assembly requires more registers than available
28 ; CHECK: error: inline assembly requires more registers than available
36 ; CHECK: error: inline assembly requires more registers than available
44 ; CHECK: error: inline assembly requires more registers than available
52 ; CHECK: error: inline assembly requires more registers than available
60 ; CHECK: error: inline assembly requires more registers than available
68 ; CHECK: error: inline assembly requires more registers than available
76 ; CHECK: error: inline assembly requires more registers than available
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dmanifest.test11 MANIFEST: <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
20 MANIFEST: </assembly>
27 UAC: <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
36 UAC: </assembly>
44 DEPENDENCY: <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
58 DEPENDENCY: </assembly>
65 NOUAC: <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
72 NOUAC: </assembly>
78 NOUACNODEP: <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
80 NOUACNODEP: </assembly>
[all …]
/llvm-project-15.0.7/lldb/test/API/python_api/disassemble-raw-data/
H A DTestDisassemble_VST1_64.py32 assembly = """
52 self.assertEqual(split(assembly), split(sio.getvalue()))
54 self.assertEqual(insts.GetSize(), len(split(assembly)))
56 for i,asm in enumerate(split(assembly)):
/llvm-project-15.0.7/third-party/benchmark/docs/
H A DAssemblyTests.md4 purpose in to affect assembly generation, including `DoNotOptimize`
6 such as `KeepRunning`, for which generating good assembly is paramount.
20 * Write the code you want to generate assembly for.
21 * Add `// CHECK` lines to match against the verified assembly.
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-…
56 * The assembly output is further cleaned up using `tools/strip_asm.py`.
60 * The generated and stripped assembly file for a test is output under
109 Often tests require testing assembly lines which may subtly differ
/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
4 ; so we only test that -filetype=obj tries to parse the assembly.
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DCMakeLists.txt18 # The BLAKE3 team recommends using the assembly versions, from the README:
21 # three flavors of assembly (Unix, Windows MSVC, and Windows GNU) and one
22 # version using C intrinsics. The assembly versions are generally
61 # To accomodate this configuration we include these assembly files without a
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A DAsmParsers.def.in10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DAsmPrinters.def.in10 |* This file enumerates all of the assembly-language printers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly printers. *|
H A DDisassemblers.def.in10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-Memory.txt26 2. Our "implicit" memory references in assembly language:
30 no way to represent this in either the bytecode or assembly.
31 B. When parsing assembly/bytecode, we effectively have to do a full
35 I'm tempted to make memory references explicit in both the assembly and
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/Inputs/
H A Dinline-manifest.rc4 "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">\n"
5 "</assembly>\n"
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
4 ; that -filetype=obj tries to parse the assembly.
/llvm-project-15.0.7/llvm/docs/
H A DMarkedUpDisassembly.rst20 To provide this functionality the assembly text is marked up with annotations.
44 Annotated assembly display will supply contextual markup to help clients more
49 Annotated assembly goes through the normal instruction printer, but optionally
78assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by followin…
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dlayout-interdependency.s6 # CHECK: layout-interdependency.s:[[#@LINE+1]]:7: error: expected assembly-time absolute expression
8 # CHECK: layout-interdependency.s:[[#@LINE+1]]:7: error: expected assembly-time absolute expression
H A Dassembler-expressions-inlineasm.ll5 ; assembly to prevent differences in behavior between object and
6 ; assembly output.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dmature-mc-support.ll1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A DOpts.td45 HelpText<"Use ATT syntax for output assembly">;
47 HelpText<"Show instruction encodings in output assembly">;
50 "assembly">;
55 "assembly">;
57 HelpText<"Preserve comments in output assembly">;
61 HelpText<"Specify the assembly timestamp (used for @Date and "
/llvm-project-15.0.7/llvm/test/tools/llvm-mt/
H A Dbig_merge.test12 CHECK-NEXT: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
27 CHECK-NEXT: <assemblyIdentity bar="foo" name="my assembly" version="5"/>
39 CHECK-NEXT: </assembly>
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dinline-asm-m.ll3 ; Test basic inline assembly "m" operands, which are unsupported. Pass
4 ; -no-integrated-as since these aren't actually valid assembly syntax.
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Darm64-separator.s4 ; it properly and recognize the multiple assembly statements on the line.
6 ; To make sure the output assembly correctly handled the instructions,

12345678910>>...18