Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDSwiftCallingConv.cpp607 auto coercionType = llvm::StructType::get(ctx, elts, packed); in getCoerceAndExpandTypes() local
609 llvm::Type *unpaddedType = coercionType; in getCoerceAndExpandTypes()
624 return { coercionType, unpaddedType }; in getCoerceAndExpandTypes()
HDCGCall.cpp3312 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog() local
3313 alloca = alloca.withElementType(coercionType); in EmitFunctionProlog()
3316 for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) { in EmitFunctionProlog()
3317 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog()
3916 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog() local
3920 Address addr = ReturnValue.withElementType(coercionType); in EmitFunctionEpilog()
3921 for (unsigned i = 0, e = coercionType->getNumElements(); i != e; ++i) { in EmitFunctionEpilog()
3922 auto coercedEltType = coercionType->getElementType(i); in EmitFunctionEpilog()
5435 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall() local
5436 auto layout = CGM.getDataLayout().getStructLayout(coercionType); in EmitCall()
[all …]