Searched refs:getWithAlignment (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 226 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 312 Attribute::getWithAlignment(getContext(), Align)); in setDestAlignment() 360 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
|
| H A D | Attributes.h | 97 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 293 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove() 294 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
|
| H A D | Attributes.cpp | 125 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute 694 Attr = Attribute::getWithAlignment(C, B.getAlignment()); in get()
|
| H A D | Core.cpp | 2464 A->addAttr(Attribute::getWithAlignment(A->getContext(), align)); in LLVMSetParamAlignment() 2684 Attribute AlignAttr = Attribute::getWithAlignment(Call->getContext(), align); in LLVMSetInstrParamAlignment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2137 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()
|