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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h263 struct TypeInfer { struct in namespace:llvm
264 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} function in struct:llvm::TypeInfer
339 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {}
345 TypeInfer &Infer;
350 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) {
356 TypeInfer &Infer;
902 TypeInfer Infer;
973 TypeInfer &getInfer() { return Infer; }
H A DCodeGenDAGPatterns.cpp342 // --- TypeInfer
344 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out,
362 bool TypeInfer::forceArbitrary(TypeSetByHwMode &Out) {
381 bool TypeInfer::EnforceInteger(TypeSetByHwMode &Out) {
391 bool TypeInfer::EnforceFloatingPoint(TypeSetByHwMode &Out) {
401 bool TypeInfer::EnforceScalar(TypeSetByHwMode &Out) {
411 bool TypeInfer::EnforceVector(TypeSetByHwMode &Out) {
421 bool TypeInfer::EnforceAny(TypeSetByHwMode &Out) {
459 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small,
566 bool TypeInfer
[all...]

Completed in 63 milliseconds