Home
last modified time | relevance | path

Searched refs:hasAlignmentAttr (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h508 bool hasAlignmentAttr() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h774 bool hasAlignmentAttr() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp142 if (FnAttrs.hasAlignmentAttr()) { in ValidateEndOfModule()
5418 if (FuncAttrs.hasAlignmentAttr()) { in ParseFunctionHeader()
6121 if (FnAttrs.hasAlignmentAttr()) in ParseInvoke()
6451 if (FnAttrs.hasAlignmentAttr()) in ParseCallBr()
6859 if (FnAttrs.hasAlignmentAttr()) in ParseCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1675 bool AttrBuilder::hasAlignmentAttr() const { in hasAlignmentAttr() function in AttrBuilder