Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h328 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit()
334 TypeInfer &Infer; member
339 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()
340 Infer.Validate = false; in SuppressValidation()
343 Infer.Validate = SavedValidate; in ~SuppressValidation()
345 TypeInfer &Infer; member
888 TypeInfer Infer; variable
959 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp818 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()
823 Infer.TP.dump(); in ~ValidateOnExit()
2579 Infer(*this) { in TreePattern()
2587 Infer(*this) { in TreePattern()
2594 Infer(*this) { in TreePattern()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td635 // Infer instruction prefixes from type info.
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-02035059 flags. Infer the register size from the ABI as well as the
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200610025 * tree-vrp.c (find_assert_locations): Infer value ranges for
H A DChangeLog-1998499 bits, not bytes. Infer extra alignment from addressof.