Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.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()
H A DCGCall.cpp3306 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog() local
3307 alloca = alloca.withElementType(coercionType); in EmitFunctionProlog()
3311 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog()
3907 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog() local
3911 Address addr = ReturnValue.withElementType(coercionType); in EmitFunctionEpilog()
3913 auto coercedEltType = coercionType->getElementType(i); in EmitFunctionEpilog()
5383 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall() local
5412 addr = addr.withElementType(coercionType); in EmitCall()
5416 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall()
5776 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitCall() local
[all …]