Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp8809 unsigned numRegsForType(QualType Ty) const;
8851 unsigned AMDGPUABIInfo::numRegsForType(QualType Ty) const { in numRegsForType() function in __anon6bad40bc1411::AMDGPUABIInfo
8874 NumRegs += numRegsForType(FieldTy); in numRegsForType()
8936 if (numRegsForType(RetTy) <= MaxNumRegsForArgsRet) in classifyReturnType()
9029 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()
9040 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType()