Searched refs:OperandData (Results 1 – 1 of 1) sorted by relevance
1525 struct OperandData { struct in llvm::slpvectorizer::BoUpSLP::VLOperands1526 OperandData() = default;1527 OperandData(Value *V, bool APO, bool IsUsed) in OperandData() function1555 using OperandDataVec = SmallVector<OperandData, 2>;1566 OperandData &getData(unsigned OpIdx, unsigned Lane) { in getData()1737 OperandData &OpData = getData(Idx, Lane); in getBestOperand()1879 const OperandData &OpData = getData(OpIdx, Lane); in getMaxNumOperandsThatCanBeReordered()1970 OperandData &Data = getData(OpI, Ln); in shouldBroadcast()2062 ArrayRef<OperandData> Op0 = OpsVec.front(); in reorder()2063 for (const OperandData &Data : Op0) in reorder()[all …]