Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSPIR.h153 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.cpp771 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
H A DX86.h736 bool hasInt128Type() const override { return true; } in hasInt128Type() function
H A DOSTargets.h732 bool hasInt128Type() const override { return false; } in hasInt128Type() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp899 if (TI.hasInt128Type()) in InitializePredefinedMacros()
1176 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp242 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
244 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()
1837 !Context.getTargetInfo().hasInt128Type())) { in checkDeviceDecl()
H A DSemaOverload.cpp8187 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8189 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
8194 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()
8196 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
H A DSemaType.cpp1498 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h578 virtual bool hasInt128Type() const { in hasInt128Type() function
/netbsd-src/external/apache2/llvm/dist/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()
7021 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()
7022 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()
7098 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
7914 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()
8005 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
10827 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()