Searched refs:hasInt128Type (Results 1 – 17 of 17) sorted by relevance
228 bool hasInt128Type() const override { return false; } in hasInt128Type() function415 bool hasInt128Type() const override { return TargetInfo::hasInt128Type(); } in hasInt128Type() function
143 bool hasInt128Type() const final { return true; } in hasInt128Type() function
200 bool hasInt128Type() const override;
440 bool hasInt128Type() const override { in hasInt128Type() function
781 bool hasInt128Type() const override { return true; } in hasInt128Type() function
1510 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
116 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()117 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()194 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
233 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()324 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
382 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
440 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
36 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()58 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
681 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
1153 if (TI.hasInt128Type()) in InitializePredefinedMacros()1490 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
329 if (Context.getTargetInfo().hasInt128Type() || in Initialize()331 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()2031 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
8821 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()
1114 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()9677 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
655 virtual bool hasInt128Type() const { in hasInt128Type() function