Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h234 bool hasInt128Type() const override { return false; } in hasInt128Type() function
456 bool hasInt128Type() const override { return TargetInfo::hasInt128Type(); } in hasInt128Type() function
H A DWebAssembly.h148 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DMips.h441 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.h248 bool hasInt128Type() const override;
H A DX86.h812 bool hasInt128Type() const override { return true; } in hasInt128Type() function
H A DAArch64.cpp1624 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp127 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
128 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
207 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
H A DMips.cpp251 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
342 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
H A DLoongArch.cpp382 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
H A DRISCV.cpp687 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp37 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()
60 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
H A DSwiftCallingConv.cpp680 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
H A DCodeGenModule.cpp370 if (Target.hasInt128Type() && !Target.getTargetOpts().ForceEnableInt128 && in checkDataLayoutConsistency()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1170 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1517 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp397 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
399 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
2179 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
H A DSemaOverload.cpp9280 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
9282 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
9287 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
9289 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1125 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
9959 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
H A DSemaExpr.cpp3942 !Context.getTargetInfo().hasInt128Type()) in ActOnNumericConstant()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h676 virtual bool hasInt128Type() const { in hasInt128Type() function