Searched refs:getWithAlignment (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | AttributesTest.cpp | 69 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/ |
D | AMDGPULowerKernelArguments.cpp | 224 Attribute::getWithAlignment(Ctx, std::max(KernArgBaseAlign, MaxAlign))); in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 290 Attribute::getWithAlignment(getContext(), Align)); in setDestAlignment() 338 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment( in setSourceAlignment()
|
D | Attributes.h | 97 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align);
|
/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-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 292 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign)); in CreateElementUnorderedAtomicMemMove() 293 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign)); in CreateElementUnorderedAtomicMemMove()
|
D | Attributes.cpp | 125 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() function in Attribute 692 Attr = Attribute::getWithAlignment(C, B.getAlignment()); in get()
|
D | Core.cpp | 2205 A->addAttr(Attribute::getWithAlignment(A->getContext(), align)); in LLVMSetParamAlignment() 2415 Attribute AlignAttr = Attribute::getWithAlignment(Call->getContext(), 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/clang/lib/CodeGen/ |
D | CGCall.cpp | 1980 Attrs.addAttribute(llvm::Attribute::getWithAlignment(getLLVMContext(), in ConstructAttributeList()
|