Searched refs:OpsVec (Results 1 – 1 of 1) sorted by relevance
918 SmallVector<OperandDataVec, 4> OpsVec; member in llvm::slpvectorizer::BoUpSLP::VLOperands926 return OpsVec[OpIdx][Lane]; in getData()931 return OpsVec[OpIdx][Lane]; in getData()940 OpsVec[OpIdx][Lane].IsUsed = false; in clearUsed()945 std::swap(OpsVec[OpIdx1][Lane], OpsVec[OpIdx2][Lane]); in swap()1300 OpsVec.resize(NumOperands); in appendOperandsOfVL()1303 OpsVec[OpIdx].resize(NumLanes); in appendOperandsOfVL()1318 OpsVec[OpIdx][Lane] = {cast<Instruction>(VL[Lane])->getOperand(OpIdx), in appendOperandsOfVL()1325 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands()1328 unsigned getNumLanes() const { return OpsVec[0].size(); } in getNumLanes()[all …]