Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DWebAssembly.h114 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DSPIR.h167 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DAArch64.h157 bool hasInt128Type() const override;
H A DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.cpp878 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
H A DX86.h756 bool hasInt128Type() const override { return true; } in hasInt128Type() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp999 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1283 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp283 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
285 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
1949 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
H A DSemaOverload.cpp8313 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8315 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8320 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8322 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1486 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h587 virtual bool hasInt128Type() const { in hasInt128Type() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp685 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
H A DTargetInfo.cpp780 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()
802 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
7190 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
7191 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
7267 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
8081 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
8172 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
11225 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()