Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp413 allocOp.alignmentAttr()); in normalizeMemRef()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp146 Optional<NamedAttribute> alignmentAttr = in parseAllocaOp() local
148 if (alignmentAttr.hasValue()) { in parseAllocaOp()
149 auto alignmentInt = alignmentAttr.getValue().second.dyn_cast<IntegerAttr>(); in parseAllocaOp()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp208 Attribute alignmentAttr; in parseMemoryAccessAttributes() local
211 parser.parseAttribute(alignmentAttr, i32Type, kAlignmentAttrName, in parseMemoryAccessAttributes()
239 Attribute alignmentAttr; in parseSourceMemoryAccessAttributes() local
242 parser.parseAttribute(alignmentAttr, i32Type, kSourceAlignmentAttrName, in parseSourceMemoryAccessAttributes()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2039 if (auto alignmentAttr = allocOp.alignment()) { in allocateBuffer() local
2040 alignment = createIndexConstant(rewriter, loc, *alignmentAttr); in allocateBuffer()