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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h259 struct TypeInfer { struct in namespace:llvm
260 TypeInfer(TreePattern &T) : TP(T) {} function in struct:llvm::TypeInfer
338 ValidateOnExit(const TypeSetByHwMode &T, const TypeInfer &TI)
341 const TypeInfer &Infer;
346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) {
352 TypeInfer &Infer;
910 TypeInfer Infer;
981 TypeInfer &getInfer() { return Infer; }
H A DCodeGenDAGPatterns.cpp366 // --- TypeInfer
368 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out,
386 bool TypeInfer::forceArbitrary(TypeSetByHwMode &Out) {
405 bool TypeInfer::EnforceInteger(TypeSetByHwMode &Out) {
415 bool TypeInfer::EnforceFloatingPoint(TypeSetByHwMode &Out) {
425 bool TypeInfer::EnforceScalar(TypeSetByHwMode &Out) {
435 bool TypeInfer::EnforceVector(TypeSetByHwMode &Out) {
445 bool TypeInfer::EnforceAny(TypeSetByHwMode &Out) {
483 bool TypeInfer::EnforceSmallerThan(TypeSetByHwMode &Small, TypeSetByHwMode &Big,
603 bool TypeInfer
[all...]

Completed in 70 milliseconds