Searched refs:Infer (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.h | 325 : 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 D | CodeGenDAGPatterns.cpp | 867 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 D | AArch64SMEAttributes.h | 55 SMEAttrs(const Function &F, InferAttrsFromName Infer = InferAttrsFromName::No) 57 if (Infer == InferAttrsFromName::Yes)
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 144 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 D | SampleProfileLoaderBaseImpl.h | 980 auto Infer = SampleProfileInference<FT>(F, Successors, SampleBlockWeights); 981 Infer.apply(BlockWeights, EdgeWeights);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1710 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing
|