Searched defs:AlignedAllocOpLowering (Results 1 – 1 of 1) sorted by relevance
2077 struct AlignedAllocOpLowering : public AllocLikeOpLowering { struct2078 AlignedAllocOpLowering(LLVMTypeConverter &converter) in AlignedAllocOpLowering() function2083 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;