Home
last modified time | relevance | path

Searched defs:TypeInfer (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h261 struct TypeInfer { struct
262 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {} in TypeInfer() argument
264 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete()
267 ValueTypeByHwMode getConcrete(const TypeSetByHwMode &VTS, in getConcrete()
278 bool MergeInTypeInfo(TypeSetByHwMode &Out, MVT::SimpleValueType InVT) { in MergeInTypeInfo()
281 bool MergeInTypeInfo(TypeSetByHwMode &Out, ValueTypeByHwMode InVT) { in MergeInTypeInfo()
337 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() argument
348 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() argument
358 TreePattern &TP;
359 unsigned ForceMode; // Mode to use when set.
[all …]
/external/rust/crates/syn/src/
Dty.rs772 impl Parse for TypeInfer { implementation
1191 impl ToTokens for TypeInfer { implementation
/external/rust/crates/syn/src/gen/
Deq.rs1982 impl Eq for TypeInfer {} implementation
1985 impl PartialEq for TypeInfer { implementation
Dclone.rs1954 impl Clone for TypeInfer { implementation
Dhash.rs2519 impl Hash for TypeInfer { implementation
Dvisit_mut.rs668 fn visit_type_infer_mut(&mut self, i: &mut TypeInfer) { in visit_type_infer_mut()
Dfold.rs668 fn fold_type_infer(&mut self, i: TypeInfer) -> TypeInfer { in fold_type_infer()
Ddebug.rs2690 impl Debug for TypeInfer { implementation
Dvisit.rs664 fn visit_type_infer(&mut self, i: &'ast TypeInfer) { in visit_type_infer()