Home
last modified time | relevance | path

Searched refs:ByValTy (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp565 static bool isSafeToPromoteArgument(Argument *Arg, Type *ByValTy, AAResults &AAR, in isSafeToPromoteArgument() argument
596 if (ByValTy) in isSafeToPromoteArgument()
603 Type *BaseTy = ByValTy; in isSafeToPromoteArgument()
994 Type *ByValTy = in promoteArguments() local
996 if (isSafeToPromoteArgument(PtrArg, ByValTy, AAR, MaxElements)) in promoteArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1601 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument() local
1602 TypeSize ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp164 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType() local
165 return ByValTy; in getMemoryParamAllocType()
DAutoUpgrade.cpp4380 Type *ByValTy = cast<PointerType>(F.getArg(0)->getType())->getElementType(); in UpgradeFunctionAttributes() local
4381 Attribute NewAttr = Attribute::getWithByValType(F.getContext(), ByValTy); in UpgradeFunctionAttributes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp2117 llvm::Type *ByValTy = CGM.getTypes().ConvertType(PtrTy->getPointeeType()); in addX86InterruptAttrs() local
2119 Fn->getContext(), ByValTy); in addX86InterruptAttrs()