Searched refs:getWithStackAlignment (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/IR/ |
D | AttributesTest.cpp | 75 Attribute StackAlignAttr = Attribute::getWithStackAlignment(C, Align(32)); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 94 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 99 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 102 static Attribute getWithStackAlignment(LLVMContext &Context, Align Alignment);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 114 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() function in Attribute 776 Attr = Attribute::getWithStackAlignment(C, B.getStackAlignment()); in get()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 150 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute 787 Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment()); in get()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 154 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, Align A) { in getWithStackAlignment() function in Attribute 877 Attr = Attribute::getWithStackAlignment(C, *B.getStackAlignment()); in get()
|