Searched refs:OperandData (Results 1 – 1 of 1) sorted by relevance
885 struct OperandData { struct in llvm::slpvectorizer::BoUpSLP::VLOperands886 OperandData() = default;887 OperandData(Value *V, bool APO, bool IsUsed) in OperandData() function915 using OperandDataVec = SmallVector<OperandData, 2>;925 OperandData &getData(unsigned OpIdx, unsigned Lane) { in getData()930 const OperandData &getData(unsigned OpIdx, unsigned Lane) const { in getData()1210 OperandData &OpData = getData(Idx, Lane); in getBestOperand()1352 OperandData &Data = getData(OpI, Ln); in shouldBroadcast()1523 for (const OperandData &OpData : OpDataVec) { in print()