Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/Targets/
H A DCSKY.cpp52 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; in computeInfo() local
74 ABIArgInfo CSKYABIInfo::classifyArgumentType(QualType Ty, int &ArgGPRsLeft, in classifyArgumentType()
154 int ArgGPRsLeft = 2; in classifyReturnType() local
H A DRISCV.cpp91 int ArgGPRsLeft = IsRetIndirect ? NumArgGPRs - 1 : NumArgGPRs; computeInfo() local
350 classifyArgumentType(QualType Ty,bool IsFixed,int & ArgGPRsLeft,int & ArgFPRsLeft) const classifyArgumentType() argument
483 int ArgGPRsLeft = 2; classifyReturnType() local
[all...]