Home
last modified time | relevance | path

Searched refs:isel (Results 1 – 25 of 132) sorted by relevance

123456

/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Disel.py23 def scrub_isel_default(isel, args): argument
26 isel = common.SCRUB_WHITESPACE_RE.sub(r' ', isel)
28 isel = string.expandtabs(isel, 2)
30 isel = common.SCRUB_TRAILING_WHITESPACE_RE.sub(r'', isel)
31 return isel
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DCMakeLists.txt9 tablegen(LLVM AArch64GenDAGISel.inc -gen-dag-isel)
11 tablegen(LLVM AArch64GenFastISel.inc -gen-fast-isel)
12 tablegen(LLVM AArch64GenGlobalISel.inc -gen-global-isel)
13 tablegen(LLVM AArch64GenO0PreLegalizeGICombiner.inc -gen-global-isel-combiner
15 tablegen(LLVM AArch64GenPreLegalizeGICombiner.inc -gen-global-isel-combiner
17 tablegen(LLVM AArch64GenPostLegalizeGICombiner.inc -gen-global-isel-combiner
19 tablegen(LLVM AArch64GenPostLegalizeGILowering.inc -gen-global-isel-combiner
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/
H A DBUILD.gn11 args = [ "-gen-dag-isel" ]
17 args = [ "-gen-fast-isel" ]
24 "-gen-global-isel-combiner",
32 args = [ "-gen-global-isel" ]
45 "-gen-global-isel-combiner",
54 "-gen-global-isel-combiner",
63 "-gen-global-isel-combiner",
/openbsd-src/gnu/usr.bin/clang/include/llvm/AArch64/
H A DMakefile57 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
67 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-fast-isel \
72 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel \
77 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
83 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
89 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
95 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DCMakeLists.txt8 tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel)
10 tablegen(LLVM MipsGenFastISel.inc -gen-fast-isel)
11 tablegen(LLVM MipsGenGlobalISel.inc -gen-global-isel)
12 tablegen(LLVM MipsGenPostLegalizeGICombiner.inc -gen-global-isel-combiner
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DCMakeLists.txt8 tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel)
19 tablegen(LLVM AMDGPUGenGlobalISel.inc -gen-global-isel)
20 tablegen(LLVM AMDGPUGenPreLegalizeGICombiner.inc -gen-global-isel-combiner
22 tablegen(LLVM AMDGPUGenPostLegalizeGICombiner.inc -gen-global-isel-combiner
24 tablegen(LLVM AMDGPUGenRegBankGICombiner.inc -gen-global-isel-combiner
30 tablegen(LLVM R600GenDAGISel.inc -gen-dag-isel)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn17 args = [ "-gen-dag-isel" ]
23 args = [ "-gen-global-isel" ]
30 "-gen-global-isel-combiner",
39 "-gen-global-isel-combiner",
48 "-gen-global-isel-combiner",
79 args = [ "-gen-dag-isel" ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
H A DBUILD.gn11 args = [ "-gen-dag-isel" ]
17 args = [ "-gen-fast-isel" ]
23 args = [ "-gen-global-isel" ]
36 "-gen-global-isel-combiner",
/openbsd-src/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A DCMakeLists.txt22 add_llvm_fuzzer(llvm-isel-fuzzer
23 llvm-isel-fuzzer.cpp
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DCMakeLists.txt8 tablegen(LLVM PPCGenDAGISel.inc -gen-dag-isel)
10 tablegen(LLVM PPCGenFastISel.inc -gen-fast-isel)
17 tablegen(LLVM PPCGenGlobalISel.inc -gen-global-isel)
/openbsd-src/gnu/usr.bin/clang/include/llvm/AMDGPU/
H A DMakefile61 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
98 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel \
102 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
107 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
112 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
126 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DCMakeLists.txt8 tablegen(LLVM ARMGenDAGISel.inc -gen-dag-isel)
10 tablegen(LLVM ARMGenFastISel.inc -gen-fast-isel)
11 tablegen(LLVM ARMGenGlobalISel.inc -gen-global-isel)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-isel-fuzzer/
H A DBUILD.gn3 fuzzer("llvm-isel-fuzzer") {
22 sources = [ "llvm-isel-fuzzer.cpp" ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/
H A DBUILD.gn11 args = [ "-gen-dag-isel" ]
17 args = [ "-gen-fast-isel" ]
23 args = [ "-gen-global-isel" ]
/openbsd-src/gnu/usr.bin/clang/include/llvm/RISCV/
H A DMakefile55 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
60 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-fast-isel \
95 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel \
105 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
/openbsd-src/gnu/usr.bin/clang/include/llvm/Mips/
H A DMakefile47 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
57 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-fast-isel \
62 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel \
67 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel-combiner \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn11 args = [ "-gen-dag-isel" ]
17 args = [ "-gen-fast-isel" ]
23 args = [ "-gen-global-isel" ]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DCMakeLists.txt9 tablegen(LLVM X86GenDAGISel.inc -gen-dag-isel)
13 tablegen(LLVM X86GenFastISel.inc -gen-fast-isel)
14 tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn11 args = [ "-gen-dag-isel" ]
17 args = [ "-gen-fast-isel" ]
23 args = [ "-gen-global-isel" ]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dtblgen.rst436 .. option:: -gen-dag-isel
442 Make -gen-dag-isel generate tables to help identify the patterns matched.
446 Make -gen-dag-isel omit comments. The default is false.
476 .. option:: -gen-fast-isel
480 .. option:: -gen-global-isel
490 Make -gen-global-isel generate coverage instrumentation.
494 Make -gen-global-isel generate an optimized version of the match table.
498 Make -gen-global-isel explain why a pattern was skipped for inclusion.
500 .. option:: -gen-global-isel-combiner
506 Make -gen-global-isel-combiner emit the specified combiners.
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DFuzzingLLVM.rst79 llvm-isel-fuzzer
90 % bin/llvm-isel-fuzzer <corpus-dir> -ignore_remaining_args=1 -mtriple aarch64 -global-isel -O0
94 or move ``llvm-isel-fuzzer`` to ``llvm-isel-fuzzer--x-y-z``, separating options
102 % bin/llvm-isel-fuzzer--aarch64-O0-gisel <corpus-dir>
111 Interface of this fuzzer almost directly mirrors ``llvm-isel-fuzzer``. Both
120 Similarly to the ``llvm-isel-fuzzer`` arguments in some predefined configurations
223 `llvm-isel-fuzzer`_.
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DCMakeLists.txt5 tablegen(LLVM M68kGenGlobalISel.inc -gen-global-isel)
12 tablegen(LLVM M68kGenDAGISel.inc -gen-dag-isel)
/openbsd-src/gnu/usr.bin/clang/include/llvm/PowerPC/
H A DMakefile45 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
55 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-fast-isel \
90 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn16 args = [ "-gen-dag-isel" ]
28 args = [ "-gen-fast-isel" ]
34 args = [ "-gen-global-isel" ]
/openbsd-src/gnu/usr.bin/clang/include/llvm/ARM/
H A DMakefile46 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-dag-isel \
56 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-fast-isel \
61 ${.OBJDIR}/../../../llvm-tblgen/llvm-tblgen -gen-global-isel \

123456