Home
last modified time | relevance | path

Searched refs:GetGroup (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp70 unsigned AggressiveAntiDepState::GetGroup(MCRegister Reg) { in GetGroup() function in AggressiveAntiDepState
83 if ((GetGroup(Reg) == Group) && (RegRefs->count(Reg) > 0)) in GetGroupRegs()
93 unsigned Group1 = GetGroup(Reg1); in UnionGroups()
94 unsigned Group2 = GetGroup(Reg2); in UnionGroups()
210 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe()
211 << " " << printReg(Reg, TRI) << "=g" << State->GetGroup(Reg) in Observe()
318 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
334 << State->GetGroup(SubregReg) << tag); in HandleLastUse()
371 << State->GetGroup(Reg)); in PrescanInstruction()
380 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() << "->g0(alloc-req)"); in PrescanInstruction()
[all …]
H A DAggressiveAntiDepBreaker.h95 unsigned GetGroup(MCRegister Reg);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp265 if (auto Group = D.GetGroup()) in getOrCreateDiagID()
304 if (auto Group = Diag.GetGroup()) { in initCustomDiagMapping()
514 if ((!IsCustomDiag || CustomDiagInfo->getDescription(DiagID).GetGroup()) && in getDiagnosticSeverity()
632 return CustomDiagInfo->getDescription(DiagID).GetGroup(); in getGroupForDiag()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h228 std::optional<diag::Group> GetGroup() const { in GetGroup() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16229 {"_ZN4llvm22AggressiveAntiDepState8GetGroupEj", "llvm::AggressiveAntiDepState::GetGroup(unsigned in…