Home
last modified time | relevance | path

Searched refs:PatternMatch (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/typescript/src/services/
DpatternMatcher.ts13 export interface PatternMatch { interface
36 getMatchForLastSegmentOfPattern(candidate: string): PatternMatch | undefined;
41 … getFullMatch(candidateContainers: readonly string[], candidate: string): PatternMatch | undefined;
93 function createPatternMatch(kind: PatternMatchKind, isCaseSensitive: boolean): PatternMatch {
118 …ents: readonly Segment[], stringToWordSpans: ESMap<string, TextSpan[]>): PatternMatch | undefined {
135 let bestMatch: PatternMatch | undefined;
152 …string, chunk: TextChunk, stringToWordSpans: ESMap<string, TextSpan[]>): PatternMatch | undefined {
204 …string, segment: Segment, stringToWordSpans: ESMap<string, TextSpan[]>): PatternMatch | undefined {
254 let bestMatch: PatternMatch | undefined;
261 …function betterMatch(a: PatternMatch | undefined, b: PatternMatch | undefined): PatternMatch | und…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp176 using namespace PatternMatch; in lowerGather()
217 using namespace PatternMatch; in tryCreateMaskedGatherBase()
237 using namespace PatternMatch; in tryCreateMaskedGatherOffset()
DMVETailPredication.cpp212 using namespace PatternMatch; in isTailPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerWidenableCondition.cpp51 using namespace llvm::PatternMatch; in lowerWidenableCondition()
DLowerConstantIntrinsics.cpp34 using namespace llvm::PatternMatch;
DLoopDeletion.cpp95 using namespace PatternMatch; in isLoopNeverExecuted()
DDivRemPairs.cpp30 using namespace llvm::PatternMatch;
DGuardWidening.cpp501 using namespace llvm::PatternMatch; in widenCondCommon()
586 using namespace llvm::PatternMatch; in parseRangeChecks()
DLoopPredication.cpp756 using namespace llvm::PatternMatch; in collectChecks()
845 using namespace PatternMatch; in parseLoopLatchICmp()
DNaryReassociate.cpp113 using namespace PatternMatch;
DCallSiteSplitting.cpp73 using namespace PatternMatch;
/third_party/typescript/src/testRunner/unittests/services/
DpatternMatcher.ts321 …function assertSegmentMatch(candidate: string, pattern: string, expected: ts.PatternMatch | undefi…
329 …edContainer: string, candidate: string, pattern: string, expected: ts.PatternMatch | undefined): v…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGuardUtils.cpp16 using namespace llvm::PatternMatch;
DInstructionPrecedenceTracking.cpp157 using namespace PatternMatch; in isSpecialInstruction()
DCmpInstAnalysis.cpp69 using namespace PatternMatch; in decomposeBitTestICmp()
DAssumptionCache.cpp37 using namespace llvm::PatternMatch;
DAliasSetTracker.cpp181 using namespace PatternMatch; in addUnknownInst()
493 using namespace PatternMatch; in add()
DDemandedBits.cpp53 using namespace llvm::PatternMatch;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp23 using namespace llvm::PatternMatch;
DLoopUnrollPeel.cpp50 using namespace llvm::PatternMatch;
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc243 bool PatternMatch(const FuncGraphPtr &graph, const AnfNodePtr &node, AnfNodeIndex *aggregate, AnfNo… in PatternMatch() function
315 if (!PatternMatch(graph, node, &aggregate_node, &skip_node, &inplace_node)) { in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp185 using namespace llvm::PatternMatch; in processUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp97 using namespace PatternMatch; in INITIALIZE_PASS_DEPENDENCY()
DHexagonLoopIdiomRecognition.cpp680 using namespace PatternMatch; in matchLeftShift()
795 using namespace PatternMatch; in matchRightShift()
860 using namespace PatternMatch; in scanSelect()
1308 using namespace PatternMatch; in convertShiftsToLeft()
1394 using namespace PatternMatch; in convertShiftsToLeft()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp32 using namespace PatternMatch;

1234