/netbsd-src/external/apache2/llvm/lib/libLLVMAArch64CodeGen/ |
H A D | Makefile | 74 AArch64GenDAGISel.inc|-gen-dag-isel \ 77 AArch64GenFastISel.inc|-gen-fast-isel \ 78 AArch64GenGICombiner.inc|-gen-global-isel-combiner^-combiners=AArch64PreLegalizerCombinerHelper \ 79 AArch64GenGlobalISel.inc|-gen-global-isel \ 83 …AArch64GenO0PreLegalizeGICombiner.inc|-gen-global-isel-combiner^-combiners=AArch64O0PreLegalizerCo… 84 …AArch64GenPreLegalizeGICombiner.inc|-gen-global-isel-combiner^-combiners=AArch64PreLegalizerCombin… 85 …AArch64GenPostLegalizeGICombiner.inc|-gen-global-isel-combiner^-combiners=AArch64PostLegalizerComb… 86 …AArch64GenPostLegalizeGILowering.inc|-gen-global-isel-combiner^-combiners=AArch64PostLegalizerLowe…
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | CMakeLists.txt | 9 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/ |
H A D | BUILD.gn | 11 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",
|
/netbsd-src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/ |
H A D | Makefile | 119 AMDGPUGenDAGISel.inc|-gen-dag-isel \ 133 AMDGPUGenGICombiner.inc|-gen-global-isel-combiner^-combiners=AMDGPUPreLegalizerCombinerHelper \ 134 AMDGPUGenGlobalISel.inc|-gen-global-isel \ 135 …AMDGPUGenPostLegalizeGICombiner.inc|-gen-global-isel-combiner^-combiners=AMDGPUPostLegalizerCombin… 136 …AMDGPUGenPreLegalizeGICombiner.inc|-gen-global-isel-combiner^-combiners=AMDGPUPreLegalizerCombiner… 137 … AMDGPUGenRegBankGICombiner.inc|-gen-global-isel-combiner^-combiners=AMDGPURegBankCombinerHelper 142 R600GenDAGISel.inc|-gen-dag-isel \
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/ |
H A D | gcd_22.asm | 86 isel v0, v0, u0, 2 C 6 use condition set by subfe 87 isel u0, t0, s0, 2 C 6 88 isel v1, v1, u1, 2 C 6 89 isel u1, t1, s1, 2 C 6 103 L(top1):isel v0, u0, v0, 29 C v = min(u,v) 104 isel u0, r10, r11, 29 C u = |u - v|
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/ |
H A D | gcd_22.asm | 87 isel v0, v0, u0, 2 C 6 use condition set by subfe 88 isel v1, v1, u1, 2 C 6 89 isel u0, t0, s0, 2 C 6 90 isel u1, t1, s1, 2 C 6 104 L(top1):isel v0, u0, v0, 29 C v = min(u,v) 105 isel u0, r10, r11, 29 C u = |u - v|
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | CMakeLists.txt | 8 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)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/ |
H A D | BUILD.gn | 17 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" ]
|
/netbsd-src/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/ |
H A D | Makefile | 60 PPCGenDAGISel.inc|-gen-dag-isel \ 62 PPCGenFastISel.inc|-gen-fast-isel \ 63 PPCGenGlobalISel.inc|-gen-global-isel \
|
/netbsd-src/external/apache2/llvm/lib/libLLVMMipsCodeGen/ |
H A D | Makefile | 56 MipsGenDAGISel.inc|-gen-dag-isel \ 58 MipsGenFastISel.inc|-gen-fast-isel \ 59 MipsGenGlobalISel.inc|-gen-global-isel \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | CMakeLists.txt | 8 tablegen(LLVM PPCGenDAGISel.inc -gen-dag-isel) 10 tablegen(LLVM PPCGenFastISel.inc -gen-fast-isel) 17 tablegen(LLVM PPCGenGlobalISel.inc -gen-global-isel)
|
/netbsd-src/external/apache2/llvm/lib/libLLVMX86CodeGen/ |
H A D | Makefile | 76 X86GenDAGISel.inc|-gen-dag-isel \ 79 X86GenFastISel.inc|-gen-fast-isel \ 80 X86GenGlobalISel.inc|-gen-global-isel \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | CMakeLists.txt | 8 tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel) 10 tablegen(LLVM MipsGenFastISel.inc -gen-fast-isel) 11 tablegen(LLVM MipsGenGlobalISel.inc -gen-global-isel)
|
/netbsd-src/external/apache2/llvm/lib/libLLVMARMCodeGen/ |
H A D | Makefile | 65 ARMGenDAGISel.inc|-gen-dag-isel \ 67 ARMGenFastISel.inc|-gen-fast-isel \ 68 ARMGenGlobalISel.inc|-gen-global-isel \
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
H A D | CMakeLists.txt | 20 add_llvm_fuzzer(llvm-isel-fuzzer 21 llvm-isel-fuzzer.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/BPF/ |
H A D | BUILD.gn | 11 args = [ "-gen-dag-isel" ] 17 args = [ "-gen-fast-isel" ] 23 args = [ "-gen-global-isel" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | CMakeLists.txt | 8 tablegen(LLVM ARMGenDAGISel.inc -gen-dag-isel) 10 tablegen(LLVM ARMGenFastISel.inc -gen-fast-isel) 11 tablegen(LLVM ARMGenGlobalISel.inc -gen-global-isel)
|
/netbsd-src/sys/dev/i2c/ |
H A D | tps65217pmic.c | 331 int isel, fdim, brightness; in tps65217pmic_attach() local 342 if (prop_dictionary_get_int32(dict, "isel", &isel)) { in tps65217pmic_attach() 346 isel = -1; in tps65217pmic_attach() 385 if (isel != -1) in tps65217pmic_attach() 386 tps65217pmic_wled_init(sc, isel, fdim, brightness); in tps65217pmic_attach() 489 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim, in tps65217pmic_wled_init() argument 494 switch (isel) { in tps65217pmic_wled_init() 497 val |= ((isel - 1) << TPS65217PMIC_WLEDCTRL1_ISEL); in tps65217pmic_wled_init() 501 "WLED ISET selection is 1 or 2: isel %d\n", isel); in tps65217pmic_wled_init()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | tblgen.rst | 436 .. 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-isel-fuzzer/ |
H A D | BUILD.gn | 3 fuzzer("llvm-isel-fuzzer") { 21 sources = [ "llvm-isel-fuzzer.cpp" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | CMakeLists.txt | 9 tablegen(LLVM X86GenDAGISel.inc -gen-dag-isel) 13 tablegen(LLVM X86GenFastISel.inc -gen-fast-isel) 14 tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/Mips/ |
H A D | BUILD.gn | 11 args = [ "-gen-dag-isel" ] 17 args = [ "-gen-fast-isel" ] 23 args = [ "-gen-global-isel" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/ |
H A D | BUILD.gn | 11 args = [ "-gen-dag-isel" ] 17 args = [ "-gen-fast-isel" ] 23 args = [ "-gen-global-isel" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | FuzzingLLVM.rst | 79 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 218 `llvm-isel-fuzzer`_.
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/ARM/ |
H A D | BUILD.gn | 11 args = [ "-gen-dag-isel" ] 17 args = [ "-gen-fast-isel" ] 23 args = [ "-gen-global-isel" ]
|