Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1755 SmallVector<OperandDataVec, 4> OpsVec; member in llvm::slpvectorizer::BoUpSLP::VLOperands
1765 return OpsVec[OpIdx][Lane]; in getData()
1770 return OpsVec[OpIdx][Lane]; in getData()
1779 OpsVec[OpIdx][Lane].IsUsed = false; in clearUsed()
1784 std::swap(OpsVec[OpIdx1][Lane], OpsVec[OpIdx2][Lane]); in swap()
2141 OpsVec.resize(NumOperands); in appendOperandsOfVL()
2144 OpsVec[OpIdx].resize(NumLanes); in appendOperandsOfVL()
2159 OpsVec[OpIdx][Lane] = {cast<Instruction>(VL[Lane])->getOperand(OpIdx), in appendOperandsOfVL()
2166 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands()
2169 unsigned getNumLanes() const { return OpsVec[0].size(); } in getNumLanes()
[all …]