Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DWebAssembly.h113 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DSPIR.h174 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.h198 bool hasInt128Type() const override;
H A DX86.h774 bool hasInt128Type() const override { return true; } in hasInt128Type() function
H A DAArch64.cpp1294 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1014 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1296 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp284 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
286 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
1977 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
H A DSemaOverload.cpp8438 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8440 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8445 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8447 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1499 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
9454 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h608 virtual bool hasInt128Type() const { in hasInt128Type() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp680 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
H A DTargetInfo.cpp793 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()
815 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
7202 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
7203 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
7279 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
8206 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
8297 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
11351 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
12105 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()