Home
last modified time | relevance | path

Searched refs:i32Value (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/Dialect/OpenACC/
Dops.mlir202 %i32Value = constant 128 : i32
221 acc.loop worker(%i32Value: i32) {
233 acc.loop vector(%i32Value: i32) {
249 acc.loop gang(num=%i32Value: i32, static=%idxValue: index) {
257 acc.loop tile(%i32Value: i32, %i32Value: i32) {
532 %i32Value = constant 1 : i32
536 acc.update async(%i32Value: i32) host(%a: memref<10xf32>)
538 …acc.update wait_devnum(%i64Value: i64) wait(%i32Value, %idxValue : i32, index) host(%a: memref<10x…
540 acc.update device_type(%i32Value : i32) host(%a: memref<10xf32>)
567 %i32Value = constant 1 : i32
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_mem.cpp171 Value* i32Value = LOAD(GEP(basePtr, indices), name); in MEM_ADD() local
172 Value* i32Result = ADD(i32Value, i32Incr); in MEM_ADD()