Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h228 bool hasInt128Type() const override { return false; } in hasInt128Type() function
415 bool hasInt128Type() const override { return TargetInfo::hasInt128Type(); } in hasInt128Type() function
H A DWebAssembly.h143 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DAArch64.h200 bool hasInt128Type() const override;
H A DMips.h440 bool hasInt128Type() const override { in hasInt128Type() function
H A DX86.h781 bool hasInt128Type() const override { return true; } in hasInt128Type() function
H A DAArch64.cpp1510 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp116 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
117 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
194 (!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.cpp440 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
/freebsd/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/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1153 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1490 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp329 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
331 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
2031 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
H A DSemaOverload.cpp8821 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8823 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8828 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8830 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1114 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
9677 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h655 virtual bool hasInt128Type() const { in hasInt128Type() function