Home
last modified time | relevance | path

Searched refs:AllocAlign (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1435 CharUnits AllocAlign; member in __anondca4c77a0411::CallDeleteDuringNew
1449 CharUnits AllocAlign) in CallDeleteDuringNew() argument
1453 AllocAlign(AllocAlign) {} in CallDeleteDuringNew()
1494 CGF.SizeTy, AllocAlign.getQuantity())), in Emit()
1515 CharUnits AllocAlign, in EnterNewDeleteCleanup() argument
1533 NewPtr.emitRawPointer(CGF), AllocSize, E->passAlignment(), AllocAlign); in EnterNewDeleteCleanup()
1564 AllocAlign); in EnterNewDeleteCleanup()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td61 def AllocAlign: EnumAttr<"allocalign", [ParamAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp216 if (F.hasParamAttribute(ArgNo, Attribute::AllocAlign)) in setAlignedAllocParam()
218 F.addParamAttr(ArgNo, Attribute::AllocAlign); in setAlignedAllocParam()
H A DCodeExtractor.cpp977 case Attribute::AllocAlign: in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp359 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2106 Incompatible.addAttribute(Attribute::AllocAlign); in typeIncompatible()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp767 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) { in InstantiateAttrs() local
768 instantiateDependentAllocAlignAttr(*this, TemplateArgs, AllocAlign, New); in InstantiateAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp706 case Attribute::AllocAlign: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2361 def AllocAlign : InheritableAttr {
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2071 return Attribute::AllocAlign; in getAttrFromCode()