Lines Matching refs:memIndex
457 ByteCodeField &memIndex = valueToMemIndex[defIt.first]; in allocateMemoryIndices() local
470 memIndex = existingIndexIt.index() + 1; in allocateMemoryIndices()
474 if (memIndex == 0) { in allocateMemoryIndices()
478 memIndex = allocatedIndices.size(); in allocateMemoryIndices()
955 unsigned memIndex = read(); in execute() local
990 memory[memIndex] = resultOp; in execute()
1017 unsigned memIndex = read(); in execute() local
1025 memory[memIndex] = attr.getAsOpaquePointer(); in execute()
1030 unsigned memIndex = read(); in execute() local
1035 memory[memIndex] = attr.getType().getAsOpaquePointer(); in execute()
1040 unsigned memIndex = read(); in execute() local
1046 memory[memIndex] = op; in execute()
1063 unsigned memIndex = read(); in execute() local
1070 memory[memIndex] = operand.getAsOpaquePointer(); in execute()
1087 unsigned memIndex = read(); in execute() local
1094 memory[memIndex] = result.getAsOpaquePointer(); in execute()
1099 unsigned memIndex = read(); in execute() local
1104 memory[memIndex] = value.getType().getAsOpaquePointer(); in execute()