Home
last modified time | relevance | path

Searched defs:AlignedAllocOpLowering (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2077 struct AlignedAllocOpLowering : public AllocLikeOpLowering { struct
2078 AlignedAllocOpLowering(LLVMTypeConverter &converter) in AlignedAllocOpLowering() function
2083 static unsigned getMemRefEltSizeInBytes(MemRefType memRefType) { in getMemRefEltSizeInBytes()
2099 static bool isMemRefSizeMultipleOf(MemRefType type, uint64_t factor) { in isMemRefSizeMultipleOf()
2112 int64_t getAllocationAlignment(AllocOp allocOp) const { in getAllocationAlignment()
2124 std::tuple<Value, Value> allocateBuffer(ConversionPatternRewriter &rewriter, in allocateBuffer()
2147 static constexpr uint64_t kMinAlignedAllocAlignment = 16UL;