Home
last modified time | relevance | path

Searched refs:ValuePair (Results 1 – 10 of 10) sorted by relevance

/external/openscreen/util/
Dsaturate_cast_unittest.cc13 struct ValuePair { in TEST() struct
17 constexpr ValuePair kValuePairs[] = { in TEST()
34 for (const ValuePair& value_pair : kValuePairs) { in TEST()
40 struct ValuePair { in TEST() struct
44 constexpr ValuePair kValuePairs[] = { in TEST()
54 for (const ValuePair& value_pair : kValuePairs) { in TEST()
60 struct ValuePair { in TEST() struct
64 constexpr ValuePair kValuePairs[] = { in TEST()
77 for (const ValuePair& value_pair : kValuePairs) { in TEST()
83 struct ValuePair { in TEST() struct
[all …]
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp219 typedef std::pair<Value *, Value *> ValuePair; typedef
220 typedef std::pair<ValuePair, int> ValuePairWithCost;
221 typedef std::pair<ValuePair, size_t> ValuePairWithDepth;
222 typedef std::pair<ValuePair, ValuePair> VPPair; // A ValuePair pair
238 DenseSet<ValuePair> &FixedOrderPairs,
239 DenseMap<ValuePair, int> &CandidatePairCostSavings,
253 DenseSet<ValuePair> &CandidatePairsSet,
255 DenseMap<ValuePair, std::vector<ValuePair> > &ConnectedPairs,
261 DenseSet<ValuePair> &PairableInstUsers);
264 DenseSet<ValuePair> &CandidatePairsSet,
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java2291 private static class ValuePair { class in CLDRModify
2309 Map<String, ValuePair> haveSameValues = new TreeMap<>(); in fixIdenticalChildren()
2328 ValuePair v1 = new ValuePair(); in fixIdenticalChildren()
2332 ValuePair vAlready = haveSameValues.get(xpath); in fixIdenticalChildren()
2343 ValuePair v = haveSameValues.get(xpath); in fixIdenticalChildren()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp64 auto ValuePair = ValuesToInspect.pop_back_val(); in isOnlyCopiedFromConstantGlobal() local
65 const bool IsOffset = ValuePair.second; in isOnlyCopiedFromConstantGlobal()
66 for (auto &U : ValuePair.first->uses()) { in isOnlyCopiedFromConstantGlobal()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp55 auto ValuePair = ValuesToInspect.pop_back_val(); in isOnlyCopiedFromConstantMemory() local
56 const bool IsOffset = ValuePair.second; in isOnlyCopiedFromConstantMemory()
57 for (auto &U : ValuePair.first->uses()) { in isOnlyCopiedFromConstantMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp68 auto ValuePair = ValuesToInspect.pop_back_val(); in isOnlyCopiedFromConstantGlobal() local
69 const bool IsOffset = ValuePair.second; in isOnlyCopiedFromConstantGlobal()
70 for (auto &U : ValuePair.first->uses()) { in isOnlyCopiedFromConstantGlobal()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp296 typedef std::pair<Value *, Value *> ValuePair; typedef
346 bool run(const std::list<ValuePair>&);
871 std::list<ValuePair> mustSpill;
1503 mustSpill.push_back(ValuePair(lval, slot)); in selectRegisters()
1802 SpillCodeInserter::run(const std::list<ValuePair>& lst) in run()
1804 for (std::list<ValuePair>::const_iterator it = lst.begin(); it != lst.end(); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5313 for (auto ValuePair : Values) { in reuseTableCompare() local
5315 ValuePair.second, CmpOp1, true); in reuseTableCompare()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4773 for (auto ValuePair : Values) { in reuseTableCompare() local
4775 ValuePair.second, CmpOp1, true); in reuseTableCompare()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5467 for (auto ValuePair : Values) { in reuseTableCompare() local
5469 ValuePair.second, CmpOp1, true); in reuseTableCompare()