Searched refs:i32Value (Results 1 – 2 of 2) sorted by relevance
202 %i32Value = constant 128 : i32221 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 : i32536 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 …]
171 Value* i32Value = LOAD(GEP(basePtr, indices), name); in MEM_ADD() local172 Value* i32Result = ADD(i32Value, i32Incr); in MEM_ADD()