Searched refs:Group (Results 1 - 25 of 104) sorted by relevance

12345

/external/mesa3d/src/mesa/sparc/
H A Dsparc_clip.S106 1: ld [%i0 + 0x0c], %f3 ! LSU Group
107 ld [%i0 + 0x0c], %g5 ! LSU Group
108 ld [%i0 + 0x08], %g4 ! LSU Group
110 addcc %g5, %g5, %g5 ! IEU1 Group
111 addx %g0, 0x0, %g3 ! IEU1 Group
112 addcc %g4, %g4, %g4 ! IEU1 Group
113 addx %g3, %g3, %g3 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
115 ld [%i0 + 0x04], %g4 ! LSU Group
116 addx %g3, %g3, %g3 ! IEU1 Group
[all...]
H A Dxform.S77 1: ld [%g1 + 0x00], %f0 ! LSU Group
79 ld [%g1 + 0x00], %f8 ! LSU Group
82 fmuls %f0, M0, %f1 ! FGM Group 1-cycle stall on %f0
83 fmuls %f0, M1, %f2 ! FGM Group
84 fmuls %f0, M2, %f3 ! FGM Group
85 fmuls %f0, M3, %f4 ! FGM Group
86 fmuls %f8, M0, %f9 ! FGM Group f1 available
89 fmuls %f8, M1, %f10 ! FGM Group f2 available
92 fmuls %f8, M2, %f11 ! FGM Group f3 available
95 fmuls %f8, M3, %f12 ! FGM Group f
[all...]
H A Dnorm.S60 fmuls %f0, M0, %f3 ! FGM Group
61 fmuls %f1, M1, %f4 ! FGM Group
62 fmuls %f0, M4, %f5 ! FGM Group
63 fmuls %f1, M5, %f6 ! FGM Group
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
65 fmuls %f1, M9, %f8 ! FGM Group f4 available
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
15 class Group class in class:ANTLR3.Template
/external/clang/test/TableGen/
H A DDiagnosticBase.inc20 class InGroup<DiagGroup G> { DiagGroup Group = G; }
27 DiagGroup Group;
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h49 frontend::IncludeDirGroup Group; member in struct:clang::HeaderSearchOptions::Entry
59 : Path(path), Group(group), IsFramework(isFramework),
180 /// AddPath - Add the \p Path path to the specified \p Group list.
181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, argument
183 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h49 const MCSymbol *Group; member in class:llvm::MCSectionELF
60 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
76 const MCSymbol *getGroup() const { return Group; }
H A DMCContext.h318 StringRef Group) {
319 return getELFSection(Section, Type, Flags, EntrySize, Group, nullptr);
324 StringRef Group,
326 return getELFSection(Section, Type, Flags, EntrySize, Group, ~0,
332 StringRef Group, unsigned UniqueID) {
333 return getELFSection(Section, Type, Flags, EntrySize, Group, UniqueID,
339 StringRef Group, unsigned UniqueID,
344 const MCSymbol *Group, unsigned UniqueID,
350 const MCSymbol *Group,
316 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, StringRef Group) argument
322 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, StringRef Group, const char *BeginSymName) argument
330 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, StringRef Group, unsigned UniqueID) argument
/external/llvm/tools/llvm-pdbdump/
H A DClassDefinitionDumper.cpp116 const SymbolGroup &Group) {
117 if (Group.Functions.empty() && Group.Data.empty() && Group.Unknown.empty())
135 for (auto iter = Group.Functions.begin(), end = Group.Functions.end();
140 for (auto iter = Group.Data.begin(), end = Group.Data.end(); iter != end;
145 for (auto iter = Group.Unknown.begin(), end = Group
115 dumpAccessGroup(PDB_MemberAccess Access, const SymbolGroup &Group) argument
[all...]
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp139 static void benchmark( llvm::TimerGroup &Group
142 llvm::Timer BaseLine((Name + ": Loop").str(), Group);
151 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group);
158 llvm::Timer Parsing((Name + ": Parsing").str(), Group);
209 llvm::TimerGroup Group("YAML parser benchmark");
210 benchmark(Group, "Fast", createJSONText(10, 500));
212 llvm::TimerGroup Group("YAML parser benchmark");
213 benchmark(Group, "Small Values", createJSONText(MemoryLimitMB, 5));
214 benchmark(Group, "Medium Values", createJSONText(MemoryLimitMB, 500));
215 benchmark(Group, "Larg
[all...]
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { argument
57 return Mapping[Group];
63 getCategoryFromDiagGroup(const Record *Group, argument
66 std::string CatName = Group->getValueAsString("CategoryName");
71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) {
86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(),
172 DefInit *DI = dyn_cast<DefInit>(R->getValueInit("Group"));
187 Record *Group local
339 isSubGroupOfGroup(const Record *Group, llvm::StringRef GName) argument
366 groupInPedantic(const Record *Group, bool increment) argument
383 markGroup(const Record *Group) argument
443 Record *Group = DiagGroups[i]; local
[all...]
/external/clang/tools/diagtool/
H A DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { argument
62 out << "-W" << Group.getName() << "\n";
66 for (GroupRecord::subgroup_iterator I = Group.subgroup_begin(),
67 E = Group.subgroup_end();
73 for (GroupRecord::diagnostics_iterator I = Group.diagnostics_begin(),
74 E = Group.diagnostics_end();
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.merit9 ATTRIBUTE Login-LAT-Group 36 string
/external/libexif/
H A Dlibexif.spec7 Group: System Environment/Libraries
21 Group: Development/Libraries
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py62 from reportlab.graphics.shapes import Group, Drawing, scale namespace
65 g = Group(pen.path)
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py62 from reportlab.graphics.shapes import Group, Drawing, scale namespace
65 g = Group(pen.path)
/external/llvm/lib/Option/
H A DOption.cpp66 const Option Group = getGroup(); local
67 if (Group.isValid()) {
68 llvm::errs() << " Group:";
69 Group.dump();
94 const Option Group = getGroup(); local
95 if (Group.isValid())
96 return Group.matches(Opt);
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
62 void AddUnmappedPath(const Twine &Path, IncludeDirGroup Group,
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, argument
128 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
133 AddUnmappedPath(Path, Group, isFramework);
136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, argument
146 if (Group == Quoted || Group == Angled || Group == IndexHeaderMap) {
148 } else if (Group
[all...]
/external/llvm/lib/MC/
H A DMCContext.cpp267 if (const MCSymbol *Group = Section->getGroup())
268 GroupName = Group->getName();
282 unsigned EntrySize, const MCSymbol *Group,
290 EntrySize, Group, true, nullptr, Associated);
295 StringRef Group, unsigned UniqueID,
298 if (!Group.empty())
299 GroupSym = GetOrCreateSymbol(Group);
311 StringRef Group = ""; local
313 Group = GroupSym->getName();
316 std::make_pair(ELFSectionKey{Section, Group, UniqueI
281 createELFRelSection(StringRef Name, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbol *Group, const MCSectionELF *Associated) argument
293 getELFSection(StringRef Section, unsigned Type, unsigned Flags, unsigned EntrySize, StringRef Group, unsigned UniqueID, const char *BeginSymName) argument
[all...]
/external/llvm/include/llvm/Object/
H A DELFYAML.h81 enum class SectionKind { Group, RawContent, Relocation }; member in class:llvm::ELFYAML::Section::SectionKind
102 struct Group : Section { struct in namespace:llvm::ELFYAML
106 Group() : Section(SectionKind::Group) {} function in struct:llvm::ELFYAML::Group
108 return S->Kind == SectionKind::Group;
/external/libvncserver/
H A DLibVNCServer.spec7 Group: Libraries/Network
28 Group: Libraries/Network
37 Group: User Interface/X
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb128 describe Template::Group, "dynamic template definition" do
132 @group = Template::Group.new do
208 describe Template::Group, "loading a template definition file" do
211 @group = Template::Group.load( SAMPLE_GROUP_FILE )
/external/blktrace/
H A Dbtrace.spec16 Group: foo
/external/libcap-ng/libcap-ng-0.7/
H A Dlibcap-ng.spec8 Group: System Environment/Libraries
21 Group: Development/Libraries
33 Group: Development/Libraries
44 Group: Development/Libraries
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp526 const WarningOption *Group,
530 if (!Group->Members && !Group->SubGroups)
536 const int16_t *Member = DiagArrays + Group->Members;
545 const int16_t *SubGroups = DiagSubGroups + Group->SubGroups;
554 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, argument
557 OptionTable, OptionTable + OptionTableSize, Group, WarningOptionCompare);
559 Found->getName() != Group)
573 StringRef Group) {
575 unsigned BestDistance = Group
525 getDiagnosticsInGroup(diag::Flavor Flavor, const WarningOption *Group, SmallVectorImpl<diag::kind> &Diags) argument
572 getNearestOption(diag::Flavor Flavor, StringRef Group) argument
[all...]

Completed in 2432 milliseconds

12345