Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp28 static const int NumGARs = 8; member in __anond578f8c40111::LoongArchABIInfo
88 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo()
300 assert(GARsLeft <= NumGARs && "GAR tracking underflow"); in classifyArgumentType()