Searched refs:ByValTy (Results 1 – 5 of 5) sorted by relevance
565 static bool isSafeToPromoteArgument(Argument *Arg, Type *ByValTy, AAResults &AAR, in isSafeToPromoteArgument() argument596 if (ByValTy) in isSafeToPromoteArgument()603 Type *BaseTy = ByValTy; in isSafeToPromoteArgument()994 Type *ByValTy = in promoteArguments() local996 if (isSafeToPromoteArgument(PtrArg, ByValTy, AAR, MaxElements)) in promoteArguments()
1601 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument() local1602 TypeSize ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument()
164 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType() local165 return ByValTy; in getMemoryParamAllocType()
4380 Type *ByValTy = cast<PointerType>(F.getArg(0)->getType())->getElementType(); in UpgradeFunctionAttributes() local4381 Attribute NewAttr = Attribute::getWithByValType(F.getContext(), ByValTy); in UpgradeFunctionAttributes()
2117 llvm::Type *ByValTy = CGM.getTypes().ConvertType(PtrTy->getPointeeType()); in addX86InterruptAttrs() local2119 Fn->getContext(), ByValTy); in addX86InterruptAttrs()