Home
last modified time | relevance | path

Searched refs:getWithAlignment (Results 1 – 17 of 17) 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.h1020 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
1025 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
1082 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
1088 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
H A DAttributes.h152 LLVM_ABI static Attribute getWithAlignment(LLVMContext &Context,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp344 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
345 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
468 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
469 CI->addRetAttr(Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
620 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), *Align)); in CreateMaskedExpandLoad()
641 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), *Align)); in CreateMaskedCompressStore()
H A DAttributes.cpp234 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
H A DCore.cpp2674 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
3039 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp240 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in lowerKernelArguments()
H A DAMDGPULowerBufferFatPointers.cpp1647 Intr->addParamAttr(RsrcArgIdx, Attribute::getWithAlignment(Ctx, A)); in setAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInterleavedAccess.cpp116 0, Attribute::getWithAlignment(CI->getContext(), LI->getAlign())); in lowerInterleavedLoad()
201 1, Attribute::getWithAlignment(CI->getContext(), SI->getAlign())); in lowerInterleavedStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp365 Attribute::getWithAlignment(Func->getContext(), NewArgAlign); in adjustByValArgAlignment()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DAMDGPU.cpp55 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
70 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(8))); in EmitAMDGPUImplicitArgPtr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2441 CI.addRetAttr(Attribute::getWithAlignment( in visitCallInst()
3863 II->addRetAttr(Attribute::getWithAlignment(II->getContext(), MinAlign)); in visitCallInst()
4092 Attribute::getWithAlignment(Call.getContext(), NewAlign)); in annotateAnyAllocSite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp3193 0, Attribute::getWithAlignment(NewLI->getContext(), Alignment)); in execute()
3308 1, Attribute::getWithAlignment(NewSI->getContext(), Alignment)); in execute()
H A DSLPVectorizer.cpp18252 Attribute::getWithAlignment(Inst->getContext(), CommonAlignment)); in vectorizeTree()
18325 Attribute::getWithAlignment(Inst->getContext(), CommonAlignment)); in vectorizeTree()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp181 Attribute::getWithAlignment(II.getContext(), NewAlign)); in instCombineIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5081 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5341 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()