Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h259 struct TypeInfer { struct
260 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() argument
335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument
341 TypeInfer &Infer;
346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument
352 TypeInfer &Infer;
896 TypeInfer Infer;
967 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp339 bool TypeInfer::MergeInTypeInfo(TypeSetByHwMode &Out, in MergeInTypeInfo()
357 bool TypeInfer::forceArbitrary(TypeSetByHwMode &Out) { in forceArbitrary()
376 bool TypeInfer::EnforceInteger(TypeSetByHwMode &Out) { in EnforceInteger()
396 bool TypeInfer::EnforceScalar(TypeSetByHwMode &Out) { in EnforceScalar()
406 bool TypeInfer::EnforceVector(TypeSetByHwMode &Out) { in EnforceVector()
416 bool TypeInfer::EnforceAny(TypeSetByHwMode &Out) { in EnforceAny()
773 void TypeInfer::expandOverloads(TypeSetByHwMode &VTS) { in expandOverloads()
838 const TypeSetByHwMode &TypeInfer::getLegalTypes() { in getLegalTypes()
852 TypeInfer::ValidateOnExit::~ValidateOnExit() { in ~ValidateOnExit()
1593 TypeInfer &TI = TP.getInfer(); in ApplyTypeConstraint()
[all …]