Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAttributesTest.cpp69 Attribute AlignAttr = Attribute::getWithAlignment(C, 8); in TEST()
140 Attribute::getWithAlignment(C, 8)); in TEST()
142 Attribute::getWithAlignment(C, 32)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp224 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h290 Attribute::getWithAlignment(getContext(), Align)); in setDestAlignment()
338 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
DAttributes.h97 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
/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-7.0/llvm/lib/IR/
DIRBuilder.cpp292 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove()
293 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
DAttributes.cpp125 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute
692 Attr = Attribute::getWithAlignment(C, B.getAlignment()); in get()
DCore.cpp2205 A->addAttr(Attribute::getWithAlignment(A->getContext(), align)); in LLVMSetParamAlignment()
2415 Attribute AlignAttr = Attribute::getWithAlignment(Call->getContext(), 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/clang/lib/CodeGen/
DCGCall.cpp1980 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()