Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h84 Attribute::getWithAlignment(Call->getContext(), Alignment);
107 Attribute::getWithAlignment(Call->getContext(), Alignment);
H A DIntrinsicInst.h661 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
666 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
727 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
732 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
H A DAttributes.h117 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp237 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp339 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
340 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
H A DAttributes.cpp166 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
824 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
H A DCore.cpp2564 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2864 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2261 Attribute::getWithAlignment(Call.getContext(), in annotateAnyAllocSite()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4505 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
H A DCGBuiltin.cpp15947 Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4390 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()