Searched refs:coercionType (Results 1 – 2 of 2) sorted by relevance
607 auto coercionType = llvm::StructType::get(ctx, elts, packed); in getCoerceAndExpandTypes() local609 llvm::Type *unpaddedType = coercionType; in getCoerceAndExpandTypes()624 return { coercionType, unpaddedType }; in getCoerceAndExpandTypes()
3312 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog() local3313 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() local3920 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() local5436 auto layout = CGM.getDataLayout().getStructLayout(coercionType); in EmitCall()[all …]