/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | LLVMBitCodes.h | 332 METADATA_LOCATION = 7, // [distinct, line, col, scope, inlined-at?] 337 METADATA_GENERIC_DEBUG = 12, // [distinct, tag, vers, header, n x md num] 338 METADATA_SUBRANGE = 13, // [distinct, count, lo] 339 METADATA_ENUMERATOR = 14, // [isUnsigned|distinct, value, name] 340 METADATA_BASIC_TYPE = 15, // [distinct, tag, name, size, align, enc] 341 METADATA_FILE = 16, // [distinct, filename, directory, checksumkind, checksum] 342 METADATA_DERIVED_TYPE = 17, // [distinct, ...] 343 METADATA_COMPOSITE_TYPE = 18, // [distinct, ...] 344 METADATA_SUBROUTINE_TYPE = 19, // [distinct, flags, types, cc] 345 METADATA_COMPILE_UNIT = 20, // [distinct, [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
H A D | htr.rst | 43 - For each block, compute the number of distinct predecessor and successor blocks. 48 …than one distinct successor is always the start of a super block, the super block will continue un…
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | MetadataImpl.h | 32 case Distinct: in storeImpl() 47 case Distinct: in storeImpl()
|
/freebsd-src/contrib/libxo/libxo/ |
H A D | xo_open_list.3 | 58 distinct levels of calls are needed to represent them in our output 73 open and close the list, while a distinct call is needed to open and
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.h | 70 enum StorageType { Uniqued, Distinct, Temporary }; enumerator 1048 /// Metadata nodes can be uniqued, like constants, or distinct. Temporary 1065 /// whereas small MDNodes' operands are co-allocated. Distinct and temporary 1115 /// Only temporary and distinct nodes are resizable. 1252 bool isDistinct() const { return Storage == Distinct; } 1286 /// return it. If \c N cannot be uniqued, return a distinct node instead. 1305 /// Replace a temporary node with a distinct one. 1307 /// Create a distinct version of \c N -- in place, if possible -- and return 1387 /// Mutate this to be "distinct". 1508 /// Return a distinct nod [all...] |
H A D | MDBuilder.h | 151 /// Each returned node is distinct from all other metadata and will never 158 /// node is distinct from all other metadata and will never be identified 165 /// Each returned node is distinct from all other metadata and will never 172 /// Each returned node is distinct from all other metadata and will never
|
/freebsd-src/contrib/libxo/doc/ |
H A D | encoders.rst | 163 distinct output. 231 The encoder API consists of three distinct phases: 269 "xo_encoder.h". Each op code represents a distinct event in the libxo
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | X509_NAME_print_ex.pod | 60 Two distinct separators are used between distinct RelativeDistinguishedName
|
H A D | BIO_s_socket.pod | 34 platforms sockets are not file descriptors and use distinct I/O routines,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 279 /// post-order. Distinct subgraphs reachable only from a single uniqued node 282 /// \note The relative order of a distinct and uniqued node is irrelevant. 283 /// \a organizeMetadata() will later partition distinct nodes ahead of
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 276 /// post-order. Distinct subgraphs reachable only from a single uniqued node 279 /// \note The relative order of a distinct and uniqued node is irrelevant. 280 /// \a organizeMetadata() will later partition distinct nodes ahead of
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 52 // remain distinct, and the optimizer will treat them conservatively. in getRoot() 175 // Treat all other builtin types as distinct types. This includes in getTypeInfoHelper() 176 // treating wchar_t, char16_t, and char32_t as distinct from their in getTypeInfoHelper() 225 // pointers distinct for non-builtin types. in getTypeInfoHelper() 245 // Enum types are distinct types. In C++ they have "underlying types", in getTypeInfo()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 215 /// Worklist of distinct nodes whose operands need to be remapped. 228 /// algorithm handles distinct nodes and uniqued node subgraphs using 231 /// Distinct nodes are immediately mapped and added to \a DistinctWorklist 237 /// a node to calculate uniqued node mappings in bulk. Distinct leafs are 241 /// distinct nodes in \a DistinctWorklist until the entire subgraph under \c 270 /// MDNode, compute and return the mapping. If it's a distinct \a MDNode, 278 /// Map a distinct node. 280 /// Return the mapping for the distinct node \c N, saving the result in \a 297 /// distinct node, an already-mapped uniqued node, or \a ConstantAsMetadata) 641 assert(N.isDistinct() && "Expected a distinct nod in mapDistinctNode() [all...] |
/freebsd-src/contrib/kyua/ |
H A D | AUTHORS | 3 # This file is distinct from the CONTRIBUTORS files; see the latter for
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | declcond.h | 4 * The NTP reference implementation distribution includes two distinct
|
/freebsd-src/contrib/ntp/include/ |
H A D | declcond.h | 4 * The NTP reference implementation distribution includes two distinct
|
/freebsd-src/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | led-backlight.txt | 12 - brightness-levels: Array of distinct brightness levels. The levels must be
|
/freebsd-src/sys/contrib/device-tree/Bindings/pwm/ |
H A D | kontron,sl28cpld-pwm.yaml | 16 The controller supports one PWM channel and supports only four distinct
|
/freebsd-src/contrib/ncurses/man/ |
H A D | user_caps.5 | 176 Some terminals can send distinct strings for special keys (cursor-, 351 Several terminals provide the ability to send distinct strings for 357 distinct special-key strings.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegisterBanks.td | 9 // Although RegisterBankSelection is disabled we need to distinct the banks
|
/freebsd-src/sys/contrib/device-tree/Bindings/mmc/ |
H A D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | intel,ixp4xx-interrupt.yaml | 19 The distinct IXP4xx families with different interrupt controller
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | base_structs.h | 38 * that the total number of distinct mappings remains small.
|
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
H A D | imx8mm-thermal.yaml | 16 currently two distinct major versions of the IP that is supported
|
/freebsd-src/contrib/bearssl/conf/ |
H A D | Win.mk | 16 # name is distinct from the 'import library' generated along with the DLL.
|