/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory.cppm |
|
H A D | memory.inc | 52 // [specialized.addressof], addressof 55 // [specialized.algorithms], specialized algorithms 104 // [specialized.construct], construct_at 110 // [specialized.destroy], destroy 148 // [util.smartptr.shared.spec], shared_ptr specialized algorithms 166 // [util.smartptr.weak.spec], weak_ptr specialized algorithms
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendConsumer.h | 128 /// Specialized handler for InlineAsm diagnostic. 132 /// Specialized handler for diagnostics reported using SMDiagnostic. 134 /// Specialized handler for StackSize diagnostic. 138 /// Specialized handler for ResourceLimit diagnostic. 143 /// Specialized handler for unsupported backend feature diagnostic. 145 /// Specialized handlers for optimization remarks. 159 /// Specialized handler for misexpect warnings.
|
H A D | CGOpenMPRuntimeGPU.h | 10 // specialized by GPU targets NVPTX and AMDGCN. 36 /// Target codegen is specialized based on two data-sharing modes: CUDA, in 80 /// Emit outlined function specialized for the Fork-Join 94 /// Emit outlined function specialized for the Single Program
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | RemarkStreamer.h | 15 // Typically, a specialized remark emitter should hold a reference to the main 16 // remark streamer set up in the LLVMContext, and should convert specialized 19 // Specialized remark emitters can be components like: 24 // This allows for composition between specialized remark emitters throughout
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.def | 37 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to 65 // Handler for specialized leaf nodes under MDNode. 70 // Handler for specialized non-leaf nodes under MDNode.
|
H A D | VPIntrinsics.def | 158 // Specialized helper macro for integer binary operators (%x, %y, %mask, %evl). 333 // Specialized helper macro for floating-point binary operators 488 // Specialized helper macro for type conversions. 522 // Specialized helper macro for integer type conversions. 649 // Specialized helper macro for VP reductions (%start, %x, %mask, %evl). 714 // Specialized helper macro for VP reductions as above but with two forms:
|
H A D | LLVMContext.h | 235 /// The "main remark streamer" used by all the specialized remark streamers. 240 /// All specialized remark streamers should convert remarks to 361 /* Specialized opaque context conversions. in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
/freebsd/sys/dev/syscons/fonts/ |
H A D | cursor.awk | 2 # awk script to convert a bdf file to C declarations in a form specialized 5 # The accompanying syscons mouse cursor bdf file has specialized comments
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 18 // which can be specialized. 125 // Cloned function, a specialized version of the original one. 259 /// Analyses used to help determine if a function should be specialized. 303 /// Clean up fully specialized functions.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 122 /// A specialized pseudo source value for holding GlobalValue values. 136 /// A specialized pseudo source value for holding external symbol values.
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | ReplacementsYaml.h | 27 /// Specialized MappingTraits to describe how a Replacement is in LLVM_YAML_IS_SEQUENCE_VECTOR() 60 /// Specialized MappingTraits to describe how a in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | IntegerDivision.h | 27 /// expansion, but future work includes generating more specialized code, 36 /// implementations, but future work includes generating more specialized code
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_get_in_cred.3 | 139 The other krb5_get_in function are more specialized and therefor 167 but are more specialized.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | ValueObjectPrinter.h | 70 /// Access the cached "most specialized value" - that is the one to use for 146 /// Cache the current "most specialized" value. Don't use this
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 10 // specialized container used by serialization. 27 /// specialized interface.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GraphTraits.h | 11 /// specialized by classes that want to be iteratable by generic graph 26 // GraphTraits - This class should be specialized by different graph types...
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAnalysisManager.h | 83 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which 143 /// Provide a specialized run method for the \c LoopAnalysisManagerFunctionProxy
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-smc.txt | 4 to interface with standard memory devices (NAND, NOR, SRAM or specialized
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | lvds.yaml | 19 to accommodate for even more specialized data formats, since a variety of
|
/freebsd/lib/libdevdctl/ |
H A D | event.h | 317 /** Specialized Event object factory for Devfs events. */ 355 /** Specialized Event object factory for GEOM events. */ 378 /** Specialized Event object factory for ZFS events. */
|
/freebsd/contrib/wireguard-tools/ |
H A D | ctype.h | 5 * Specialized constant-time ctype.h reimplementations that aren't locale-specific.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 570 "specialized.arg." + Twine(++NGlobals)); in promoteConstantStackValues() 626 /// \returns true if at least one function is specialized. 804 Clone->setName(F->getName() + ".specialized." + Twine(NSpecs)); in cloneCandidateFunction() 836 // specialized. in findSpecializations() 969 // marking the argument on which we specialized the function constant in createSpecialization() 976 // Mark all the specialized functions in createSpecialization() 1139 // If the function has been completely specialized, the original function in updateCallSites()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ABI.h | 71 // specialized to work with llvm IR types 86 // specialized to work with llvm IR types
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TrailingObjects.h | 86 /// be specialized, so overloads must be used instead of 288 // function templates can't be specialized. in getTrailingObjects() 300 // function templates can't be specialized. in getTrailingObjects()
|