Searched refs:classifyRegCallStructTypeImpl (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 2360 ABIArgInfo classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, 3881 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl() function in X86_64ABIInfo 3898 if (classifyRegCallStructTypeImpl(I.getType(), NeededInt, NeededSSE, in classifyRegCallStructTypeImpl() 3910 if (classifyRegCallStructTypeImpl(MTy, NeededInt, NeededSSE, in classifyRegCallStructTypeImpl() 3946 return classifyRegCallStructTypeImpl(Ty, NeededInt, NeededSSE, in classifyRegCallStructType()
|