Searched refs:intPtrType (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 2063 auto intPtrType = getIntPtrType(memRefType.getMemorySpace()); in allocateBuffer() local 2066 rewriter.create<LLVM::PtrToIntOp>(loc, intPtrType, allocatedPtr); in allocateBuffer() 2475 auto intPtrType = getIntPtrType(memSpace); in allocateBuffer() local 2477 createIndexAttrConstant(rewriter, op->getLoc(), intPtrType, 0xdeadbeef); in allocateBuffer() 3731 auto intPtrType = in matchAndRewrite() local 3733 Value zero = createIndexAttrConstant(rewriter, loc, intPtrType, 0); in matchAndRewrite() 3735 createIndexAttrConstant(rewriter, loc, intPtrType, alignment - 1); in matchAndRewrite() 3736 Value ptrValue = rewriter.create<LLVM::PtrToIntOp>(loc, intPtrType, ptr); in matchAndRewrite()
|