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