Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp52 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo() local
76 classifyArgumentType(QualType Ty,int & ArgGPRsLeft,int & ArgFPRsLeft,bool isReturnType) const classifyArgumentType() argument
156 int ArgGPRsLeft = 2; classifyReturnType() local
H A DRISCV.cpp91 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo() local
350 int &ArgGPRsLeft, in classifyArgumentType() argument
477 int ArgGPRsLeft = 2; classifyReturnType() local
[all...]