Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp2273 ABIArgInfo classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt,
3788 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl() function in X86_64ABIInfo
3804 if (classifyRegCallStructTypeImpl(I.getType(), NeededInt, NeededSSE) in classifyRegCallStructTypeImpl()
3814 if (classifyRegCallStructTypeImpl(FD->getType(), NeededInt, NeededSSE) in classifyRegCallStructTypeImpl()
3842 return classifyRegCallStructTypeImpl(Ty, NeededInt, NeededSSE); in classifyRegCallStructType()