Searched refs:getLongWidth (Results 1 – 18 of 18) sorted by relevance
104 Width = TargetInfo.getLongWidth(); in check()116 Width = TargetInfo.getLongWidth(); in check()
179 case UnsignedLong: return getLongWidth(); in getTypeWidth()193 if (getLongWidth() == BitWidth) in getIntTypeByWidth()208 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
1736 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()7369 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
666 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()672 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()699 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()777 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()780 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()799 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()805 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
804 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()810 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()838 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()918 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()921 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()940 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()946 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
235 case UnsignedLong: return getLongWidth(); in getTypeWidth()249 if (getLongWidth() == BitWidth) in getIntTypeByWidth()264 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
122 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
187 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
321 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
439 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
2008 Width = Target->getLongWidth(); in getTypeInfoImpl()7157 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()7167 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()10108 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
1631 Width = Target->getLongWidth(); in getTypeInfoImpl()5499 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()5509 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
3933 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
5065 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
14878 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()14910 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
3457 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()12326 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()
18103 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()18135 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
3920 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()15626 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()