Lines Matching +defs:concat +defs:map
51 #include <map>
129 Value *concat(IRBuilderBase &Builder, ArrayRef<Value *> Vecs) const;
363 std::map<Instruction *, AddrList> AddrGroups;
520 // error C2976: 'std::map': too few template arguments
523 void erase_if(std::map<Ts...> &map, Pred p)
526 void erase_if(std::map<T, U> &map, Pred p)
529 for (auto i = map.begin(), e = map.end(); i != e;) {
531 i = map.erase(i);
1129 // distincts values for Seg.Val in each ASpan.Blocks[i], and use a map
1144 // Multiple values from VSpan can map to the same value in ASpan. Since we
1799 Value *Cat = HVC.concat(Builder, Results);
2354 Value *Pair = concat(Builder, {Lo, Hi});
2385 Value *Pair = concat(Builder, {Lo, Hi});
2404 auto HexagonVectorCombine::concat(IRBuilderBase &Builder,