Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp79 Attribute AlignAttr = Attribute::getWithAlignment(C, Align(8)); in TEST()
149 AL = AL.addParamAttribute(C, 0, Attribute::getWithAlignment(C, Align(8))); in TEST()
150 AL = AL.addParamAttribute(C, 1, Attribute::getWithAlignment(C, Align(32))); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMatrixBuilder.h80 Attribute::getWithAlignment(Call->getContext(), Alignment);
103 Attribute::getWithAlignment(Call->getContext(), Alignment);
H A DIntrinsicInst.h770 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
775 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
836 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
841 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
H A DAttributes.h131 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp235 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp394 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
395 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
H A DAttributes.cpp164 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
H A DCore.cpp2541 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2845 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2918 Attribute::getWithAlignment(Call.getContext(), NewAlign)); in annotateAnyAllocSite()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4590 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
H A DCGBuiltin.cpp16433 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
16448 Call->addRetAttr(Attribute::getWithAlignment(Call->getContext(), Align(8))); in EmitAMDGPUImplicitArgPtr()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4507 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()