Home
last modified time | relevance | path

Searched refs:int32Type (Results 1 – 25 of 758) sorted by relevance

12345678910>>...31

/dports/lang/seed7/seed7/src/
H A Ddrw_rtl.c56 static void memcpy_pixel (register int32Type *const dest, in memcpy_pixel()
67 case 0: dest[pos - 1] = (int32Type) src[pos - 1]; in memcpy_pixel()
68 case 31: dest[pos - 2] = (int32Type) src[pos - 2]; in memcpy_pixel()
69 case 30: dest[pos - 3] = (int32Type) src[pos - 3]; in memcpy_pixel()
70 case 29: dest[pos - 4] = (int32Type) src[pos - 4]; in memcpy_pixel()
108 static void memcpy_pixel (register int32Type *dest, in memcpy_pixel()
113 *dest = (int32Type) *src; in memcpy_pixel()
251 int32Type *image_data; in drwGetImagePixel()
270 image_data = (int32Type *) image->mem; in drwGetImagePixel()
284 int32Type *pixel_elem; in drwRtlImage()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp209 loc, int32Type, rewriter.getI32IntegerAttr(0u)); in createBlockReduce()
321 loc, int32Type, rewriter.getI32IntegerAttr(kWarpSize)); in createWarpReduce()
332 loc, int32Type, rewriter.getI32IntegerAttr(1)); in createWarpReduce()
335 loc, int32Type, in createWarpReduce()
351 loc, int32Type, rewriter.getI32IntegerAttr(i)); in createWarpReduce()
377 loc, int32Type, rewriter.getI32IntegerAttr(~0u)); in createWarpReduce()
438 loc, int32Type, blockSize, warpSizeMinusOne); in getNumWarps()
462 LLVM::LLVMType int32Type; member
496 auto int32Type = LLVM::LLVMType::getInt32Ty(dialect); in matchAndRewrite() local
501 loc, int32Type, rewriter.getI32IntegerAttr(1)); in matchAndRewrite()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp73 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
74 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
75 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
76 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
77 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
78 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
116 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
149 return create<IndexCastOp>(int32Type, dim); in getDimOp()
330 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
352 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp74 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
75 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
76 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
77 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
78 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
79 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
117 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
152 return create<IndexCastOp>(int32Type, dim); in getDimOp()
334 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
356 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp73 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
74 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
75 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
76 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
77 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
78 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
116 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
149 return create<IndexCastOp>(int32Type, dim); in getDimOp()
330 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
352 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp74 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
75 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
76 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
77 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
78 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
79 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
117 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
152 return create<IndexCastOp>(int32Type, dim); in getDimOp()
334 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
356 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp73 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
74 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
75 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
76 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
77 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
78 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
116 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
149 return create<IndexCastOp>(int32Type, dim); in getDimOp()
330 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
352 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp74 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
75 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
76 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
77 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
78 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
79 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
117 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
152 return create<IndexCastOp>(int32Type, dim); in getDimOp()
334 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
356 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp73 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY); in rewrite()
74 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY); in rewrite()
75 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX); in rewrite()
76 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY); in rewrite()
77 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX); in rewrite()
78 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ); in rewrite()
116 create<AddIOp>(int32Type, workgroupSize, subgroupMask); in rewrite()
149 return create<IndexCastOp>(int32Type, dim); in getDimOp()
330 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
352 Value offset = create<ConstantIntOp>(i, int32Type); in createSubgroupReduce()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp74 Value tmp1 = create<MulIOp>(int32Type, tidZ, dimY);
75 Value tmp2 = create<AddIOp>(int32Type, tmp1, tidY);
76 Value tmp3 = create<MulIOp>(int32Type, tmp2, dimX);
77 Value tmp4 = create<MulIOp>(int32Type, dimX, dimY);
78 Value invocationIdx = create<AddIOp>(int32Type, tmp3, tidX);
79 Value workgroupSize = create<MulIOp>(int32Type, tmp4, dimZ);
117 create<AddIOp>(int32Type, workgroupSize, subgroupMask);
152 return create<IndexCastOp>(int32Type, dim);
334 Value offset = create<ConstantIntOp>(i, int32Type);
356 Value offset = create<ConstantIntOp>(i, int32Type);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp189 auto int32Type = addIntType(32); in TEST_F() local
190 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
210 auto int32Type = addIntType(32); in TEST_F() local
212 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
228 auto int32Type = addIntType(32); in TEST_F() local
229 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp186 auto int32Type = addIntType(32); in TEST_F() local
187 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
207 auto int32Type = addIntType(32); in TEST_F() local
209 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
225 auto int32Type = addIntType(32); in TEST_F() local
226 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp187 auto int32Type = addIntType(32); in TEST_F() local
188 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
208 auto int32Type = addIntType(32); in TEST_F() local
210 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
226 auto int32Type = addIntType(32); in TEST_F() local
227 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp186 auto int32Type = addIntType(32); in TEST_F() local
187 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
207 auto int32Type = addIntType(32); in TEST_F() local
209 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
225 auto int32Type = addIntType(32); in TEST_F() local
226 auto structType = addStructType({int32Type}); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp187 auto int32Type = addIntType(32); in TEST_F() local
188 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
208 auto int32Type = addIntType(32); in TEST_F() local
210 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
226 auto int32Type = addIntType(32); in TEST_F() local
227 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp186 auto int32Type = addIntType(32); in TEST_F() local
187 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
207 auto int32Type = addIntType(32); in TEST_F() local
209 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
225 auto int32Type = addIntType(32); in TEST_F() local
226 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp187 auto int32Type = addIntType(32); in TEST_F() local
188 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
208 auto int32Type = addIntType(32); in TEST_F() local
210 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
226 auto int32Type = addIntType(32); in TEST_F() local
227 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp186 auto int32Type = addIntType(32); in TEST_F() local
187 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
207 auto int32Type = addIntType(32); in TEST_F() local
209 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
225 auto int32Type = addIntType(32); in TEST_F() local
226 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp182 auto int32Type = addIntType(32); in TEST_F() local
183 auto structType = addStructType({int32Type, int32Type}); in TEST_F()
203 auto int32Type = addIntType(32); in TEST_F() local
205 auto structType = addStructType({int32Type, int64Type}); in TEST_F()
221 auto int32Type = addIntType(32); in TEST_F() local
222 auto structType = addStructType({int32Type}); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp62 auto int32Type = LLVM::LLVMType::getInt32Ty(dialect); in matchAndRewrite() local
67 loc, int32Type, rewriter.getI32IntegerAttr(1)); in matchAndRewrite()
70 loc, int32Type, in matchAndRewrite()
71 rewriter.create<LLVM::ShlOp>(loc, int32Type, one, adaptor.width()), in matchAndRewrite()
75 rewriter.create<LLVM::SubOp>(loc, int32Type, adaptor.width(), one); in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUToNVVM/
H A DLowerGpuOpsToNVVMOps.cpp62 auto int32Type = LLVM::LLVMType::getInt32Ty(rewriter.getContext()); in matchAndRewrite() local
68 loc, int32Type, rewriter.getI32IntegerAttr(1)); in matchAndRewrite()
71 loc, int32Type, in matchAndRewrite()
72 rewriter.create<LLVM::ShlOp>(loc, int32Type, one, adaptor.width()), in matchAndRewrite()
76 rewriter.create<LLVM::SubOp>(loc, int32Type, adaptor.width(), one); in matchAndRewrite()
/dports/net/gscloud/gscloud-0.11.0/vendor/google.golang.org/protobuf/reflect/protoreflect/
H A Dvalue_union.go106 return Value{typ: int32Type, num: uint64(v)}
178 case int32Type:
207 case int32Type:
256 case int32Type, int64Type:
347 case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
/dports/net/grpcurl/grpcurl-1.8.5/vendor/google.golang.org/protobuf/reflect/protoreflect/
H A Dvalue_union.go106 return Value{typ: int32Type, num: uint64(v)}
178 case int32Type:
207 case int32Type:
256 case int32Type, int64Type:
347 case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/google.golang.org/protobuf/reflect/protoreflect/
H A Dvalue_union.go104 return Value{typ: int32Type, num: uint64(v)}
176 case int32Type:
205 case int32Type:
254 case int32Type, int64Type:
345 case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/protobuf/reflect/protoreflect/
H A Dvalue_union.go106 return Value{typ: int32Type, num: uint64(v)}
178 case int32Type:
207 case int32Type:
256 case int32Type, int64Type:
347 case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:

12345678910>>...31