Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10577 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo() local
10784 int &ArgGPRsLeft, in classifyArgumentType() argument
10792 if (ArgGPRsLeft) in classifyArgumentType()
10793 ArgGPRsLeft -= 1; in classifyArgumentType()
10831 if (IsCandidate && NeededArgGPRs <= ArgGPRsLeft && in classifyArgumentType()
10833 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()
10847 NeededArgGPRs = 2 + (ArgGPRsLeft % 2); in classifyArgumentType()
10851 if (NeededArgGPRs > ArgGPRsLeft) { in classifyArgumentType()
10853 NeededArgGPRs = ArgGPRsLeft; in classifyArgumentType()
10856 ArgGPRsLeft -= NeededArgGPRs; in classifyArgumentType()
[all …]