Lines Matching refs:rangeIndex
952 ByteCodeField rangeIndex = getRangeStorageIndex(operations); in generate() local
953 writer.append(OpCode::GetUsers, operations, rangeIndex); in generate()
1380 unsigned rangeIndex = read(); in executeApplyRewrite() local
1381 typeRangeMemory[rangeIndex] = *typeRange; in executeApplyRewrite()
1382 memory[read()] = &typeRangeMemory[rangeIndex]; in executeApplyRewrite()
1385 unsigned rangeIndex = read(); in executeApplyRewrite() local
1386 valueRangeMemory[rangeIndex] = *valueRange; in executeApplyRewrite()
1387 memory[read()] = &valueRangeMemory[rangeIndex]; in executeApplyRewrite()
1502 unsigned rangeIndex = read(); in executeCreateTypes() local
1514 typeRangeMemory[rangeIndex] = allocatedTypeRangeMemory.back(); in executeCreateTypes()
1515 memory[memIndex] = &typeRangeMemory[rangeIndex]; in executeCreateTypes()
1606 unsigned rangeIndex = read(); in executeForEach() local
1613 ArrayRef<Operation *> array = opRangeMemory[rangeIndex]; in executeForEach()
1701 ByteCodeField rangeIndex, StringRef attrSizedSegments, in executeGetOperandsResults() argument
1741 if (rangeIndex != std::numeric_limits<ByteCodeField>::max()) { in executeGetOperandsResults()
1742 valueRangeMemory[rangeIndex] = values; in executeGetOperandsResults()
1743 return &valueRangeMemory[rangeIndex]; in executeGetOperandsResults()
1754 ByteCodeField rangeIndex = read(); in executeGetOperands() local
1757 op->getOperands(), op, index, rangeIndex, "operand_segment_sizes", in executeGetOperands()
1780 ByteCodeField rangeIndex = read(); in executeGetResults() local
1783 op->getResults(), op, index, rangeIndex, "result_segment_sizes", in executeGetResults()
1793 unsigned rangeIndex = read(); in executeGetUsers() local
1794 OwningOpRange &range = opRangeMemory[rangeIndex]; in executeGetUsers()
1844 unsigned rangeIndex = read(); in executeGetValueRangeTypes() local
1859 typeRangeMemory[rangeIndex] = values->getType(); in executeGetValueRangeTypes()
1860 memory[memIndex] = &typeRangeMemory[rangeIndex]; in executeGetValueRangeTypes()