Searched refs:memIndex (Results 1 – 2 of 2) sorted by relevance
457 ByteCodeField &memIndex = valueToMemIndex[defIt.first]; in allocateMemoryIndices() local470 memIndex = existingIndexIt.index() + 1; in allocateMemoryIndices()474 if (memIndex == 0) { in allocateMemoryIndices()478 memIndex = allocatedIndices.size(); in allocateMemoryIndices()955 unsigned memIndex = read(); in execute() local990 memory[memIndex] = resultOp; in execute()1017 unsigned memIndex = read(); in execute() local1025 memory[memIndex] = attr.getAsOpaquePointer(); in execute()1030 unsigned memIndex = read(); in execute() local1035 memory[memIndex] = attr.getType().getAsOpaquePointer(); in execute()[all …]
93 std::unique_ptr<SymbolIndex> memIndex(std::vector<Symbol> Symbols) { in memIndex() function108 OverrideIndex = memIndex(std::move(IndexSymbols));147 OverrideIndex = memIndex(std::move(IndexSymbols));795 auto I = memIndex({var("ns::index")}); in TEST()1122 Index = memIndex(IndexSymbols);