Home
last modified time | relevance | path

Searched refs:getWithStackAlignment (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAttributesTest.cpp70 Attribute StackAlignAttr = Attribute::getWithStackAlignment(C, 32); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/include/llvm/IR/
DAttributes.h94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h98 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
/external/llvm/lib/IR/
DAttributes.cpp114 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() function in Attribute
776 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment()); in get()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp131 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() function in Attribute
695 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment()); in get()