Searched refs:ByValTy (Results 1 – 5 of 5) sorted by relevance
1819 Type *ByValTy = nullptr; in insertSpills() local1830 ByValTy = Arg->getParamByValType(); in insertSpills()1865 if (ByValTy) { in insertSpills()1868 auto *Value = Builder.CreateLoad(ByValTy, Def); in insertSpills()1887 if (ByValTy) in insertSpills()
1885 Type *ByValTy = CB.getParamByValType(ArgNo); in processByValArgument() local1886 TypeSize ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument()
195 if (Type *ByValTy = ParamAttrs.getByValType()) in getMemoryParamAllocType() local196 return ByValTy; in getMemoryParamAllocType()
1131 llvm::Type *ByValTy = CGM.getTypes().ConvertType(PtrTy->getPointeeType()); in addX86InterruptAttrs() local1133 Fn->getContext(), ByValTy); in addX86InterruptAttrs()
4215 Type *ByValTy = getPtrElementTypeByID(ParamTypeID); in parseFunctionRecord() local4216 if (!ByValTy) in parseFunctionRecord()4218 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()