Searched refs:VTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h196 TypeSetByHwMode(const TypeSetByHwMode &VTS) = default; member in struct:llvm::TypeSetByHwMode
241 bool constrain(const TypeSetByHwMode &VTS);
244 bool assign_if(const TypeSetByHwMode &VTS, Predicate P);
249 bool operator==(const TypeSetByHwMode &VTS) const;
250 bool operator!=(const TypeSetByHwMode &VTS) const { return !(*this == VTS); }
266 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { argument
267 return VTS.isValueTypeByHwMode(AllowEmpty);
269 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, argument
271 assert(VTS
346 TypeSetByHwMode &VTS; member in struct:llvm::TypeInfer::ValidateOnExit
[all...]
H A DCodeGenDAGPatterns.cpp137 // Constrain the type set to be the intersection with VTS.
138 bool TypeSetByHwMode::constrain(const TypeSetByHwMode &VTS) { argument
141 for (const auto &I : VTS) {
153 if (VTS.hasMode(M) || VTS.hasDefault()) {
154 Changed |= intersect(I.second, VTS.get(M));
172 bool TypeSetByHwMode::assign_if(const TypeSetByHwMode &VTS, Predicate P) { argument
174 for (const auto &I : VTS) {
216 bool TypeSetByHwMode::operator==(const TypeSetByHwMode &VTS) const {
219 bool VTSIsSimple = VTS
752 expandOverloads(TypeSetByHwMode &VTS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp306 else if (auto *VTS = dyn_cast<VarTemplateSpecializationDecl>(Var)) {
307 if (!VTS->isExplicitSpecialization())

Completed in 83 milliseconds