Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp9068 unsigned numRegsForType(QualType Ty) const;
9110 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon8ad051811511::AMDGPUABIInfo
9133 NumRegs += numRegsForType(FieldTy); in numRegsForType()
9195 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
9288 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
9299 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()