Searched refs:ValuePair (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 215 typedef std::pair<Value *, Value *> ValuePair; typedef 216 typedef std::pair<ValuePair, int> ValuePairWithCost; 217 typedef std::pair<ValuePair, size_t> ValuePairWithDepth; 218 typedef std::pair<ValuePair, ValuePair> VPPair; // A ValuePair pair 233 DenseSet<ValuePair> &FixedOrderPairs, 234 DenseMap<ValuePair, int> &CandidatePairCostSavings, 248 DenseSet<ValuePair> &CandidatePairsSet, 250 DenseMap<ValuePair, std::vector<ValuePair> > &ConnectedPairs, 256 DenseSet<ValuePair> &PairableInstUsers); 259 DenseSet<ValuePair> &CandidatePairsSet, [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 63 auto ValuePair = ValuesToInspect.pop_back_val(); in isOnlyCopiedFromConstantGlobal() local 64 const bool IsOffset = ValuePair.second; in isOnlyCopiedFromConstantGlobal() 65 for (auto &U : ValuePair.first->uses()) { in isOnlyCopiedFromConstantGlobal()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 257 typedef std::pair<Value *, Value *> ValuePair; typedef 264 bool run(const std::list<ValuePair>&); 708 std::list<ValuePair> mustSpill; 1287 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters() 1476 SpillCodeInserter::run(const std::list<ValuePair>& lst) in run() 1478 for (std::list<ValuePair>::const_iterator it = lst.begin(); it != lst.end(); in run()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4002 for (auto ValuePair : Values) { in reuseTableCompare() local 4004 ValuePair.second, CmpOp1, true); in reuseTableCompare()
|