Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp53 int ArgFPRsLeft = FLen ? NumArgFPRs : 0; in computeInfo() local
77 classifyArgumentType(QualType Ty,int & ArgGPRsLeft,int & ArgFPRsLeft,bool isReturnType) const classifyArgumentType() argument
157 int ArgFPRsLeft = FLen ? 1 : 0; classifyReturnType() local
H A DRISCV.cpp92 int ArgFPRsLeft = NumArgFPRs; in computeInfo() local
478 int ArgFPRsLeft = FLen ? 2 : 0; classifyReturnType() local
[all...]