Home
last modified time | relevance | path

Searched refs:Matching (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/test/ASTMerge/category/Inputs/
H A Dcategory1.m4 // Matching category
9 // Matching class extension
H A Dcategory2.m6 // Matching category
11 // Matching class extension
/llvm-project-15.0.7/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp255 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 Dproperty1.m1 // Matching properties
H A Dproperty2.m1 // Matching properties
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveInterval.cpp924 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 Dmachine-ir.vim17 " Opcodes. Matching instead of listing them because individual targets can add
/llvm-project-15.0.7/clang/test/ASTMerge/interface/Inputs/
H A Dinterface2.m48 // Matching protocol
H A Dinterface1.m49 // Matching protocol
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-fixed-length-reshuffle.ll6 ; == Matching first N elements ==
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Drewriter-errors.td39 // ERROR3: [[@LINE+1]]:1: error: Matching nested tree in NativeCodecall not support for
H A Dpattern.mlir289 // Test Constant Matching
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1135 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 Dsmax-br-phi-idioms.ll124 ; Matching "through" %init will break LCSSA at the SCEV expression
/llvm-project-15.0.7/mlir/docs/
H A DDeclarativeRewrites.md49 * 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 Dparameterized_classes.m130 // Matching type bounds
138 // Matching type bounds
/llvm-project-15.0.7/clang/docs/
H A DLibASTMatchers.rst2 Matching the Clang AST
H A DClangTransformerTutorial.rst393 * :doc:`Matching the Clang AST <LibASTMatchers>`
/llvm-project-15.0.7/llvm/docs/PDB/
H A DPdbStream.rst135 Matching a PDB to its executable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVMemoryOps.td88 Type operand in their OpTypePointer type declaration. Matching Storage
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2183 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 DRISCVInstrInfoZfh.td385 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoD.td401 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
H A DRISCVInstrInfoF.td611 // extended. Matching sext_inreg+fptoui/fptosi may cause the conversion to be
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A DFileCheck.rst685 FileCheck Regex Matching Syntax
944 Matching Newline Characters

12