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()
3306 auto coercionType = ArgI.getCoerceAndExpandType(); in EmitFunctionProlog() local3307 alloca = alloca.withElementType(coercionType); in EmitFunctionProlog()3311 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog()3907 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitFunctionEpilog() local3911 Address addr = ReturnValue.withElementType(coercionType); in EmitFunctionEpilog()3913 auto coercedEltType = coercionType->getElementType(i); in EmitFunctionEpilog()5383 auto coercionType = ArgInfo.getCoerceAndExpandType(); in EmitCall() local5412 addr = addr.withElementType(coercionType); in EmitCall()5416 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall()5776 auto coercionType = RetAI.getCoerceAndExpandType(); in EmitCall() local[all …]