Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10987 static const int NumArgGPRs = 8; member in __anon0040e4081e11::RISCVABIInfo
11045 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
11267 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()
11510 static const int NumArgGPRs = 4; member in __anon0040e4082211::CSKYABIInfo
11542 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo()
11571 assert(ArgGPRsLeft <= NumArgGPRs && "Arg GPR tracking underflow"); in classifyArgumentType()