Searched refs:PaddingType (Results 1 – 3 of 3) sorted by relevance
93 llvm::Type *PaddingType; // canHavePaddingType() member126 PaddingType = T; in setPaddingType()136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K), in TypeData()338 return (canHavePaddingType() ? PaddingType : nullptr); in getPaddingType()
197 Type *PaddingType = ArrayType::get(Type::getInt8Ty(Ctx), AlignedSize - Size); in alignAndPadAlloca() local198 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
1892 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : nullptr; in classifyArgumentType() local1908 IsFastCall || IsVectorCall || IsRegCall, PaddingType); in classifyArgumentType()