Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMatrixBuilder.h80 Attribute::getWithAlignment(Call->getContext(), Alignment);
103 Attribute::getWithAlignment(Call->getContext(), Alignment);
H A DIntrinsicInst.h860 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
865 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
922 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
928 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
H A DAttributes.h133 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp233 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp393 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
394 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
554 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
555 CI->addRetAttr(Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
H A DAttributes.cpp167 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
H A DCore.cpp2520 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2823 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3093 Attribute::getWithAlignment(Call.getContext(), NewAlign)); in annotateAnyAllocSite()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4640 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
H A DCGBuiltin.cpp16757 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
16772 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(8))); in EmitAMDGPUImplicitArgPtr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5214 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()