Searched refs:Baseline (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1903 Constant *Baseline = nullptr; in getPredicateAt() local 1913 Baseline = (i == 0) ? Result /* First iteration */ in getPredicateAt() 1914 : (Baseline == Result ? Baseline in getPredicateAt() 1916 if (!Baseline) in getPredicateAt() 1919 if (Baseline) in getPredicateAt() 1920 return Baseline; in getPredicateAt() 1930 Constant *Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt() local 1931 if (Baseline) { in getPredicateAt() 1935 if (Ret != Baseline) in getPredicateAt() 1940 return Baseline; in getPredicateAt()
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 681 which specifies `Baseline` and `Number_of_Bits` to add. 689 The literals length is equal to the decoded `Baseline` plus 700 | `Baseline` | 16 | 18 | 20 | 22 | 24 | 28 | 32 | 40 | 705 | `Baseline` | 48 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 710 | `Baseline` | 8192 |16384 |32768 |65536 | 718 The match length is equal to the decoded `Baseline` plus 729 | `Baseline` | 35 | 37 | 39 | 41 | 43 | 47 | 51 | 59 | 734 | `Baseline` | 67 | 83 | 99 | 131 | 259 | 515 | 1027 | 2051 | 739 | `Baseline` | 4099 | 8195 |16387 |32771 |65539 | 814 The code then defines the `Baseline` and `Number_of_Bits` to read for each type. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVISAInfo.cpp | 611 char Baseline = Arch.front(); in parseArchString() local 618 switch (Baseline) { in parseArchString() 626 StringRef(&Baseline, 1), Arch, Major, Minor, ConsumeLength, in parseArchString() 630 ISAInfo->Exts[std::string(1, Baseline)] = {Major, Minor}; in parseArchString()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
/freebsd/usr.sbin/ntp/ntpd/ |
H A D | leap-seconds | 10 # It is now mainly derived from Very Long Baseline Interferometry (VLBI). The various
|
/freebsd/contrib/tzdata/ |
H A D | leap-seconds.list | 10 # It is now mainly derived from Very Long Baseline Interferometry (VLBI). The various
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | ARMTargetParser.def | 189 ARM_ARCH("armv8-m.base", ARMV8MBaseline, "8-M.Baseline", "+v8m.base",
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 1 //==--- PropertiesBase.td - Baseline definitions for AST properties -------===//
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 619 "Support ARM v8M Baseline instructions",
|
H A D | ARMInstrThumb2.td | 3958 // available in both v8-M.Baseline and Thumb2 targets
|