Home
last modified time | relevance | path

Searched refs:hasInt128Type (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DWebAssembly.h100 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DMips.h401 bool hasInt128Type() const override { in hasInt128Type() function
H A DX86.h659 bool hasInt128Type() const override { return true; } in hasInt128Type() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp799 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1072 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h511 virtual bool hasInt128Type() const { in hasInt128Type() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp669 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp203 if (Context.getTargetInfo().hasInt128Type()) { in Initialize()
H A DSemaOverload.cpp7773 if (S.Context.getTargetInfo().hasInt128Type()) in InitArithmeticTypes()
7778 if (S.Context.getTargetInfo().hasInt128Type()) in InitArithmeticTypes()
H A DSemaType.cpp1437 if (!S.Context.getTargetInfo().hasInt128Type()) in ConvertDeclSpecToType()