Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp11778 ABIArgInfo classifyArgumentType(QualType Ty, bool IsFixed, int &GARsLeft,
11823 int GARsLeft = IsRetIndirect ? NumGARs - 1 : NumGARs; in computeInfo() local
11830 ArgInfo.type, /*IsFixed=*/ArgNum < NumFixedArgs, GARsLeft, FARsLeft); in computeInfo()
12023 int &GARsLeft, in classifyArgumentType() argument
12025 assert(GARsLeft <= NumGARs && "GAR tracking underflow"); in classifyArgumentType()
12031 if (GARsLeft) in classifyArgumentType()
12032 GARsLeft -= 1; in classifyArgumentType()
12069 if (IsCandidate && NeededGARs <= GARsLeft && NeededFARs <= FARsLeft) { in classifyArgumentType()
12070 GARsLeft -= NeededGARs; in classifyArgumentType()
12083 NeededGARs = 2 + (GARsLeft % 2); in classifyArgumentType()
[all …]