Home
last modified time | relevance | path

Searched refs:getABITypeAlignment (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp213 layout.getABITypeAlignment(type))); in addPlaceholderWithSize()
253 layout.getABITypeAlignment(elementType))); in getOffsetFromGlobalTo()
H A DCGVTT.cpp120 unsigned Align = CGM.getDataLayout().getABITypeAlignment(CGM.Int8PtrTy); in GetAddrOfVTT()
H A DSwiftCallingConv.cpp594 CGM.getDataLayout().getABITypeAlignment(entry.Type)))) in getCoerceAndExpandTypes()
667 assert(size >= CGM.getDataLayout().getABITypeAlignment(type)); in getNaturalAlignment()
H A DCGRecordLayoutBuilder.cpp165 return CharUnits::fromQuantity(DataLayout.getABITypeAlignment(Type)); in getAlignment()
H A DCGVTables.cpp896 unsigned Align = CGM.getDataLayout().getABITypeAlignment(VTType); in GenerateConstructionVTable()
H A DCGBlocks.cpp477 unsigned Align = CGM.getDataLayout().getABITypeAlignment(I); in initializeForBlockHeader()
2698 } else if (CGM.getDataLayout().getABITypeAlignment(varTy) in getBlockByrefInfo()
H A DCGObjCMac.cpp6255 llvm::Align(CGM.getDataLayout().getABITypeAlignment(Init->getType()))); in AddModuleClassList()
6488 CGM.getDataLayout().getABITypeAlignment(ObjCTypes.ClassnfABITy))); in BuildClassObject()
6930 CGM.getDataLayout().getABITypeAlignment(ObjCTypes.IvarOffsetVarTy))); in EmitIvarOffsetVar()
7159 CGM.getDataLayout().getABITypeAlignment(ObjCTypes.ProtocolnfABIPtrTy))); in GetOrEmitProtocol()
H A DCGExprConstant.cpp49 CGM.getDataLayout().getABITypeAlignment(C->getType())); in getAlignment()
H A DTargetInfo.cpp3514 unsigned HiAlign = TD.getABITypeAlignment(Hi); in GetX86_64ByValArgumentPair()
4075 CharUnits::fromQuantity(getDataLayout().getABITypeAlignment(TyLo))); in EmitVAArg()
4081 CharUnits::fromQuantity(getDataLayout().getABITypeAlignment(TyHi))); in EmitVAArg()
10755 CharUnits::fromQuantity(getDataLayout().getABITypeAlignment(Field2Ty)); in coerceAndExpandFPCCEligibleStruct()
H A DItaniumCXXABI.cpp2411 CGM.getDataLayout().getABITypeAlignment(guardTy)); in EmitGuardedInit()
H A DCGExpr.cpp125 CharUnits::fromQuantity(CGM.getDataLayout().getABITypeAlignment(Ty)); in CreateDefaultAlignTempAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h500 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty)); in getTypeAllocSize()
517 unsigned getABITypeAlignment(Type *Ty) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp821 unsigned DataLayout::getABITypeAlignment(Type *Ty) const { in getABITypeAlignment() function in DataLayout
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp368 retAlignment = DL.getABITypeAlignment(Ty); in printReturnValStr()
H A DNVPTXISelLowering.cpp1307 align = DL.getABITypeAlignment(Ty); in getPrototype()