/external/llvm-project/llvm/unittests/IR/ |
D | AttributesTest.cpp | 74 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/ |
D | IntrinsicInst.h | 372 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()
|
D | Attributes.h | 98 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | MatrixBuilder.h | 84 Attribute::getWithAlignment(Call->getContext(), Alignment); 107 Attribute::getWithAlignment(Call->getContext(), Alignment);
|
D | IntrinsicInst.h | 454 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()
|
D | Attributes.h | 101 static Attribute getWithAlignment(LLVMContext &Context, Align Alignment);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 224 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 256 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_helper.cpp | 56 A->addAttr(llvm::Attribute::getWithAlignment(A->getContext(), llvm::Align(bytes))); in ac_add_attr_alignment()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 93 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 299 0, Attribute::getWithAlignment(CI->getContext(), Align(DstAlign))); in CreateElementUnorderedAtomicMemMove() 301 1, Attribute::getWithAlignment(CI->getContext(), Align(SrcAlign))); in CreateElementUnorderedAtomicMemMove()
|
D | Attributes.cpp | 145 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute 783 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
|
D | Core.cpp | 2492 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/ |
D | IRBuilder.cpp | 306 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove() 307 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
|
D | Attributes.cpp | 149 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute 873 Attr = Attribute::getWithAlignment(C, *B.getAlignment()); in get()
|
D | Core.cpp | 2528 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment() 2828 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 108 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/ |
D | InstCombineCalls.cpp | 1941 Attribute::getWithAlignment(Call.getContext(), in annotateAnyAllocSite()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1980 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 3503 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 4208 llvm::Attribute AlignAttr = llvm::Attribute::getWithAlignment(Ctx, NewAlign); in maybeRaiseRetAlignmentAttribute()
|
D | CGBuiltin.cpp | 14924 Attribute::getWithAlignment(Call->getContext(), Align(4))); in EmitAMDGPUDispatchPtr()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 3821 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()
|