Searched refs:getWithAlignment (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MatrixBuilder.h | 84 Attribute::getWithAlignment(Call->getContext(), Alignment); 107 Attribute::getWithAlignment(Call->getContext(), Alignment);
|
| H A D | IntrinsicInst.h | 661 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment() 666 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment() 727 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment() 732 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
|
| H A D | Attributes.h | 117 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 237 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 339 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove() 340 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
|
| H A D | Attributes.cpp | 166 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute 824 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
|
| H A D | Core.cpp | 2564 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment() 2864 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2261 Attribute::getWithAlignment(Call.getContext(), in annotateAnyAllocSite()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4505 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
|
| H A D | CGBuiltin.cpp | 15947 Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 4390 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
|