Searched refs:OpsVec (Results 1 – 1 of 1) sorted by relevance
2495 SmallVector<OperandDataVec, 4> OpsVec; member in llvm::slpvectorizer::BoUpSLP::VLOperands2508 return OpsVec[OpIdx][Lane]; in getData()2513 return OpsVec[OpIdx][Lane]; in getData()2522 OpsVec[OpIdx][Lane].IsUsed = false; in clearUsed()2527 std::swap(OpsVec[OpIdx1][Lane], OpsVec[OpIdx2][Lane]); in swap()2897 OpsVec.resize(ArgSize); in appendOperands()2899 for (OperandDataVec &Ops : OpsVec) in appendOperands()2917 OpsVec[OpIdx][Lane] = {Operands[OpIdx][Lane], true, false}; in appendOperands()2928 OpsVec[OpIdx][Lane] = {Operands[OpIdx][Lane], APO, false}; in appendOperands()2937 unsigned getNumLanes() const { return OpsVec[0].size(); } in getNumLanes()[all …]