Searched refs:ValueEntry (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 47 struct ValueEntry { struct 51 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} in ValueEntry() function 54 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) { 119 SmallVectorImpl<reassociate::ValueEntry> &Ops, 122 SmallVectorImpl<reassociate::ValueEntry> &Ops); 124 SmallVectorImpl<reassociate::ValueEntry> &Ops); 126 SmallVectorImpl<reassociate::ValueEntry> &Ops); 135 SmallVectorImpl<reassociate::ValueEntry> &Ops);
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 82 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) { in PrintOps() 569 SmallVectorImpl<ValueEntry> &Ops, in RewriteExprTree() 599 for (const ValueEntry &Op : Ops) in RewriteExprTree() 1064 static unsigned FindInOperandList(const SmallVectorImpl<ValueEntry> &Ops, in FindInOperandList() 1110 SmallVector<ValueEntry, 8> Factors; in RemoveFactorFromExpression() 1114 Factors.append(E.second, ValueEntry(getRank(E.first), E.first)); in RemoveFactorFromExpression() 1193 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeAndOrXor() 1373 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeXor() 1385 // Step 1: Convert ValueEntry to XorOpnd in OptimizeXor() 1471 ValueEntry V in OptimizeXor() [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1613 auto &ValueEntry = Memoizer[V]; in getValueBits() local 1614 if (ValueEntry) in getValueBits() 1615 return std::make_pair(ValueEntry->first, &ValueEntry->second); in getValueBits() 1616 ValueEntry.reset(new ValueBitsMemoizedValue()); in getValueBits() 1617 bool &Interesting = ValueEntry->first; in getValueBits() 1618 SmallVector<ValueBit, 64> &Bits = ValueEntry->second; in getValueBits()
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2331 using ValueEntry = std::pair<SDValue, size_t>; in LowerSETCC() 2332 SmallVector<ValueEntry, 16> SplatValueCounts; in LowerSETCC() 2115 using ValueEntry = std::pair<SDValue, size_t>; LowerBUILD_VECTOR() typedef
|