Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h84 Attribute::getWithAlignment(Call->getContext(), Alignment);
107 Attribute::getWithAlignment(Call->getContext(), Alignment);
H A DIntrinsicInst.h643 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
648 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
709 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
714 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
H A DAttributes.h102 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp236 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp325 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
326 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
H A DAttributes.cpp160 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
969 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
H A DCore.cpp2553 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2853 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2168 Attribute::getWithAlignment(Call.getContext(), in annotateAnyAllocSite()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4498 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
H A DCGBuiltin.cpp15434 Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3853 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()