Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21473 SmallVector<std::pair<int, SDValue>, 8> ArgWorkList; in mergeEltWithShuffle() local
21474 ArgWorkList.emplace_back(Mask.size(), Y); in mergeEltWithShuffle()
21475 ArgWorkList.emplace_back(0, X); in mergeEltWithShuffle()
21477 while (!ArgWorkList.empty()) { in mergeEltWithShuffle()
21480 std::tie(ArgOffset, ArgVal) = ArgWorkList.pop_back_val(); in mergeEltWithShuffle()
21494 ArgWorkList.emplace_back(CurrentArgOffset, Op); in mergeEltWithShuffle()