Home
last modified time | relevance | path

Searched refs:match (Results 1801 – 1825 of 1827) sorted by relevance

1...<<71727374

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1118 // Use InstAliases to match these so that we can combine the insn and format
H A DRISCVISelLowering.cpp2016 if (!match(Op, m_Shuffle(m_InsertElt(m_Undef(), m_Value(), m_ZeroInt()), in shouldSinkOperands()
14860 BaseIndexOffset BIO1 = BaseIndexOffset::match(Ld1, DAG); in performCONCAT_VECTORSCombine()
14861 BaseIndexOffset BIO2 = BaseIndexOffset::match(Ld2, DAG); in performCONCAT_VECTORSCombine()
/freebsd/contrib/ntp/
H A Dconfigure.ac41 # match, NTP_CACHEVERSION will flush the cache.
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in9783 …keywords = "best match; data processing; file organisation; file searching; file structuring; …
13293 …ion; regular events; regular languages; retrieval; spelling correction; string best match problem",
13923 …pplied to the user's password and the result compared to a table entry, a match being interpreted …
14823 title = "The best-match problem in document retrieval",
14836 …keywords = "best match; classification; clustering; dissimilarity; document retrieval; file se…
17014 …tersection query; K-D trees; multidimensional binary search tree; partial match; queries; retrieva…
20420 …abstract = "Improvements to the exhaustive search method of best-match file searching have pre…
20426 …keywords = "best match; choice; computer programming --- Subroutines; data processing; file or…
20498 …the total number of ordered pairs of positions at which the two sequences match. Thus in the worst…
20502match. Thus in the worst case the algorithm has a running time of $O(n^2 \log n)$. However, for th…
[all …]
H A Dfunstack.ok1969 C. J. Van Rijsbergen The best-match problem in document
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td85 // ARM Instruction flags. These need to match ARMBaseInstrInfo.h.
H A DARMInstrVFP.td547 // The CC constants here match ARMCC::CondCodes.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def17 // LLVM already knows about X86 builtins. We need to match the LLVM
H A Darm_sve.td1883 // SVE2 - Character match
/freebsd/contrib/flex/
H A DChangeLog83 … and not needed for myesc's case. * The check of the character class and range here should match
6029 yylineno check is only performed on rules whose regexs can match a
8490 * scan.l: Fixed CCL-match pattern for [:whatever:]
9727 %pointer/%array match entire lines
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td126 // ComplexPattern match both extract_subvector and bitcast(extract_subvector(..)).
2906 // Increase the weight of the immediate variant to try to match it before
2908 // We used to match the register variant before the immediate when the
11503 // don't match the lane types, and the index bits are different to the other
H A DSVEInstrFormats.td400 // SVE pattern match helpers.
422 // Used to match FP_ROUND_MERGE_PASSTHRU, which has an additional flag for the
630 // SVE pattern match helpers.
/freebsd/contrib/dialog/
H A Daclocal.m4928 dnl $5 = a directory that we do not want $4 to match
3196 CF_MSG_LOG(given option \"$cf_option\", no match \"$cf_result\")
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3966 virtual bool match(QualType T) = 0;
4013 bool match(QualType T) override;
/freebsd/contrib/tzdata/
H A Dsouthamerica1837 # updated simply to match the Almanaque 2018. Although the document does not
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td4517 // Use regular 128-bit instructions to match 512-bit scalar_to_vec+zext.
8931 // Pattern match vcvtph2ps of a scalar i64 load.
12043 // patterns we have to try to match.
12339 // Patterns to match VPDPWSSD from existing instructions/intrinsics.
12809 // Use regular 128-bit instructions to match 512-bit scalar_to_vec+zext.
H A DX86InstrSSE.td2776 // patterns we have to try to match.
7531 // Pattern match vcvtph2ps of a scalar i64 load.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1294 // Mips Address Mode! SDNode frameindex could possibly be a match
H A DMipsMSAInstrInfo.td2047 // 1.0 when we only need to match ISD::FEXP2.
/freebsd/contrib/file/magic/Magdir/
H A Darchive1376 # This is a really bad format. A file containing HAWAII will match this...
H A Dimages1221 # and match mh-logo.xpm (emacs)
/freebsd/sys/conf/
H A DNOTES514 # passed as KTR_CPUMASK must match a series of bitmasks each of them
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12214 auto BaseLocDecomp = BaseIndexOffset::match(Base, *this); in areNonVolatileConsecutiveLoads()
12215 auto LocDecomp = BaseIndexOffset::match(LD, *this); in areNonVolatileConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2871 // We therefore match the address in the same way as a normal store and
/freebsd/contrib/sqlite3/
H A Dsqlite3.c127372 int match;
127384 match = 4;
127386 match = 1;
127391 match += 2; /* Exact encoding match */
127393 match += 1; /* Both are UTF16, but with different byte orders */
127396 return match;

1...<<71727374