Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp11763 static const int NumGARs = 8; member in __anondfff523e2511::LoongArchABIInfo
11823 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo()
12025 assert(GARsLeft <= NumGARs && "GAR tracking underflow"); in classifyArgumentType()