Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp44 int &FARsLeft) const;
89 int FARsLeft = FRLen ? NumFARs : 0; in computeInfo() local
95 ArgInfo.type, /*IsFixed=*/ArgNum < NumFixedArgs, GARsLeft, FARsLeft); in computeInfo()
299 int &FARsLeft) const { in classifyArgumentType()
322 FRLen >= Size && FARsLeft) { in classifyArgumentType()
323 FARsLeft--; in classifyArgumentType()
329 if (IsFixed && Ty->isComplexType() && FRLen && FARsLeft >= 2) { in classifyArgumentType()
332 FARsLeft -= 2; in classifyArgumentType()
346 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()
348 FARsLeft -= NeededFARs; in classifyArgumentType()
[all …]