HomeSort by: relevance | last modified time | path
    Searched refs:Infer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 335 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {}
341 TypeInfer &Infer;
346 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) {
347 Infer.Validate = false;
350 Infer.Validate = SavedValidate;
352 TypeInfer &Infer;
896 TypeInfer Infer;
951 /// InferAllTypes - Infer/propagate as many types throughout the expression
967 TypeInfer &getInfer() { return Infer; }
CodeGenDAGPatterns.cpp 853 if (Infer.Validate && !VTS.validate()) {
858 Infer.TP.dump();
860 Infer.TP.getRecord()->dump();
861 PrintFatalError(Infer.TP.getRecord()->getLoc(),
863 Infer.TP.getRecord()->getName() + "'");
2167 /// type which should be applied to it. This will infer the type of register
2745 Infer(*this) {
2753 Infer(*this) {
2760 Infer(*this) {
3006 /// InferAllTypes - Infer/propagate as many types throughout the expressio
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp 141 /// Infer based on name and type (the default).
142 Infer,
159 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer;
174 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer);
193 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer);

Completed in 59 milliseconds