Searched refs:hasInt128Type (Results 1 – 17 of 17) sorted by relevance
112 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()113 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()190 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
233 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()324 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
382 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
439 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
138 bool hasInt128Type() const final { return true; } in hasInt128Type() function
416 bool hasInt128Type() const override { in hasInt128Type() function
198 bool hasInt128Type() const override;
226 bool hasInt128Type() const override { return false; } in hasInt128Type() function
788 bool hasInt128Type() const override { return true; } in hasInt128Type() function
1436 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
36 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()58 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
681 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
1063 if (TI.hasInt128Type()) in InitializePredefinedMacros()1343 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
284 if (Context.getTargetInfo().hasInt128Type() || in Initialize()286 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()2013 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
8812 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()
1516 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()9946 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
630 virtual bool hasInt128Type() const { in hasInt128Type() function