Searched refs:hasInt128Type (Results 1 – 19 of 19) sorted by relevance
234 bool hasInt128Type() const override { return false; } in hasInt128Type() function456 bool hasInt128Type() const override { return TargetInfo::hasInt128Type(); } in hasInt128Type() function
148 bool hasInt128Type() const final { return true; } in hasInt128Type() function
441 bool hasInt128Type() const override { in hasInt128Type() function
248 bool hasInt128Type() const override;
812 bool hasInt128Type() const override { return true; } in hasInt128Type() function
1624 bool AArch64TargetInfo::hasInt128Type() const { return true; } in hasInt128Type() function in AArch64TargetInfo
127 (Context.getTargetInfo().hasInt128Type() ? 128U : 64U); in isUnsupportedType()128 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && in isUnsupportedType()207 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
251 !getContext().getTargetInfo().hasInt128Type())) in classifyArgumentType()342 !getContext().getTargetInfo().hasInt128Type())) in classifyReturnType()
382 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
687 (!getContext().getTargetInfo().hasInt128Type() && in classifyArgumentType()
37 Context.getTypeSize(Context.getTargetInfo().hasInt128Type() in classifyArgumentType()60 getContext().getTypeSize(getContext().getTargetInfo().hasInt128Type() in classifyReturnType()
680 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
370 if (Target.hasInt128Type() && !Target.getTargetOpts().ForceEnableInt128 && in checkDataLayoutConsistency()
1170 if (TI.hasInt128Type()) in InitializePredefinedMacros()1517 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
397 if (Context.getTargetInfo().hasInt128Type() || in Initialize()399 Context.getAuxTargetInfo()->hasInt128Type())) { in Initialize()2179 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
9280 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()9282 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()9287 if (S.Context.getTargetInfo().hasInt128Type() || in InitArithmeticTypes()9289 S.Context.getAuxTargetInfo()->hasInt128Type())) in InitArithmeticTypes()
1125 if (!S.Context.getTargetInfo().hasInt128Type() && in ConvertDeclSpecToType()9959 bool Int128Unsupported = !S.Context.getTargetInfo().hasInt128Type(); in ChangeIntegralSignedness()
3942 !Context.getTargetInfo().hasInt128Type()) in ActOnNumericConstant()
676 virtual bool hasInt128Type() const { in hasInt128Type() function