OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Matching
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
machine-ir.vim
17
" Opcodes.
Matching
instead of listing them because individual targets can add
/src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
HeaderIncludes.cpp
254
StringRef
Matching
;
256
Matching
= MatchingFileStem; // example 1), 2)
258
Matching
= FileStem; // example 3)
259
if (!
Matching
.empty()) {
262
if (MainIncludeRegex.match(
Matching
))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp
938
LaneBitmask
Matching
= SRMask & LaneMask;
939
if (
Matching
.none())
943
if (SRMask ==
Matching
) {
947
// We have to split the subrange into a
matching
and non-
matching
part.
948
// Reduce lanemask of existing lane to non-
matching
part.
949
SR.LaneMask = SRMask & ~
Matching
;
950
// Create a new subrange for the
matching
part
951
MatchingRange = createSubRangeFrom(Allocator,
Matching
, SR);
954
stripValuesNotDefiningMask(reg(), *MatchingRange,
Matching
, Indexes, TRI
[
all
...]
/src/usr.bin/make/unit-tests/
char-005c-reverse-solidus.mk
117
#
Matching
a backslash with the pattern
matching
characters works.
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
238
// Hash general selects to allow
matching
commuted true/false operands.
254
// Hash general selects to allow
matching
commuted true/false operands.
362
// TODO: Extend this for >2 args by
matching
the trailing N-2 args.
402
// inverse, because we looked through a 'not' in the
matching
function and
697
// Use the ID of masked load as the "
matching
id". This will
698
// prevent
matching
non-masked loads/stores with masked ones
700
// does not support
matching
intrinsics with non-intrinsics,
1122
Instruction *
Matching
= MemInstMatching ? MemInst.get() : InVal.DefInst;
1128
? getOrCreateResult(
Matching
, Other->getType())
1134
bool MatchingNTI = isHandledNonTargetIntrinsic(
Matching
);
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d
3
are a commonly used method of pattern
matching
13
$(TR $(TD
Matching
) $(TD
100
like
matching
an integer number $(U bounded) in an [a,b] interval.
189
$(REG_ROW (?#comment), An inline comment that is ignored while
matching
.)
191
$(U not) saving matched portion of text. Useful to speed up
matching
. )
213
at the current position (
matching
goes backwards).
217
be matched ending at the current position (
matching
goes backwards).
237
$(REG_ROW i, Case insensitive
matching
. )
284
All matches returned by pattern
matching
functionality in this library
353
generated at compile-time to speed up
matching
[
all
...]
Completed in 40 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026