Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp43 ABIArgInfo classifyArgumentType(QualType Ty, bool IsFixed, int &GARsLeft,
88 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo() local
95 ArgInfo.type, /*IsFixed=*/ArgNum < NumFixedArgs, GARsLeft, FARsLeft); in computeInfo()
298 int &GARsLeft, in classifyArgumentType() argument
300 assert(GARsLeft <= NumGARs && "GAR tracking underflow"); in classifyArgumentType()
306 if (GARsLeft) in classifyArgumentType()
307 GARsLeft -= 1; in classifyArgumentType()
346 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()
347 GARsLeft -= NeededGARs; in classifyArgumentType()
360 NeededGARs = 2 + (GARsLeft % 2); in classifyArgumentType()
[all …]