Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1396 ABIArgInfo classify(QualType Ty, unsigned &FreeSSERegs, bool IsReturnType,
3218 bool IsReturnType, bool IsVectorCall, in classify() argument
3233 if (!IsReturnType) { in classify()
3252 if (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType()) in classify()
3259 (IsReturnType || Ty->isBuiltinType() || Ty->isVectorType())) { in classify()
3262 } else if (IsReturnType) { in classify()
3311 if (!IsReturnType) in classify()