Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp2294 ABIArgInfo classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt,
3803 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl() function in X86_64ABIInfo
3819 if (classifyRegCallStructTypeImpl(I.getType(), NeededInt, NeededSSE) in classifyRegCallStructTypeImpl()
3829 if (classifyRegCallStructTypeImpl(FD->getType(), NeededInt, NeededSSE) in classifyRegCallStructTypeImpl()
3857 return classifyRegCallStructTypeImpl(Ty, NeededInt, NeededSSE); in classifyRegCallStructType()