Searched defs:TypeInfer (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 261 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/ |
D | ty.rs | 772 impl Parse for TypeInfer { implementation 1191 impl ToTokens for TypeInfer { implementation
|
/external/rust/crates/syn/src/gen/ |
D | eq.rs | 1982 impl Eq for TypeInfer {} implementation 1985 impl PartialEq for TypeInfer { implementation
|
D | clone.rs | 1954 impl Clone for TypeInfer { implementation
|
D | hash.rs | 2519 impl Hash for TypeInfer { implementation
|
D | visit_mut.rs | 668 fn visit_type_infer_mut(&mut self, i: &mut TypeInfer) { in visit_type_infer_mut()
|
D | fold.rs | 668 fn fold_type_infer(&mut self, i: TypeInfer) -> TypeInfer { in fold_type_infer()
|
D | debug.rs | 2690 impl Debug for TypeInfer { implementation
|
D | visit.rs | 664 fn visit_type_infer(&mut self, i: &'ast TypeInfer) { in visit_type_infer()
|