Searched refs:Infer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 339 : Infer(TI), VTS(T) {} in ValidateOnExit() 341 const TypeInfer &Infer; member 346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() 347 Infer.Validate = false; in SuppressValidation() 350 Infer.Validate = SavedValidate; in ~SuppressValidation() 352 TypeInfer &Infer; member 910 TypeInfer Infer; variable 981 TypeInfer &getInfer() { return Infer; } in getInfer()
|
| H A D | CodeGenDAGPatterns.cpp | 874 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit() 880 Infer.TP.dump(); in ~ValidateOnExit() 882 Infer.TP.getRecord()->dump(); in ~ValidateOnExit() 884 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit() 886 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit() 2813 Infer(*this) { in TreePattern() 2821 Infer(*this) { in TreePattern() 2828 Infer(*this) { in TreePattern()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 141 Infer, enumerator 158 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer; 173 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration() 192 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping() 766 if (M.FactoryAsInit != FactoryAsInitKind::Infer) in convertMethod()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 955 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights); 956 Infer.apply(BlockWeights, EdgeWeights);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1642 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing
|