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

/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);
211 DEBUG(if (State->GetGroup(Reg) != 0)
213 State->GetGroup(Reg) << "->g0(region live-out)");
314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
327 State->GetGroup(SubregReg) << tag);
362 DEBUG(dbgs() << " " << TRI->getName(Reg) << "=g" << State->GetGroup(Reg));
369 DEBUG(if (State->GetGroup(Re
[all...]
H A DAggressiveAntiDepBreaker.h89 // GetGroup - Get the group for a register. The returned value is
91 unsigned GetGroup(unsigned Reg);
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3drmobj.h347 STDMETHOD(GetGroup)(THIS_ D3DRMGROUPINDEX id, unsigned *vCount, unsigned *fCount, unsigned *vPerFace, DWORD *fDataSize, unsigned *fData) PURE;
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DRMOBJ.H347 STDMETHOD(GetGroup)(THIS_ D3DRMGROUPINDEX id, unsigned *vCount, unsigned *fCount, unsigned *vPerFace, DWORD *fDataSize, unsigned *fData) PURE;

Completed in 103 milliseconds