Searched refs:gLoopVarInBytes (Results 1 – 7 of 7) sorted by relevance
448 compute_block->pushBackInst(fCurLoop->generateScalarLoop(fFullCount, gGlobal->gLoopVarInBytes)); in generateCompute()
446 compute_block->pushBackInst(fCurLoop->generateScalarLoop(fFullCount, gGlobal->gLoopVarInBytes)); in generateCompute()
354 if (gGlobal->gLoopVarInBytes) { in visit()
1021 if (gGlobal->gLoopVarInBytes) { in visit()
166 …bool gLoopVarInBytes; // If the 'i' variable used in the scalar loop moves by bytes inste… member
174 gLoopVarInBytes = false; in global()
1551 gGlobal->gLoopVarInBytes = true; in compileWAST()1581 gGlobal->gLoopVarInBytes = true; in compileWASM()