Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp103 loc, resultType, builder.getIntegerAttr(builder.getIndexType(), value)); in createIndexAttrConstant()
343 Type indexType = typeConverter.getIndexType(); in computeSizes()
407 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in alignedPtr()
422 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in setAlignedPtr()
436 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in offset()
452 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in setOffset()
464 Type indexTy = typeConverter.getIndexType(); in sizeBasePtr()
473 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 0); in sizeBasePtr()
483 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in size()
493 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in setSize()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp103 loc, resultType, builder.getIntegerAttr(builder.getIndexType(), value)); in createIndexAttrConstant()
343 Type indexType = typeConverter.getIndexType(); in computeSizes()
407 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in alignedPtr()
422 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in setAlignedPtr()
436 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in offset()
452 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in setOffset()
464 Type indexTy = typeConverter.getIndexType(); in sizeBasePtr()
473 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 0); in sizeBasePtr()
483 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in size()
493 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in setSize()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp103 loc, resultType, builder.getIntegerAttr(builder.getIndexType(), value)); in createIndexAttrConstant()
343 Type indexType = typeConverter.getIndexType(); in computeSizes()
407 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in alignedPtr()
422 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in setAlignedPtr()
436 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in offset()
452 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in setOffset()
464 Type indexTy = typeConverter.getIndexType(); in sizeBasePtr()
473 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 0); in sizeBasePtr()
483 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in size()
493 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in setSize()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp103 loc, resultType, builder.getIntegerAttr(builder.getIndexType(), value)); in createIndexAttrConstant()
343 Type indexType = typeConverter.getIndexType(); in computeSizes()
407 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in alignedPtr()
422 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in setAlignedPtr()
436 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in offset()
452 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in setOffset()
464 Type indexTy = typeConverter.getIndexType(); in sizeBasePtr()
473 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 0); in sizeBasePtr()
483 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in size()
493 Type indexPtrTy = LLVM::LLVMPointerType::get(typeConverter.getIndexType()); in setSize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/Transforms/
H A DTestVectorTransforms.cpp220 op.getLoc(), builder.getIndexType(), in runOnFunction()
221 builder.getIntegerAttr(builder.getIndexType(), 0)); in runOnFunction()
223 op.getLoc(), builder.getIndexType(), in runOnFunction()
224 builder.getIntegerAttr(builder.getIndexType(), 1)); in runOnFunction()
226 op.getLoc(), builder.getIndexType(), in runOnFunction()
227 builder.getIntegerAttr(builder.getIndexType(), multiplicity)); in runOnFunction()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/
H A DIndexBuffer.cpp54 GLenum IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
56 return mIndexBuffer->getIndexType(); in getIndexType()
178 else if (curSize >= size && indexType == getIndexType()) in reserveBufferSpace()

12345678910>>...48