Home
last modified time | relevance | path

Searched refs:allocatedIndices (Results 1 – 7 of 7) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/libyul/backends/wasm/
H A DWasmCodeTransform.cpp79 vector<size_t> allocatedIndices = allocateGlobals(typesForGlobals); in generateMultiAssignment() local
80 yulAssert(allocatedIndices.size() == _variableNames.size() - 1, ""); in generateMultiAssignment()
366 vector<size_t> allocatedIndices = allocateGlobals(typesForGlobals); in translateFunction() local
371 m_globalVariables.at(allocatedIndices[i - 1]).variableName, in translateFunction()
405 vector<size_t> allocatedIndices; in allocateGlobals() local
412 allocatedIndices.push_back(nextGlobal[type]++); in allocateGlobals()
416 allocatedIndices.begin(), in allocateGlobals()
417 allocatedIndices.end(), in allocateGlobals()
420 …yulAssert(allocatedIndices.size() == set<size_t>(allocatedIndices.begin(), allocatedIndices.end())… in allocateGlobals()
421 yulAssert(allocatedIndices.size() == _typesForGlobals.size(), ""); in allocateGlobals()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp455 std::vector<LivenessSet> allocatedIndices; in allocateMemoryIndices() local
461 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()
475 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()
477 allocatedIndices.back().insert(it.start(), it.stop(), /*dummyValue*/ 0); in allocateMemoryIndices()
478 memIndex = allocatedIndices.size(); in allocateMemoryIndices()
483 ByteCodeField numMatcherIndices = allocatedIndices.size() + 1; in allocateMemoryIndices()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp455 std::vector<LivenessSet> allocatedIndices; in allocateMemoryIndices() local
461 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()
475 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()
477 allocatedIndices.back().insert(it.start(), it.stop(), /*dummyValue*/ 0); in allocateMemoryIndices()
478 memIndex = allocatedIndices.size(); in allocateMemoryIndices()
483 ByteCodeField numMatcherIndices = allocatedIndices.size() + 1; in allocateMemoryIndices()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Rewrite/
H A DByteCode.cpp556 std::vector<ByteCodeLiveRange> allocatedIndices; in allocateMemoryIndices() local
563 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()
584 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()
585 ByteCodeLiveRange &newRange = allocatedIndices.back(); in allocateMemoryIndices()
597 memIndex = allocatedIndices.size(); in allocateMemoryIndices()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp556 std::vector<ByteCodeLiveRange> allocatedIndices; in allocateMemoryIndices() local
563 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()
584 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()
585 ByteCodeLiveRange &newRange = allocatedIndices.back(); in allocateMemoryIndices()
597 memIndex = allocatedIndices.size(); in allocateMemoryIndices()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp556 std::vector<ByteCodeLiveRange> allocatedIndices; in allocateMemoryIndices() local
563 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()
584 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()
585 ByteCodeLiveRange &newRange = allocatedIndices.back(); in allocateMemoryIndices()
597 memIndex = allocatedIndices.size(); in allocateMemoryIndices()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp556 std::vector<ByteCodeLiveRange> allocatedIndices; in allocateMemoryIndices() local
563 for (auto existingIndexIt : llvm::enumerate(allocatedIndices)) { in allocateMemoryIndices()
584 allocatedIndices.emplace_back(allocator); in allocateMemoryIndices()
585 ByteCodeLiveRange &newRange = allocatedIndices.back(); in allocateMemoryIndices()
597 memIndex = allocatedIndices.size(); in allocateMemoryIndices()