/freebsd/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/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 - A block with more than one distinct successor is always the start of a super block, the super block will continue until the next block with more than one distinct predecessor or successor.
|
/freebsd/sys/dev/sound/ |
H A D | unit.c |
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | MetadataImpl.h | 32 case Distinct: in storeImpl() 47 case Distinct: in storeImpl()
|
/freebsd/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 node. [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/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/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/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | arm,mhuv3.yaml | 38 acquire two distinct unidirectional channels, one for each block. 41 as distinct DT nodes in order to properly describe their resources. 44 identify the type of blocks with distinct compatibles.
|
/freebsd/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 node"); in mapDistinctNode() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_NAME_print_ex.pod | 60 Two distinct separators are used between distinct RelativeDistinguishedName
|
/freebsd/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/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/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 getTypeInfoHelper()
|
/freebsd/contrib/kyua/ |
H A D | AUTHORS | 3 # This file is distinct from the CONTRIBUTORS files; see the latter for
|
/freebsd/crypto/krb5/src/plugins/preauth/spake/ |
H A D | AUTHORS | 2 # This file is distinct from the CONTRIBUTORS files.
|
/freebsd/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/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/contrib/ntp/ntpd/ |
H A D | declcond.h | 4 * The NTP reference implementation distribution includes two distinct
|
/freebsd/contrib/ntp/include/ |
H A D | declcond.h | 4 * The NTP reference implementation distribution includes two distinct
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegisterBanks.td | 9 // Although RegisterBankSelection is disabled we need to distinct the banks
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 278 given distinct context-specific tags to avoid ambiguity. 808 where identifier1 , ..., identifiern are optional, distinct 814 The types must have distinct tags. This requirement is 831 alternative. The fact that the alternatives have distinct 906 where identifier1, ..., identifiern are optional distinct 1196 where identifier1 , ..., identifiern are optional, distinct 1211 immediately following that series, must have distinct tags. 1290 where identifier1, ..., identifiern are optional, distinct 1303 The types must have distinct tags. This requirement is
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | intel,ixp4xx-interrupt.yaml | 19 The distinct IXP4xx families with different interrupt controller
|