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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 61 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) {
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(Reg) != 0) dbgs() << "->g0(alloc-req)")
    [all...]
  /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)");
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(Reg) != 0) dbgs() << "->g0(alloc-req)")
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
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...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/
aws-java-sdk-iam-1.11.18.jar 

Completed in 271 milliseconds