Searched defs:Patterns (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelEmitter.cpp127 std::vector<const PatternToMatch*> Patterns; local
130 Patterns.push_back(&*I);
134 std::sort(Patterns.begin(), Patterns.end(), PatternSortingPredicate(CGP));
139 for (unsigned i = 0, e = Patterns.size(); i != e; ++i) {
141 if (Matcher *M = ConvertPatternToMatcher(*Patterns[i], Variant, CGP))
H A DCodeGenDAGPatterns.cpp2871 std::vector<Record*> Patterns = Records.getAllDerivedDefinitions("Pattern"); local
2873 for (unsigned i = 0, e = Patterns.size(); i != e; ++i) {
2874 Record *CurPattern = Patterns[i];
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp139 std::vector<const PatternToMatch*> Patterns; local
142 Patterns.push_back(&*I);
146 std::sort(Patterns.begin(), Patterns.end(), PatternSortingPredicate(CGP));
151 for (unsigned i = 0, e = Patterns.size(); i != e; ++i) {
153 if (Matcher *M = ConvertPatternToMatcher(*Patterns[i], Variant, CGP))
H A DCodeGenDAGPatterns.cpp2941 // Patterns can also be ComplexPattern instances.
3434 std::vector<Record*> Patterns = Records.getAllDerivedDefinitions("Pattern"); local
3436 for (Record *CurPattern : Patterns) {
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp366 Patterns.push_back({Name, Name.startswith("::")});
373 for (size_t I = 0; I < Patterns.size();) {
374 if (internal::consumeNameSuffix(Patterns[I].P, NodeName) ||
378 Patterns.erase(Patterns.begin() + I);
381 return !Patterns.empty();
388 for (auto& P: Patterns)
399 llvm::SmallVector<Pattern, 8> Patterns; member in class:clang::ast_matchers::internal::__anon1133::PatternSet
414 PatternSet Patterns(Names);
425 if (!Patterns
[all...]
/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp367 SmallVector<MachineCombinerPattern, 16> Patterns; local
393 if (!TII->getMachineCombinerPatterns(MI, Patterns))
396 for (auto P : Patterns) {
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2920 SmallVectorImpl<MachineCombinerPattern> &Patterns) {
2948 Patterns.push_back(MachineCombinerPattern::MULADDW_OP1);
2953 Patterns.push_back(MachineCombinerPattern::MULADDW_OP2);
2960 Patterns.push_back(MachineCombinerPattern::MULADDX_OP1);
2965 Patterns.push_back(MachineCombinerPattern::MULADDX_OP2);
2972 Patterns.push_back(MachineCombinerPattern::MULSUBW_OP1);
2977 Patterns.push_back(MachineCombinerPattern::MULSUBW_OP2);
2984 Patterns.push_back(MachineCombinerPattern::MULSUBX_OP1);
2989 Patterns.push_back(MachineCombinerPattern::MULSUBX_OP2);
2996 Patterns
2919 getMaddPatterns(MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns) argument
3027 getFMAPatterns(MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns) argument
[all...]
/external/skia/src/sfnt/
H A DSkPanose.h445 Patterns = 8, member in class:SkPanose::Data::Pictoral::Kind
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 297 milliseconds