Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h158 bool hasInt128Type() const override { return false; } in hasInt128Type() function
H A DWebAssembly.h112 bool hasInt128Type() const final { return true; } in hasInt128Type() function
H A DAArch64.h141 bool hasInt128Type() const override;
H A DMips.h402 bool hasInt128Type() const override { in hasInt128Type() function
H A DAArch64.cpp776 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
H A DX86.h741 bool hasInt128Type() const override { return true; } in hasInt128Type() function
H A DOSTargets.h744 bool hasInt128Type() const override { return false; } in hasInt128Type() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp901 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1178 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp265 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
267 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
1895 !Context.getTargetInfo().hasInt128Type())) { in checkDeviceDecl()
H A DSemaOverload.cpp8183 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8185 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8190 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8192 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1499 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h578 virtual bool hasInt128Type() const { in hasInt128Type() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp684 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
H A DTargetInfo.cpp737 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()
759 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
7038 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
7039 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
7115 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
7933 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
8024 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
10873 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()