Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1297 ABIArgInfo classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt,
2818 X86_64ABIInfo::classifyRegCallStructTypeImpl(QualType Ty, unsigned &NeededInt, in classifyRegCallStructTypeImpl() function in X86_64ABIInfo
2835 if (classifyRegCallStructTypeImpl(I.getType(), NeededInt, NeededSSE, in classifyRegCallStructTypeImpl()
2847 if (classifyRegCallStructTypeImpl(MTy, NeededInt, NeededSSE, in classifyRegCallStructTypeImpl()
2883 return classifyRegCallStructTypeImpl(Ty, NeededInt, NeededSSE, in classifyRegCallStructType()