Searched defs:GetGroup (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp61 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { function in class:AggressiveAntiDepState
75 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
86 unsigned Group1 = GetGroup(Reg1);
87 unsigned Group2 = GetGroup(Reg2);
228 DEBUG(if (State->GetGroup(Reg) != 0)
230 State->GetGroup(Reg) << "->g0(region live-out)");
333 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
347 State->GetGroup(SubregReg) << tag);
382 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg));
389 DEBUG(if (State->GetGroup(Re
[all...]
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { function in class:AggressiveAntiDepState
74 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0))
85 unsigned Group1 = GetGroup(Reg1);
86 unsigned Group2 = GetGroup(Reg2);
205 DEBUG(if (State->GetGroup(Reg) != 0)
207 State->GetGroup(Reg) << "->g0(region live-out)");
314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
329 State->GetGroup(SubregReg) << tag);
364 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg));
373 DEBUG(if (State->GetGroup(Re
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Drostermoduleimpl.cc446 XmppRosterContactImpl::GetGroup(size_t index) const { function in class:buzz::XmppRosterContactImpl
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp334 static unsigned GetGroup(CRecordVector<CFilterMode2> &filters, const CFilterMode2 &m) function in namespace:NArchive::N7z
412 return GetGroup(filters, m);
1770 unsigned groupIndex = GetGroup(filters, fm);

Completed in 218 milliseconds