Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h325 : Infer(TI), VTS(T) {} in ValidateOnExit()
327 const TypeInfer &Infer; member
332 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()
333 Infer.Validate = false; in SuppressValidation()
335 ~SuppressValidation() { Infer.Validate = SavedValidate; } in ~SuppressValidation()
336 TypeInfer &Infer; member
919 TypeInfer Infer; variable
985 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp867 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()
873 Infer.TP.dump(); in ~ValidateOnExit()
875 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
877 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
879 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()
2874 Infer(*this) { in TreePattern()
2882 Infer(*this) { in TreePattern()
2889 Infer(*this) { in TreePattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h55 SMEAttrs(const Function &F, InferAttrsFromName Infer = InferAttrsFromName::No)
57 if (Infer == InferAttrsFromName::Yes)
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp144 Infer, enumerator
161 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer;
177 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration()
196 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping()
832 if (M.FactoryAsInit != FactoryAsInitKind::Infer) in convertMethod()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h980 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights);
981 Infer.apply(BlockWeights, EdgeWeights);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1710 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing