Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp1768 bool IsRegCall = State.CC == llvm::CallingConv::X86_RegCall; in classifyArgumentType() local
1790 if ((IsRegCall || IsVectorCall) && in classifyArgumentType()
3875 unsigned FreeIntRegs = IsRegCall ? 11 : 6; in computeInfo()
3876 unsigned FreeSSERegs = IsRegCall ? 16 : 8; in computeInfo()
3919 if (IsRegCall && it->type->isStructureOrClassType()) in computeInfo()
4221 if ((IsVectorCall || IsRegCall) && in classify()
4223 if (IsRegCall) { in classify()
4315 bool IsRegCall = CC == llvm::CallingConv::X86_RegCall; in computeInfo() local
4329 } else if (IsRegCall) { in computeInfo()
4336 IsVectorCall, IsRegCall); in computeInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp1435 bool IsRegCall = FD && in mangleUnqualifiedName() local
1443 else if (IsRegCall) in mangleUnqualifiedName()