HomeSort by relevance Sort by last modified time
    Searched refs:GetGroup (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) {
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)");
315 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
328 State->GetGroup(SubregReg) << tag);
363 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg));
372 DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)")
    [all...]
AggressiveAntiDepBreaker.h 88 unsigned GetGroup(unsigned Reg);
  /external/webrtc/webrtc/libjingle/xmpp/
rostermodule.h 172 virtual const std::string GetGroup(size_t index) const = 0;
rostermoduleimpl.h 119 virtual const std::string GetGroup(size_t index) const;
rostermodule_unittest.cc 144 WriteString(os, contact->GetGroup(i));
rostermoduleimpl.cc 446 XmppRosterContactImpl::GetGroup(size_t index) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qmgr.h 439 virtual HRESULT WINAPI GetGroup(GUID groupID,IBackgroundCopyGroup **ppGroup) = 0;
449 HRESULT (WINAPI *GetGroup)(IBackgroundCopyQMgr *This,GUID groupID,IBackgroundCopyGroup **ppGroup);
461 #define IBackgroundCopyQMgr_GetGroup(This,groupID,ppGroup) (This)->lpVtbl->GetGroup(This,groupID,ppGroup)
    [all...]
d3drmobj.h     [all...]

Completed in 291 milliseconds