Searched refs:getWithAlignment (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | MatrixBuilder.h | 80 Attribute::getWithAlignment(Call->getContext(), Alignment); 103 Attribute::getWithAlignment(Call->getContext(), Alignment);
|
| H A D | IntrinsicInst.h | 860 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment() 865 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment() 922 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment() 928 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
|
| H A D | Attributes.h | 133 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 233 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 393 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove() 394 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove() 554 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress() 555 CI->addRetAttr(Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
|
| H A D | Attributes.cpp | 167 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
|
| H A D | Core.cpp | 2520 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment() 2823 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3093 Attribute::getWithAlignment(Call.getContext(), NewAlign)); in annotateAnyAllocSite()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4640 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
|
| H A D | CGBuiltin.cpp | 16757 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr() 16772 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(8))); in EmitAMDGPUImplicitArgPtr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5214 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
|