Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10853 static const int NumArgGPRs = 8; member in __anon8ad051811e11::RISCVABIInfo
10916 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
11138 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()
11384 static const int NumArgGPRs = 4; member in __anon8ad051812211::CSKYABIInfo
11416 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
11445 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()