reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin())utils/TableGen/CodeGenDAGPatterns.cpp
54 for (MVT T : S) { 93 MVT T = I.second.empty() ? MVT::Other : *I.second.begin(); 175 for (auto J : I.second) 203 SmallVector<MVT, 4> Types(S.begin(), S.end()); 317 Out.insert(*Diff.begin()); 372 MVT T = *S.begin(); // Pick the first element. 525 auto MinS = min_if(S.begin(), S.end(), isScalar, LT); 531 auto MaxS = max_if(B.begin(), B.end(), isScalar, LT); 537 auto MinV = min_if(S.begin(), S.end(), isVector, LT); 543 auto MaxV = max_if(B.begin(), B.end(), isVector, LT); 577 for (MVT T : V) 580 for (MVT T : E) 628 for (const auto &I : S) 637 for (const auto &I : S) 695 for (MVT T : VS) 697 for (MVT T : WS) 729 for (MVT T : AS) 731 for (MVT T : BS) 754 for (MVT T : Out) {utils/TableGen/CodeGenDAGPatterns.h
220 return *Map.begin()->second.begin();