Home
last modified time | relevance | path

Searched refs:constantIndices (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DLoopSpecialization.cpp31 SmallVector<int64_t, 2> constantIndices; in specializeParallelLoopForUnrolling() local
32 constantIndices.reserve(op.upperBound().size()); in specializeParallelLoopForUnrolling()
44 constantIndices.push_back(minConstant); in specializeParallelLoopForUnrolling()
50 for (auto bound : llvm::zip(op.upperBound(), constantIndices)) { in specializeParallelLoopForUnrolling()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp2923 ConstantIndex constantIndices[] = in addGraphics8BitStorageUniformInt8To32Group() local
3075 …for (deUint32 constIndexIdx = 0; constIndexIdx < DE_LENGTH_OF_ARRAY(constantIndices); ++constIndex… in addGraphics8BitStorageUniformInt8To32Group()
3077 bool useConstIdx = constantIndices[constIndexIdx].useConstantIndex; in addGraphics8BitStorageUniformInt8To32Group()
3078 deUint32 constIdx = constantIndices[constIndexIdx].constantIndex; in addGraphics8BitStorageUniformInt8To32Group()
3110 switch(constantIndices[constIndexIdx].constantIndex) in addGraphics8BitStorageUniformInt8To32Group()
3180 ConstantIndex constantIndices[] = in addGraphics8BitStoragePushConstantInt8To32Group() local
3284 …for (deUint32 constIndexIdx = 0; constIndexIdx < DE_LENGTH_OF_ARRAY(constantIndices); ++constIndex… in addGraphics8BitStoragePushConstantInt8To32Group()
3286 bool useConstIdx = constantIndices[constIndexIdx].useConstantIndex; in addGraphics8BitStoragePushConstantInt8To32Group()
3287 deUint32 constIdx = constantIndices[constIndexIdx].constantIndex; in addGraphics8BitStoragePushConstantInt8To32Group()
3327 …for (deUint32 constIndexIdx = 0; constIndexIdx < DE_LENGTH_OF_ARRAY(constantIndices); ++constIndex… in addGraphics8BitStoragePushConstantInt8To32Group()
[all …]
DvktSpvAsm16bitStorageTests.cpp4717 ConstantIndex constantIndices[] = in addGraphics16BitStoragePushConstantFloat16To32Group() local
4815 …for (deUint32 constIndexIdx = 0; constIndexIdx < DE_LENGTH_OF_ARRAY(constantIndices); ++constIndex… in addGraphics16BitStoragePushConstantFloat16To32Group()
4817 bool useConstIdx = constantIndices[constIndexIdx].useConstantIndex; in addGraphics16BitStoragePushConstantFloat16To32Group()
4818 deUint32 constIdx = constantIndices[constIndexIdx].constantIndex; in addGraphics16BitStoragePushConstantFloat16To32Group()
4884 …for (deUint32 constIndexIdx = 0; constIndexIdx < DE_LENGTH_OF_ARRAY(constantIndices); ++constIndex… in addGraphics16BitStoragePushConstantFloat16To32Group()
4886 bool useConstIdx = constantIndices[constIndexIdx].useConstantIndex; in addGraphics16BitStoragePushConstantFloat16To32Group()
4887 deUint32 constIdx = constantIndices[constIndexIdx].constantIndex; in addGraphics16BitStoragePushConstantFloat16To32Group()
4960 …for (deUint32 constIndexIdx = 0; constIndexIdx < DE_LENGTH_OF_ARRAY(constantIndices); ++constIndex… in addGraphics16BitStoragePushConstantFloat16To32Group()
4962 bool useConstIdx = constantIndices[constIndexIdx].useConstantIndex; in addGraphics16BitStoragePushConstantFloat16To32Group()
4963 deUint32 constIdx = constantIndices[constIndexIdx].constantIndex; in addGraphics16BitStoragePushConstantFloat16To32Group()
[all …]
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToAffineLoops.cpp151 SmallVector<Value, 8> constantIndices; in matchAndRewrite() local
156 constantIndices.push_back(rewriter.create<ConstantIndexOp>(loc, i)); in matchAndRewrite()
159 constantIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0)); in matchAndRewrite()
181 indices.push_back(constantIndices[i]); in matchAndRewrite()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToAffineLoops.cpp151 SmallVector<Value, 8> constantIndices; in matchAndRewrite() local
156 constantIndices.push_back(rewriter.create<ConstantIndexOp>(loc, i)); in matchAndRewrite()
159 constantIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0)); in matchAndRewrite()
180 indices.push_back(constantIndices[i]); in matchAndRewrite()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DLowerToAffineLoops.cpp151 SmallVector<Value, 8> constantIndices; in matchAndRewrite() local
156 constantIndices.push_back(rewriter.create<ConstantIndexOp>(loc, i)); in matchAndRewrite()
159 constantIndices.push_back(rewriter.create<ConstantIndexOp>(loc, 0)); in matchAndRewrite()
181 indices.push_back(constantIndices[i]); in matchAndRewrite()