Home
last modified time | relevance | path

Searched refs:Infer (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h339 : 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 DCodeGenDAGPatterns.cpp874 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 DAPINotesYAMLCompiler.cpp141 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 DSampleProfileLoaderBaseImpl.h955 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights);
956 Infer.apply(BlockWeights, EdgeWeights);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1642 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing