Searched refs:getPointerWidth (Results 1 – 20 of 20) sorted by relevance
67 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()191 unsigned PtrSize = Target.getPointerWidth(0); in getMemberPointerWidthAndAlign()
75 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()
106 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()114 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler()1928 bool Is64Bit = getASTContext().getTargetInfo().getPointerWidth(0) == 64; in mangleVirtualMemPtrThunk()
1026 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in LayoutNonVirtualBases()1615 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(AS)); in LayoutField()2185 Is64BitMode = Context.getTargetInfo().getPointerWidth(0) == 64; in initializeLayout()2228 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in initializeCXXLayout()
1392 Context.getTargetInfo().getPointerWidth(0) == 64) in getConstantArrayInfoInChars()1467 getTargetInfo().getPointerWidth(0) == 64) in getTypeInfoImpl()1565 Width = Target->getPointerWidth(0); // C++ 3.9.1p11: sizeof(nullptr_t) in getTypeInfoImpl()1571 Width = Target->getPointerWidth(0); in getTypeInfoImpl()1587 Width = Target->getPointerWidth(0); in getTypeInfoImpl()1593 Width = Target->getPointerWidth(0); in getTypeInfoImpl()1599 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()1609 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()1615 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()2358 ArySize.zextOrTrunc(Target->getPointerWidth(getTargetAddressSpace(EltTy))); in getConstantArrayType()
662 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in getCurrentOffsetOffset()
246 uint64_t getPointerWidth(unsigned AddrSpace) const { in getPointerWidth() function286 bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type()358 unsigned getUnwindWordWidth() const { return getPointerWidth(0); } in getUnwindWordWidth()
549 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()574 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder); in InitializePredefinedMacros()610 Twine((int)TI.getPointerWidth(0))); in InitializePredefinedMacros()671 getLockFreeValue(TI.getPointerWidth(0), in InitializePredefinedMacros()
76 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
651 uint64_t Size = CGM.getTarget().getPointerWidth(AS); in CreatePointerLikeType()986 uint64_t Size = CGM.getTarget().getPointerWidth(AS); in getOrCreateInstanceMethodType()2761 CGM.getTarget().getPointerWidth(0)); in EmitDeclare()
1279 CGF.getTarget().getPointerWidth(0)); in GetNumNonZeroBytesInInit()
1953 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in BuildGCBlockLayout()2320 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in getBitmapBlockLayout()2472 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in BuildRCBlockLayout()4541 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in BuildAggrIvarLayout()
577 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in BuildMemberPointer()
1447 getContext().getTargetInfo().getPointerWidth(0)); in BuildMemberPointer()
99 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0); in CodeGenModule()
5021 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg()
3535 DestWidth = S.Context.getTargetInfo().getPointerWidth(0); in handleModeAttr()3541 DestWidth = S.Context.getTargetInfo().getPointerWidth(0); in handleModeAttr()
1595 Context.getTargetInfo().getPointerWidth(0)), in FindAllocationFunctions()
10556 unsigned pw = Context.getTargetInfo().getPointerWidth(0); in ActOnGNUNullExpr()
4948 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(0))); in getTargetDefines()