Searched refs:AllocAlign (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1435 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 D | Attributes.td | 61 def AllocAlign: EnumAttr<"allocalign", [ParamAttr]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 216 if (F.hasParamAttribute(ArgNo, Attribute::AllocAlign)) in setAlignedAllocParam() 218 F.addParamAttr(ArgNo, Attribute::AllocAlign); in setAlignedAllocParam()
|
H A D | CodeExtractor.cpp | 977 case Attribute::AllocAlign: in constructFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 359 return V->getArgOperandWithAttribute(Attribute::AllocAlign); in getAllocAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 2106 Incompatible.addAttribute(Attribute::AllocAlign); in typeIncompatible()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 767 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 D | BitcodeWriter.cpp | 706 case Attribute::AllocAlign: in getAttrKindEncoding()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 2361 def AllocAlign : InheritableAttr {
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2071 return Attribute::AllocAlign; in getAttrFromCode()
|