Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp566 static bool isSafeToPromoteArgument(Argument *Arg, Type *ByValTy, AAResults &AAR, in isSafeToPromoteArgument()
995 Type *ByValTy = in promoteArguments() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1576 Type *ByValTy = cast<PointerType>(ByValArg->getType())->getElementType(); in processByValArgument() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp159 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType() local
H A DAutoUpgrade.cpp4375 Type *ByValTy = cast<PointerType>(F.getArg(0)->getType())->getElementType(); in UpgradeFunctionAttributes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp2117 llvm::Type *ByValTy = CGM.getTypes().ConvertType(PtrTy->getPointeeType()); in addX86InterruptAttrs() local