Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp8673 unsigned numRegsForType(QualType Ty) const;
8715 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon57a50d411411::AMDGPUABIInfo
8738 NumRegs += numRegsForType(FieldTy); in numRegsForType()
8800 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
8893 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
8904 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()