Home
last modified time | relevance | path

Searched refs:TypeInfer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h261 struct TypeInfer { struct
262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() function
340 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument
346 TypeInfer &Infer;
351 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument
357 TypeInfer &Infer;
904 TypeInfer Infer;
975 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp370 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out, in MergeInTypeInfo()
388 bool TypeInfer::forceArbitrary(TypeSetByHwMode &Out) { in forceArbitrary()
407 bool TypeInfer::EnforceInteger(TypeSetByHwMode &Out) { in EnforceInteger()
427 bool TypeInfer::EnforceScalar(TypeSetByHwMode &Out) { in EnforceScalar()
437 bool TypeInfer::EnforceVector(TypeSetByHwMode &Out) { in EnforceVector()
447 bool TypeInfer::EnforceAny(TypeSetByHwMode &Out) { in EnforceAny()
814 void TypeInfer::expandOverloads(TypeSetByHwMode &VTS) { in expandOverloads()
879 const TypeSetByHwMode &TypeInfer::getLegalTypes() { in getLegalTypes()
893 TypeInfer::ValidateOnExit::~ValidateOnExit() { in ~ValidateOnExit()
1648 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
[all …]