Searched refs:idxType (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
D | ConvertVectorToLLVM.cpp | 41 auto idxType = rewriter.getIndexType(); in insertOne() local 43 loc, typeConverter.convertType(idxType), in insertOne() 44 rewriter.getIntegerAttr(idxType, pos)); in insertOne() 68 auto idxType = rewriter.getIndexType(); in extractOne() local 70 loc, typeConverter.convertType(idxType), in extractOne() 71 rewriter.getIntegerAttr(idxType, pos)); in extractOne() 120 Type idxType; in buildVectorComparison() local 125 idxType = rewriter.getI32Type(); in buildVectorComparison() 130 idxType = rewriter.getI64Type(); in buildVectorComparison() 134 Value o = rewriter.create<IndexCastOp>(loc, idxType, *off); in buildVectorComparison() [all …]
|
/external/llvm-project/flang/lib/Lower/ |
D | CharacterExpr.cpp | 316 auto idxType = builder.getIndexType(); in createSubstring() local 317 if (offset.getType() != idxType) in createSubstring() 318 offset = builder.createConvert(loc, idxType, offset); in createSubstring()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cusparse_11_0.inc | 6058 void *indices, void *values, cusparseIndexType_t idxType, 6065 return func_ptr(spVecDescr, size, nnz, indices, values, idxType, idxBase, 6080 cusparseIndexType_t *idxType, 6088 return func_ptr(spVecDescr, size, nnz, indices, values, idxType, idxBase, 6308 cusparseIndexType_t *idxType, cusparseIndexBase_t *idxBase, 6316 idxType, idxBase, valueType); 6324 cusparseIndexType_t *idxType, 6332 return func_ptr(spMatDescr, rows, cols, nnz, cooInd, cooValues, idxType,
|
D | cusparse_10_1.inc | 7787 void *indices, void *values, cusparseIndexType_t idxType, 7794 return func_ptr(spVecDescr, size, nnz, indices, values, idxType, idxBase, 7808 void **indices, void **values, cusparseIndexType_t *idxType, 7815 return func_ptr(spVecDescr, size, nnz, indices, values, idxType, idxBase, 7949 cusparseIndexType_t *idxType, cusparseIndexBase_t *idxBase, 7958 idxType, idxBase, valueType); 7966 cusparseIndexType_t *idxType, cusparseIndexBase_t *idxBase, 7973 return func_ptr(spMatDescr, rows, cols, nnz, cooInd, cooValues, idxType,
|
D | cusparse_10_2.inc | 7787 void *indices, void *values, cusparseIndexType_t idxType, 7794 return func_ptr(spVecDescr, size, nnz, indices, values, idxType, idxBase, 7808 void **indices, void **values, cusparseIndexType_t *idxType, 7815 return func_ptr(spVecDescr, size, nnz, indices, values, idxType, idxBase, 7949 cusparseIndexType_t *idxType, cusparseIndexBase_t *idxBase, 7958 idxType, idxBase, valueType); 7966 cusparseIndexType_t *idxType, cusparseIndexBase_t *idxBase, 7973 return func_ptr(spMatDescr, rows, cols, nnz, cooInd, cooValues, idxType,
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 2348 unsigned idxType:2;
|