Searched refs:ValueEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| HD | Reassociate.h | 46 struct ValueEntry { struct 50 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} in ValueEntry() argument 53 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) { 105 SmallVectorImpl<reassociate::ValueEntry> &Ops); 107 SmallVectorImpl<reassociate::ValueEntry> &Ops); 109 SmallVectorImpl<reassociate::ValueEntry> &Ops); 111 SmallVectorImpl<reassociate::ValueEntry> &Ops); 120 SmallVectorImpl<reassociate::ValueEntry> &Ops);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | Reassociate.cpp | 76 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) { in PrintOps() 636 SmallVectorImpl<ValueEntry> &Ops) { in RewriteExprTree() 1003 static unsigned FindInOperandList(const SmallVectorImpl<ValueEntry> &Ops, in FindInOperandList() 1049 SmallVector<ValueEntry, 8> Factors; in RemoveFactorFromExpression() 1054 ValueEntry(getRank(E.first), E.first)); in RemoveFactorFromExpression() 1133 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeAndOrXor() 1313 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeXor() 1412 ValueEntry VE(getRank(O.getValue()), O.getValue()); in OptimizeXor() 1417 ValueEntry VE(getRank(C), C); in OptimizeXor() 1436 SmallVectorImpl<ValueEntry> &Ops) { in OptimizeAdd() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCISelDAGToDAG.cpp | 1218 auto &ValueEntry = Memoizer[V]; in getValueBits() local 1219 if (ValueEntry) in getValueBits() 1220 return std::make_pair(ValueEntry->first, &ValueEntry->second); in getValueBits() 1221 ValueEntry.reset(new ValueBitsMemoizedValue()); in getValueBits() 1222 bool &Interesting = ValueEntry->first; in getValueBits() 1223 SmallVector<ValueBit, 64> &Bits = ValueEntry->second; in getValueBits()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyISelLowering.cpp | 1355 using ValueEntry = std::pair<SDValue, size_t>; in LowerBUILD_VECTOR() typedef 1356 SmallVector<ValueEntry, 16> SplatValueCounts; in LowerBUILD_VECTOR()
|