Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h340 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit()
346 TypeInfer &Infer; member
351 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()
352 Infer.Validate = false; in SuppressValidation()
355 Infer.Validate = SavedValidate; in ~SuppressValidation()
357 TypeInfer &Infer; member
904 TypeInfer Infer; variable
975 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp892 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()
897 Infer.TP.dump(); in ~ValidateOnExit()
899 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
900 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
902 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()
2819 Infer(*this) { in TreePattern()
2827 Infer(*this) { in TreePattern()
2834 Infer(*this) { in TreePattern()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h812 auto Infer = SampleProfileInference<BT>(F, Successors, SampleBlockWeights);
813 Infer.apply(BlockWeights, EdgeWeights);
/openbsd-src/gnu/llvm/llvm/docs/
H A DOptBisect.rst122 BISECT: running pass (4) Infer set function attributes on module (test.ll)
H A DWritingAnLLVMPass.rst271 -inferattrs - Infer set function attributes
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td635 // Infer instruction prefixes from type info.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-02035059 flags. Infer the register size from the ABI as well as the
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02035059 flags. Infer the register size from the ABI as well as the
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20003229 * gdbtypes.c (is_ancestor): Infer type equivalence from name
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1265 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.17818 bits, not bytes. Infer extra alignment from addressof.