Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp10514 static const int NumArgGPRs = 8; member in __anoncdae85851d11::RISCVABIInfo
10577 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
10786 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()