Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1768 bool IsRegCall = State.CC == llvm::CallingConv::X86_RegCall; in classifyArgumentType() local
1790 if ((IsRegCall || IsVectorCall) && in classifyArgumentType()
1846 IsFastCall || IsVectorCall || IsRegCall, PaddingType); in classifyArgumentType()
2413 bool IsVectorCall, bool IsRegCall) const;
3872 bool IsRegCall = CallingConv == llvm::CallingConv::X86_RegCall; in computeInfo() local
3875 unsigned FreeIntRegs = IsRegCall ? 11 : 6; in computeInfo()
3876 unsigned FreeSSERegs = IsRegCall ? 16 : 8; in computeInfo()
3880 if (IsRegCall && FI.getReturnType()->getTypePtr()->isRecordType() && in computeInfo()
3890 } else if (IsRegCall && FI.getReturnType()->getAs<ComplexType>() && in computeInfo()
3919 if (IsRegCall && it->type->isStructureOrClassType()) in computeInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp1432 bool IsRegCall = FD && in mangleUnqualifiedName() local
1440 else if (IsRegCall) in mangleUnqualifiedName()