Home
last modified time | relevance | path

Searched refs:getWithAlignment (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h80 Attribute::getWithAlignment(Call->getContext(), Alignment);
103 Attribute::getWithAlignment(Call->getContext(), Alignment);
H A DIntrinsicInst.h1007 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 DAttributes.h144 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp282 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in lowerKernelArguments()
H A DAMDGPULowerBufferFatPointers.cpp1029 Intr->addParamAttr(RsrcArgIdx, Attribute::getWithAlignment(Ctx, A)); in setAlign()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp390 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 DAttributes.cpp232 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
H A DCore.cpp2663 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 DInstCombineCalls.cpp2152 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 DLoopVectorize.cpp9285 0, Attribute::getWithAlignment(NewLI->getContext(), Alignment)); in execute()
9371 1, Attribute::getWithAlignment(NewSI->getContext(), Alignment)); in execute()
H A DSLPVectorizer.cpp13358 Attribute::getWithAlignment(Inst->getContext(), CommonAlignment)); in vectorizeTree()
13412 Attribute::getWithAlignment(Inst->getContext(), CommonAlignment)); in vectorizeTree()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4907 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
H A DCGBuiltin.cpp18131 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 DAttributorAttributes.cpp5285 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()