Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp9198 unsigned numRegsForType(QualType Ty) const;
9240 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon0040e4081511::AMDGPUABIInfo
9263 NumRegs += numRegsForType(FieldTy); in numRegsForType()
9325 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
9418 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
9429 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()