Searched refs:Infer (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 326 : Infer(TI), VTS(T) {} in ValidateOnExit() 328 const TypeInfer &Infer; member 333 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation() 334 Infer.Validate = false; in SuppressValidation() 336 ~SuppressValidation() { Infer.Validate = SavedValidate; } in ~SuppressValidation() 337 TypeInfer &Infer; member 905 TypeInfer Infer; variable 971 TypeInfer &getInfer() { return Infer; } in getInfer()
|
H A D | CodeGenDAGPatterns.cpp | 868 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit() 874 Infer.TP.dump(); in ~ValidateOnExit() 876 Infer.TP.getRecord()->dump(); in ~ValidateOnExit() 878 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit() 880 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit() 2801 Infer(*this) { in TreePattern() 2809 Infer(*this) { in TreePattern() 2816 Infer(*this) { in TreePattern()
|
/freebsd/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() 770 if (M.FactoryAsInit != FactoryAsInitKind::Infer) in convertMethod()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 983 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights); 984 Infer.apply(BlockWeights, EdgeWeights);
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1743 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing
|