Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp41 static constexpr const char kAlignmentAttrName[] = "alignment"; variable
270 parser.parseAttribute(alignmentAttr, i32Type, kAlignmentAttrName, in parseMemoryAccessAttributes()
326 elidedAttrs.push_back(kAlignmentAttrName); in printMemoryAccessAttribute()
475 if (op->getAttr(kAlignmentAttrName)) { in verifyMemoryAccessAttribute()
492 if (!op->getAttr(kAlignmentAttrName)) { in verifyMemoryAccessAttribute()
496 if (op->getAttr(kAlignmentAttrName)) { in verifyMemoryAccessAttribute()