/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrUtils.td | 1 //===-- X86InstrUtils.td - X86 Instruction Utilities ------- [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/ |
H A D | atomic | 1 // -*- C++ -*- 2 //===------ [all...] |
H A D | numeric | 1 // -*- C++ -*- 2 //===------ [all...] |
H A D | random | 1 // -*- C++ -*- 2 //===------ [all...] |
H A D | chrono | 1 // -*- C++ -*- 2 //===------ [all...] |
H A D | mutex | 1 // -*- C++ -*- 2 //===------ [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h |
|
H A D | RegisterBankEmitter.cpp | 1 //===- RegisterBankEmitter.cpp - Generate a Register Bank Desc. -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exceptio 83 for (unsigned M = 0; M < NumModeIds; ++M) { addRegisterClass() local 264 for (unsigned M = 0; M < NumModeIds; ++M) { emitBaseClassImplementation() local 320 for (const auto &Class : RegisterClassHierarchy.getRegClasses()) { run() local [all...] |
H A D | X86ModRMFilters.h | 1 //===- X86ModRMFilters.h - Disassembler ModR/M filterss ------- [all...] |
/freebsd-src/sys/net/altq/ |
H A D | altq_rmclass.c | 1 /*- 2 * Copyright (c) 1991-1997 Regents of the University of California. 65 #define reset_cutoff(ifd) { ifd->cutoff_ = RM_MAXDEPTH; } 93 * borrow the offtime of the class borrowing from. 94 * the reason is that when its own offtime is set, the class is unable 96 * but when the borrowed class is overloaded (advidle is close to minidle), 97 * use the borrowing class's offtime to avoid overload. 102 * if no underlimit class is found due to cutoff, increase cutoff and 105 * since a sleeping class won't have a chance to be scheduled in the 108 * now heuristics for setting the top-level variable (cutoff_) becomes: [all …]
|
/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 49 #include "gtest/gtest-printers.h" 50 #include "gtest/internal/gtest-internal.h" 51 #include "gtest/internal/gtest-port.h" 61 4251 GTEST_MAYBE_5046_ /* class A needs to have dll-interface to be used by 62 clients of class B */ 68 // 1. a class FooMatcherMatcher that implements the matcher interface: 78 class MatchResultListener { 84 virtual ~MatchResultListener() = 0; // Makes this class abstract. 114 class GTEST_API_ MatcherDescriberInterface { 140 class MatcherInterface : public MatcherDescriberInterface { [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 1 //===-- ModuleUtils.h - Functions to manipulate Modules ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 template <typename T> class SmallVectorImpl; 26 template <typename T> class ArrayRef; 27 class Module; 28 class Function; 29 class FunctionCallee; 30 class GlobalIFunc; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 1 //===-- RISCVInstrInfoXsf.td - SiFive custom instructions --*- tablegen -*-===// 5 // SPDX-License-Identifie [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Memory.h | 1 //===- llvm/Support/Memory.h - Memory Support -------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file declares the llvm::sys::Memory class. 11 //===----------------------------------------------------------------------===// 22 class raw_ostream; 26 /// This class encapsulates the notion of a memory block which has an address 27 /// and a size. It is used by the Memory class (a friend) as the result of 31 class MemoryBlock { 45 friend class Memory; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 1 //===- InlineAdvisor.h - Inlining decision making abstraction -*- C++ ---*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 #include "llvm/Config/llvm-config.h" 20 class BasicBlock; 21 class CallBase; 22 class Function; 23 class Module; 24 class OptimizationRemark; 25 class ImportedFunctionsInliningStatistics; [all …]
|
H A D | StackSafetyAnalysis.h | 1 //===- StackSafetyAnalysis.h - Stack memory safety analysis -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 22 class AllocaInst; 23 class ScalarEvolution; 26 class StackSafetyInfo { 53 /// code without StackSafety information, e.g. non-ThinLTO. 58 class StackSafetyGlobalInfo { 63 Module *M = nullptr; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 1 //===- BugDriver.h - Top-Level BugPoint class -------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This class contains all of the shared state and information that is used by 10 // the BugPoint tool to track down errors in optimizations. This class is the 11 // main driver class that invokes all sub-functionality. 13 //===----------------------------------------------------------------------===// 28 class Module; 29 class GlobalVariable; 30 class Function; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.h | 1 //===- DXILOpBuilder.h - Helper class for build DIXLOp functions ------- 31 DXILOpBuilder(Module & M,IRBuilderBase & B) DXILOpBuilder() argument [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__random/ |
H A D | fisher_f_distribution.h | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 27 template <class _RealType = double> 28 class _LIBCPP_TEMPLATE_VIS fisher_f_distribution { 30 "RealType must be a supported floating-point type"); 36 class _LIBCPP_TEMPLATE_VIS param_type { 45 _LIBCPP_HIDE_FROM_ABI result_type m() const { return __m_; } in m() function 71 template <class _URNG> 75 template <class _URNG> [all …]
|
H A D | lognormal_distribution.h | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 28 template <class _RealType = double> 29 class _LIBCPP_TEMPLATE_VIS lognormal_distribution { 31 "RealType must be a supported floating-point type"); 37 class _LIBCPP_TEMPLATE_VIS param_type { 46 _LIBCPP_HIDE_FROM_ABI result_type m() const { return __m_; } in m() function 66 …_LIBCPP_HIDE_FROM_ABI explicit lognormal_distribution(const param_type& __p) : __nd_(__p.m(), __p.… in lognormal_distribution() 70 template <class _URNG> [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.h | 1 //===- Transforms/Instrumentation/PGOInstrumentation.h --------- [all...] |
/freebsd-src/lib/libusb/ |
H A D | libusb20_desc.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2007-2008 Daniel Drake. All rights reserved. 71 ((void *)(((const uint8_t *)(ptr)) + (off) - ((const uint8_t *)0))) 205 (ptr)->what##_FORMAT = what##_FORMAT; \ 208 #define LIBUSB20_DEVICE_DESC(m,n) \ argument 209 m(n, UINT8_T, bLength, ) \ 210 m(n, UINT8_T, bDescriptorType, ) \ 211 m(n, UINT16_T, bcdUSB, ) \ 212 m(n, UINT8_T, bDeviceClass, ) \ [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 1 //===-- APINotesYAMLCompiler.cpp - API Notes YAML Format Reader -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2. 53 Class, global() enumerator 238 struct Class { global() struct 239 Name__anon561c0f8f0611::Class global() argument 240 AuditedForNullability__anon561c0f8f0611::Class global() argument 241 Availability__anon561c0f8f0611::Class global() argument 242 SwiftPrivate__anon561c0f8f0611::Class global() argument 243 SwiftName__anon561c0f8f0611::Class global() argument 244 SwiftBridge__anon561c0f8f0611::Class global() argument 245 NSErrorDomain__anon561c0f8f0611::Class global() argument 246 SwiftImportAsNonGeneric__anon561c0f8f0611::Class global() argument 247 SwiftObjCMembers__anon561c0f8f0611::Class global() argument 248 Methods__anon561c0f8f0611::Class global() argument 249 Properties__anon561c0f8f0611::Class global() argument 622 parseAPINotes(StringRef YI,Module & M,llvm::SourceMgr::DiagHandlerTy Diag,void * DiagContext) parseAPINotes() argument 632 Module M; parseAndDumpAPINotes() local 646 const Module &M; global() member in __anon561c0f8f1211::YAMLConverter 742 convertMethod(const Method & M,ContextID ClassID,StringRef ClassName,VersionTuple SwiftVersion) convertMethod() argument 883 for (const auto &Class : TLItems.Classes) { convertTopLevelItems() local 1086 compile(const Module & M,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compile() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrCDE.td | 1 //===-- ARMInstrCDE.td - CDE support for ARM ---------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 14 class BitWidthImmOperand<int width> 15 : ImmAsmOperand<0, !add(!shl(1, width), -1)> { 19 class BitWidthImm<int width> 51 // Base class for all CDE instructions 52 class CDE_Instr<bit acc, dag oops, dag iops, string asm, string cstr> 59 let Inst{31-29} = 0b111; // 15:13 [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.h | 1 //===-- SystemZAsmPrinter.h - SystemZ LLVM assembly printer ----*- C++ -*--===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 21 class MCStreamer; 22 class MachineInstr; 23 class Module; 24 class raw_ostream; 26 class LLVM_LIBRARY_VISIBILITY SystemZAsmPrinter : public AsmPrinter { 33 MCTargetStreamer *TS = OutStreamer->getTargetStreamer(); in getTargetStreamer() 39 enum class CallType { [all …]
|