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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h79 Attribute::getWithAlignment(Call->getContext(), Alignment);
102 Attribute::getWithAlignment(Call->getContext(), Alignment);
H A DIntrinsicInst.h424 Attribute::getWithAlignment(getContext(), *Alignment));
429 Attribute::getWithAlignment(getContext(), Alignment));
490 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment(
495 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment(
H A DAttributes.h101 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp239 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp149 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { function in class:Attribute
850 Attr = Attribute::getWithAlignment(C, *B.getAlignment());
H A DIRBuilder.cpp295 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign));
296 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign));
H A DCore.cpp2503 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align)));
2803 Attribute::getWithAlignment(Call->getContext(), Align(align));
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4139 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign);
H A DCGBuiltin.cpp14584 Attribute::getWithAlignment(Call->getContext(), Align(4)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4546 Attribute::getWithAlignment(Call.getContext(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3665 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign())));

Completed in 217 milliseconds