| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TileConfig.cpp | 1 //===-- X86TileConfig.cpp - Tile Register Configure----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 /// know the shape of each physical tile registers, because the register 14 /// pass. It collects the shape information of each physical tile register 16 /// to tile config register. 18 //===----------------------------------------------------------------------===// 48 StringRef getPassName() const override { return "Tile Register Configure"; } in getPassName() 73 INITIALIZE_PASS_BEGIN(X86TileConfig, DEBUG_TYPE, "Tile Register Configure", 76 INITIALIZE_PASS_END(X86TileConfig, DEBUG_TYPE, "Tile Register Configure", false, in INITIALIZE_PASS_DEPENDENCY() [all …]
|
| H A D | X86FastPreTileConfig.cpp | 1 //===-- X86FastPreTileConfig.cpp - Fast Tile Register Configure------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// \file Pass to preconfig the shape of physical tile registers 10 /// It inserts ldtilecfg ahead of each group of tile registers. The algorithm 11 /// walk each instruction of basic block in reverse order. All the tile 16 //===----------------------------------------------------------------------===// 53 int CfgSS = -1; 64 /// Has a bit set for tile virtual register for which it was determined 80 X86FastPreTileConfig() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in X86FastPreTileConfig() [all …]
|
| H A D | X86PreTileConfig.cpp | 1 //===-- X86PreTileConfig.cpp - Tile Register Pre-configure-----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// \file Pass to pre-config the shapes of AMX registers 24 //===----------------------------------------------------------------------===// 45 #define DEBUG_TYPE "tile-pre-config" 51 ": Failed to config tile register, please define the shape earlier"); in emitErrorMsg() 63 for (auto I = MBB->begin(), E = MBB->end(); I != E && I->isPHI(); in MIRef() 68 : MI(MI), MBB(MI->getParent()), in MIRef() 69 Pos(std::distance(MBB->instr_begin(), ++MI->getIterator())) {} in MIRef() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | altr,pcie-root-port.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/altr,pcie-root-port.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Matthew Gerlach <matthew.gerlach@linux.intel.com> 16 PCI controller. The altr,pcie-root-port-1.0 is used for the Cyclone5 18 altr,pcie-root-port-2.0. The Agilex family of chips has three, 19 non-register compatible, variants of PCIe Hard IP referred to as the 20 F-Tile, P-Tile, and R-Tile, depending on the specific chip instance. 23 - altr,pcie-root-port-1.0 [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 1 //===- llvm/CodeGen/TileShapeInfo.h - -------- 42 MachineOperand *R = Shape.Row; global() variable [all...] |
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 1 //===- X86RecognizableInstr.cpp - Disassembler instruction spec -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 31 StringRef(I->FlattenAsmStringVariants(I->AsmString, Variant)) in getMnemonic() 36 // Replace it with "CC" in-place. in getMnemonic() 44 return Rec->isSubClassOf("RegisterClass") || in isRegisterOperand() 45 Rec->isSubClassOf("RegisterOperand"); in isRegisterOperand() 49 return Rec->isSubClassOf("Operand") && in isMemoryOperand() 50 Rec->getValueAsString("OperandType") == "OPERAND_MEMORY"; in isMemoryOperand() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 1 //===--- ParseOpenACC.cpp - OpenACC-specific parsing support --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 36 // Translate single-token string representations to the OpenACC Directive Kind. 46 Tok.getIdentifierInfo()->getName()) in getOpenACCDirectiveKind() 68 Tok.getIdentifierInfo()->getName()) in getOpenACCDirectiveKind() 74 // Translate single-token string representations to the OpenCC Clause Kind. 97 Tok.getIdentifierInfo()->getName()) in getOpenACCClauseKind() 142 .Case("tile", OpenACCClauseKind::Tile) in getOpenACCClauseKind() [all …]
|
| /freebsd/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 2 // The file was generated from en_US.txt by message-converter.py on Sat Jul 27 14:17:03 2024. // 74 "tile", 142 "Real-time scheduling policy is not supported.", 143 "OMP application is running at maximum priority with real-time scheduling policy. ", 187 "%1$s: range error ((%2$d-%3$d)/%4$d too big), not using affinity.", 190 "%1$s: affinity only supported for Intel(R) Architecture Processors.", 207 …"Too many threads to use analytical guided scheduling - switching to iterative guided scheduling.", 240 "Error initializing affinity - not using affinity.", 243 "No valid OS proc IDs specified - not using affinity.", 244 "%1$s - using \"flat\" OS <-> physical proc mapping.", [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 4 #//===---------- [all...] |
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1 //===- IR/OpenMPIRBuilder.h - OpenMP encoding builder for LLVM IR - C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 55 /// llvm::SplitBasicBlock and BasicBlock::splitBasicBlock require a well-formed 81 /// Captures attributes that affect generating LLVM-IR using the 90 /// is set when the -fopenmp-is-target-device compiler frontend option is 98 /// if `IsGPU` is true. This restriction might be lifted if an accelerator- 316 return Info->getKind() == OffloadingEntryInfoTargetRegion; in classof() 372 /// The target is marked for non-host devices [all …]
|
| /freebsd/contrib/ntp/libjsmn/ |
| H A D | jsmn_test.c | 19 int r = func(); in test() local 20 if (r == 0) { in test() 24 printf("FAILED: %s (at line %d)\n", name, r); in test() 34 (strncmp(js+(t).start, s, (t).end - (t).start) == 0 \ 35 && strlen(s) == (t).end - (t).start) 46 int r; in test_empty() local 52 r = jsmn_parse(&p, js, strlen(js), t, 10); in test_empty() 53 check(r >= 0); in test_empty() 59 r = jsmn_parse(&p, js, strlen(js), t, 10); in test_empty() 60 check(r >= 0); in test_empty() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | X86DisassemblerDecoderCommon.h | 1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 85 "says the instruction applies in 64-bit mode but no more") \ 325 #define ENUM_ENTRY(n, r, d) n, argument 355 // ModRMDecisionType - describes the type of ModR/M decision, allowing the 358 // MODRM_ONEENTRY - No matter what the value of the ModR/M byte is, the decoded 360 // MODRM_SPLITRM - If the ModR/M byte is between 0x00 and 0xbf, the opcode 363 // MODRM_SPLITMISC- If the ModR/M byte is between 0x00 and 0xbf, ModR/M byte [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1 //===--- X86.cpp - Implement X86 target feature support -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 140 enum { FE_NOSET = -1, FE_FALSE, FE_TRUE }; in initFeatureMap() 143 bool HasAVX10 = Features.lookup("avx10.1-256"); in initFeatureMap() 144 bool HasAVX10_512 = Features.lookup("avx10.1-512"); in initFeatureMap() 148 // Expand general-regs-only to -x86, -mmx and -sse in initFeatureMap() 149 if (Feature == "+general-regs-only") { in initFeatureMap() 150 UpdatedFeaturesVec.push_back("-x87"); in initFeatureMap() [all …]
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 254 0x15 Keyboard r and R 278 0x2D Keyboard - and (underscore) [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | elf | 2 #------------------------------------------------------------------------------ 15 # Modified by (2): Peter Tobias <tobias@server.et-inf.fho-emden.de> (core support) 20 0 name elf-mips 21 >0 lelong&0xf0000000 0x00000000 MIPS-I 22 >0 lelong&0xf0000000 0x10000000 MIPS-II 23 >0 lelong&0xf0000000 0x20000000 MIPS-III 24 >0 lelong&0xf0000000 0x30000000 MIPS-IV 25 >0 lelong&0xf0000000 0x40000000 MIPS-V 33 0 name elf-sparc 42 0 name elf-pa-risc [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1 //===- LowerMatrixIntrinsics.cpp - Lower matrix intrinsics -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // * Support more cases, e.g. multiply-add, multiply-sub, operands/results 15 // * Improve cost-modeling, e.g. choose different number of rows/columns 18 //===----------------------------------------------------------------------===// 53 #define DEBUG_TYPE "lower-matrix-intrinsics" 56 FuseMatrix("fuse-matrix", cl::init(true), cl::Hidden, 58 // TODO: Allow and use non-square tiles. 60 "fuse-matrix-tile-size", cl::init(4), cl::Hidden, [all …]
|
| /freebsd/contrib/openpam/ |
| H A D | config.sub | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-05-24' 28 # Please send patches to <config-patches@gnu.org>. 48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 49 # or in some cases, the newer four-part form: 50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 53 me=`echo "$0" | sed -e 's,.*/,,'` 56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 61 -h, --help print this help, then exit 62 -t, --time-stamp print date of last modification, then exit [all …]
|
| H A D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-08-29' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 2 * kmp_affinity.cpp -- affinity management 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 62 return __kmp_topology->restrict_to_mask(mask); in restrict_to_mask() 92 thr_bar->depth = depth; in __kmp_get_hierarchy() 93 __kmp_type_convert(machine_hierarchy.numPerLevel[0] - 1, in __kmp_get_hierarchy() 94 &(thr_bar->base_leaf_kids)); in __kmp_get_hierarchy() 95 thr_bar->skip_per_level = machine_hierarchy.skipPerLevel; in __kmp_get_hierarchy() 113 return ((plural) ? KMP_I18N_STR(Tiles) : KMP_I18N_STR(Tile)); in __kmp_hw_get_catalog_string() [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 12 # Added two Debian-specific completions: dpkg and dpkg-deb (who 21 onintr - 26 set rev=$tcsh:r:r 27 set rel=$tcsh:r:e 43 setenv OSTYPE `echo "$HOSTTYPE" | sed -e 's/^(i[3456]86|(amd|x86_)64)-//'` 48 foreach f ( "$HOME/."{,r,ssh/known_}hosts* \ 50 if ( -r "$f" ) then 52 -e 's/#.*//' \ 53 -e '/^[+-]@/d' \ 54 -e 's/^[-+]//' \ [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | config.guess | 3 # Copyright 1992-2015 Free Software Foundation, Inc. 5 timestamp='2015-03-04' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2015 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-11-04' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2014 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | config.guess | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-08-17' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2020 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | config.guess | 3 # Copyright 1992-2020 Free Software Foundation, Inc. 5 timestamp='2020-01-01' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2020 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
| /freebsd/contrib/unbound/ |
| H A D | config.guess | 3 # Copyright 1992-2025 Free Software Foundation, Inc. 7 timestamp='2025-07-10' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|