Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp112 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
113 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
190 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
H A DMips.cpp233 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
324 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
H A DLoongArch.cpp382 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
H A DRISCV.cpp439 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h138 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DMips.h416 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.h198 bool hasInt128Type() const override;
H A DSPIR.h226 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DX86.h788 bool hasInt128Type() const override { return true; } in hasInt128Type() function
H A DAArch64.cpp1436 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp36 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()
58 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
H A DSwiftCallingConv.cpp681 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1063 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1343 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp284 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
286 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
2013 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
H A DSemaOverload.cpp8812 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8814 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8819 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8821 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1516 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
9946 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h630 virtual bool hasInt128Type() const { in hasInt128Type() function