Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DMatrixBuilder.h80 Attribute::getWithAlignment(Call->getContext(), Alignment);
103 Attribute::getWithAlignment(Call->getContext(), Alignment);
DIntrinsicInst.h860 Attribute::getWithAlignment(getContext(), *Alignment)); in setDestAlignment()
865 Attribute::getWithAlignment(getContext(), Alignment)); in setDestAlignment()
922 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
928 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
DAttributes.h133 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp233 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/external/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp92 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(bytes))); in ac_add_attr_alignment()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h92 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-16.0/llvm/lib/IR/
DIRBuilder.cpp393 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
394 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
554 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
555 CI->addRetAttr(Attribute::getWithAlignment(CI->getContext(), *A)); in CreateThreadLocalAddress()
DAttributes.cpp167 Attribute Attribute::getWithAlignment(LLVMContext &Context, Align A) { in getWithAlignment() function in Attribute
DCore.cpp2520 A->addAttr(Attribute::getWithAlignment(A->getContext(), Align(align))); in LLVMSetParamAlignment()
2823 Attribute::getWithAlignment(Call->getContext(), Align(align)); in LLVMSetInstrParamAlignment()
/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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3093 Attribute::getWithAlignment(Call.getContext(), NewAlign)); 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp5214 Attribute::getWithAlignment(Ctx, Align(getAssumedAlign()))); in getDeducedAttributes()