Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp429 int coalescedIdx = -1; in computeCoalescedIndex() local
440 assert(coalescedIdx == -1 && "Unexpected > 1 coalesced indices"); in computeCoalescedIndex()
441 coalescedIdx = en.index(); in computeCoalescedIndex()
444 return coalescedIdx; in computeCoalescedIndex()
563 int coalescedIdx = computeCoalescedIndex(transfer); in matchAndRewrite() local
565 if (coalescedIdx >= 0) in matchAndRewrite()
567 coalescedIdx); in matchAndRewrite()
583 if (coalescedIdx >= 0) in matchAndRewrite()
584 std::swap(ivsStorage.back(), ivsStorage[coalescedIdx]); in matchAndRewrite()
648 int coalescedIdx = computeCoalescedIndex(transfer); in matchAndRewrite() local
[all …]