Searched refs:classifyRegCallStructTypeImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 2147 ABIArgInfo classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, 3510 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl() function in X86_64ABIInfo 3526 if (classifyRegCallStructTypeImpl(I.getType(), NeededInt, NeededSSE) in classifyRegCallStructTypeImpl() 3536 if (classifyRegCallStructTypeImpl(FD->getType(), NeededInt, NeededSSE) in classifyRegCallStructTypeImpl() 3564 return classifyRegCallStructTypeImpl(Ty, NeededInt, NeededSSE); in classifyRegCallStructType()
|