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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h339 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {}
345 TypeInfer &Infer; member in struct:llvm::TypeInfer::ValidateOnExit
350 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) {
351 Infer.Validate = false;
354 Infer.Validate = SavedValidate;
356 TypeInfer &Infer; member in struct:llvm::TypeInfer::SuppressValidation
902 TypeInfer Infer; member in class:llvm::TreePattern
957 /// InferAllTypes - Infer/propagate as many types throughout the expression
973 TypeInfer &getInfer() { return Infer; }
H A DCodeGenDAGPatterns.cpp832 if (Infer.Validate && !VTS.validate()) {
837 Infer.TP.dump();
2692 Infer(*this) {
2700 Infer(*this) {
2707 Infer(*this) {
2953 /// InferAllTypes - Infer/propagate as many types throughout the expression
3080 // Infer instruction flags. For example, we can detect loads,
3215 // Infer as many types as possible. Don't worry about it if we don't infer
4149 // Infer types.
4153 // Infer a
[all...]

Completed in 36 milliseconds