Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit()
341 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
896 TypeInfer Infer; variable
967 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp853 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()
858 Infer.TP.dump(); in ~ValidateOnExit()
860 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
861 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
863 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()
2745 Infer(*this) { in TreePattern()
2753 Infer(*this) { in TreePattern()
2760 Infer(*this) { in TreePattern()
/freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp142 Infer, enumerator
159 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer;
174 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration()
193 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td635 // Infer instruction prefixes from type info.