| /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 | 1020 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 D | Attributes.h | 152 LLVM_ABI static Attribute getWithAlignment(LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 344 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 D | Attributes.cpp | 234 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
|
| H A D | Core.cpp | 2674 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 D | AMDGPULowerKernelArguments.cpp | 240 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in lowerKernelArguments()
|
| H A D | AMDGPULowerBufferFatPointers.cpp | 1647 Intr->addParamAttr(RsrcArgIdx, Attribute::getWithAlignment(Ctx, A)); in setAlign()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInterleavedAccess.cpp | 116 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 D | NVPTXLowerArgs.cpp | 365 Attribute::getWithAlignment(Func->getContext(), NewArgAlign); in adjustByValArgAlignment()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | AMDGPU.cpp | 55 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 D | InstCombineCalls.cpp | 2441 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 D | VPlanRecipes.cpp | 3193 0, Attribute::getWithAlignment(NewLI->getContext(), Alignment)); in execute() 3308 1, Attribute::getWithAlignment(NewSI->getContext(), Alignment)); in execute()
|
| H A D | SLPVectorizer.cpp | 18252 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 D | ARMTargetTransformInfo.cpp | 181 Attribute::getWithAlignment(II.getContext(), NewAlign)); in instCombineIntrinsic()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 5081 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5341 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
|