Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DAttributesTest.cpp74 Attribute AlignAttr = Attribute::getWithAlignment(C, Align(8)); in TEST()
145 Attribute::getWithAlignment(C, Align(8))); in TEST()
147 Attribute::getWithAlignment(C, Align(32))); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h372 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
377 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
436 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
441 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
DAttributes.h98 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/external/llvm-project/llvm/include/llvm/IR/
DMatrixBuilder.h84 Attribute::getWithAlignment(Call->getContext(), Alignment);
107 Attribute::getWithAlignment(Call->getContext(), Alignment);
DIntrinsicInst.h454 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
459 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
520 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
525 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
DAttributes.h101 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp224 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp256 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp56 A->addAttr(llvm::Attribute::getWithAlignment(A->getContext(), llvm::Align(bytes))); in ac_add_attr_alignment()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/include/llvm/IR/
DAttributes.h93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp299 0, Attribute::getWithAlignment(CI->getContext(), Align(DstAlign))); in CreateElementUnorderedAtomicMemMove()
301 1, Attribute::getWithAlignment(CI->getContext(), Align(SrcAlign))); in CreateElementUnorderedAtomicMemMove()
DAttributes.cpp145 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
783 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
DCore.cpp2492 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2792 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp306 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
307 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
DAttributes.cpp149 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
873 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
DCore.cpp2528 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2828 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/external/llvm/lib/IR/
DAttributes.cpp108 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute
773 Attr = Attribute::getWithAlignment(C, B.getAlignment()); in get()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1941 Attribute::getWithAlignment(Call.getContext(), in annotateAnyAllocSite()
/external/clang/lib/CodeGen/
DCGCall.cpp1980 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3503 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp4208 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
DCGBuiltin.cpp14924 Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp3821 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()