Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprCXX.cpp1435 CharUnits AllocAlign; member in __anonbabc7c940411::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-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.td61 def AllocAlign: EnumAttr<"allocalign", [ParamAttr]>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp216 if (F.hasParamAttribute(ArgNo, Attribute::AllocAlign)) in setAlignedAllocParam()
218 F.addParamAttr(ArgNo, Attribute::AllocAlign); in setAlignedAllocParam()
HDCodeExtractor.cpp977 case Attribute::AllocAlign: in constructFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp359 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributes.cpp2106 Incompatible.addAttribute(Attribute::AllocAlign); in typeIncompatible()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp767 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) { in InstantiateAttrs() local
768 instantiateDependentAllocAlignAttr(*this, TemplateArgs, AllocAlign, New); in InstantiateAttrs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp706 case Attribute::AllocAlign: in getAttrKindEncoding()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td2361 def AllocAlign : InheritableAttr {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2071 return Attribute::AllocAlign; in getAttrFromCode()