| /llvm-project-15.0.7/clang/test/ASTMerge/category/Inputs/ |
| H A D | category1.m | 4 // Matching category 9 // Matching class extension
|
| H A D | category2.m | 6 // Matching category 11 // Matching class extension
|
| /llvm-project-15.0.7/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 255 StringRef Matching; in isMainHeader() local 257 Matching = MatchingFileStem; // example 1), 2) in isMainHeader() 259 Matching = FileStem; // example 3) in isMainHeader() 260 if (!Matching.empty()) { in isMainHeader() 263 if (MainIncludeRegex.match(Matching)) in isMainHeader()
|
| /llvm-project-15.0.7/clang/test/ASTMerge/property/Inputs/ |
| H A D | property1.m | 1 // Matching properties
|
| H A D | property2.m | 1 // Matching properties
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveInterval.cpp | 924 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local 925 if (Matching.none()) in refineSubRanges() 929 if (SRMask == Matching) { in refineSubRanges() 935 SR.LaneMask = SRMask & ~Matching; in refineSubRanges() 937 MatchingRange = createSubRangeFrom(Allocator, Matching, SR); in refineSubRanges() 940 stripValuesNotDefiningMask(reg(), *MatchingRange, Matching, Indexes, TRI, in refineSubRanges() 946 ToApply &= ~Matching; in refineSubRanges()
|
| /llvm-project-15.0.7/llvm/utils/vim/syntax/ |
| H A D | machine-ir.vim | 17 " Opcodes. Matching instead of listing them because individual targets can add
|
| /llvm-project-15.0.7/clang/test/ASTMerge/interface/Inputs/ |
| H A D | interface2.m | 48 // Matching protocol
|
| H A D | interface1.m | 49 // Matching protocol
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sve-fixed-length-reshuffle.ll | 6 ; == Matching first N elements ==
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | rewriter-errors.td | 39 // ERROR3: [[@LINE+1]]:1: error: Matching nested tree in NativeCodecall not support for
|
| H A D | pattern.mlir | 289 // Test Constant Matching
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 1135 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue() local 1141 ? getOrCreateResult(Matching, Other->getType()) in getMatchingValue() 1147 bool MatchingNTI = isHandledNonTargetIntrinsic(Matching); in getMatchingValue() 1163 Result = getOrCreateResult(Matching, Other->getType()); in getMatchingValue()
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | smax-br-phi-idioms.ll | 124 ; Matching "through" %init will break LCSSA at the SCEV expression
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DeclarativeRewrites.md | 49 * Matching and generating ops with regions. 50 * Matching and generating ops with block arguments. 51 * Matching multi-result ops in nested patterns. 52 * Matching and generating variadic operand/result ops in nested patterns. 156 #### Matching DAG of operations
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | parameterized_classes.m | 130 // Matching type bounds 138 // Matching type bounds
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibASTMatchers.rst | 2 Matching the Clang AST
|
| H A D | ClangTransformerTutorial.rst | 393 * :doc:`Matching the Clang AST <LibASTMatchers>`
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | PdbStream.rst | 135 Matching a PDB to its executable
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVMemoryOps.td | 88 Type operand in their OpTypePointer type declaration. Matching Storage
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 2183 FormatToken *Matching = FormatTok->MatchingParen; in insertTrailingCommas() local 2184 if (!Matching || !FormatTok->getPreviousNonComment()) in insertTrailingCommas() 2187 Matching->is(TT_ArrayInitializerLSquare)) && in insertTrailingCommas() 2188 !(FormatTok->is(tok::r_brace) && Matching->is(TT_DictLiteral))) { in insertTrailingCommas()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZfh.td | 385 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
|
| H A D | RISCVInstrInfoD.td | 401 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
|
| H A D | RISCVInstrInfoF.td | 611 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 685 FileCheck Regex Matching Syntax 944 Matching Newline Characters
|