Searched refs:TypeAlign (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 236 unsigned TypeAlign = DL.getABITypeAlignment(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local 238 Align1 = Align1 ? Align1 : TypeAlign; in mergeInlinedArrayAllocas() 239 Align2 = Align2 ? Align2 : TypeAlign; in mergeInlinedArrayAllocas()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 274 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue() argument 278 if (TypeWidth == TypeAlign && (TypeWidth & (TypeWidth - 1)) == 0 && in getLockFreeValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 1409 CharUnits TypeAlign = Context.getTypeAlignInChars(Type); in LayoutWideBitField() local 1426 FieldOffset = llvm::alignTo(getDataSizeInBits(), Context.toBits(TypeAlign)); in LayoutWideBitField() 1439 Context.toBits(TypeAlign), FieldPacked, D); in LayoutWideBitField() 1445 UpdateAlignment(TypeAlign); in LayoutWideBitField()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 1520 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult() local 1521 unsigned StackAlign = getTypeStackAlignInBytes(Ty, TypeAlign); in getIndirectResult() 1527 bool Realign = TypeAlign > StackAlign; in getIndirectResult() 7489 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult() local 7491 /*Realign=*/TypeAlign > in getIndirectResult() 8337 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectByValue() local 8339 TypeAlign > MinABIStackAlignInBytes); in getIndirectByValue() 8537 CharUnits TypeAlign = getContext().getTypeAlignInChars(Ty); in EmitVAArg() local 8551 Val = Address(llvm::UndefValue::get(ArgPtrTy), TypeAlign); in EmitVAArg() 8563 Val = Address(Builder.CreateLoad(Val), TypeAlign); in EmitVAArg()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 12271 static CharUnits getDeclAlign(Expr *E, CharUnits TypeAlign, in getDeclAlign() argument 12279 return TypeAlign; in getDeclAlign()
|