Searched refs:getWithAlignment (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/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 | 1007 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment() 1012 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment() 1069 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment() 1075 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
|
H A D | Attributes.h | 144 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 282 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in lowerKernelArguments()
|
H A D | AMDGPULowerBufferFatPointers.cpp | 1029 Intr->addParamAttr(RsrcArgIdx, Attribute::getWithAlignment(Ctx, A)); in setAlign()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 390 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove() 391 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove() 545 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress() 546 CI->addRetAttr(Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
|
H A D | Attributes.cpp | 232 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
|
H A D | Core.cpp | 2663 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment() 2988 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2152 CI.addRetAttr(Attribute::getWithAlignment( in visitCallInst() 3582 II->addRetAttr(Attribute::getWithAlignment(II->getContext(), MinAlign)); in visitCallInst() 3807 Attribute::getWithAlignment(Call.getContext(), NewAlign)); in annotateAnyAllocSite()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9285 0, Attribute::getWithAlignment(NewLI->getContext(), Alignment)); in execute() 9371 1, Attribute::getWithAlignment(NewSI->getContext(), Alignment)); in execute()
|
H A D | SLPVectorizer.cpp | 13358 Attribute::getWithAlignment(Inst->getContext(), CommonAlignment)); in vectorizeTree() 13412 Attribute::getWithAlignment(Inst->getContext(), CommonAlignment)); in vectorizeTree()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 4907 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
|
H A D | CGBuiltin.cpp | 18131 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr() 18146 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(8))); in EmitAMDGPUImplicitArgPtr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 5285 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
|