Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp35 static constexpr const char kAlignmentAttrName[] = "alignment"; variable
211 parser.parseAttribute(alignmentAttr, i32Type, kAlignmentAttrName, in parseMemoryAccessAttributes()
267 elidedAttrs.push_back(kAlignmentAttrName); in printMemoryAccessAttribute()
365 if (op->getAttr(kAlignmentAttrName)) { in verifyMemoryAccessAttribute()
382 if (!op->getAttr(kAlignmentAttrName)) { in verifyMemoryAccessAttribute()
386 if (op->getAttr(kAlignmentAttrName)) { in verifyMemoryAccessAttribute()