Lines Matching refs:ValueList
56 using ValueList = SmallVector<Value*, 8>; typedef
65 ValueList AllValues;
70 OpChain(Instruction *I, ValueList &vl) : Root(I), AllValues(vl) { } in OpChain()
93 ValueList LHS; // List of all (narrow) left hand operands.
94 ValueList RHS; // List of all (narrow) right hand operands.
97 BinOpChain(Instruction *I, ValueList &lhs, ValueList &rhs) : in BinOpChain()
228 static bool IsNarrowSequence(Value *V, ValueList &VL) { in IsNarrowSequence()
506 ValueList LHS; in AddMACCandidate()
507 ValueList RHS; in AddMACCandidate()
606 ValueList &LHS = static_cast<BinOpChain*>(C.get())->LHS; in CheckMACMemory()
607 ValueList &RHS = static_cast<BinOpChain*>(C.get())->RHS; in CheckMACMemory()
735 auto CompareValueList = [](const ValueList &VL0, in AreSymmetrical()
736 const ValueList &VL1) { in AreSymmetrical()