Home
last modified time | relevance | path

Searched refs:getPointerWidth (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.cpp189 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(LangAS::Default))); in getTargetDefines()
236 .Default(getPointerWidth(LangAS::Default)); in getUnwindWordWidth()
H A DNVPTX.cpp102 PointerWidth = HostTarget->getPointerWidth(LangAS::Default); in NVPTXTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp75 PtrWidth(ASTC.getTargetInfo().getPointerWidth(LangAS::Default)) {} in WalkAST()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1241 unsigned getPointerWidth() { in getPointerWidth() function in __anon3fa02a340111::X86AsmParser
1605 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1614 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1760 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1790 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End, in CreateMemForMSInlineAsm()
2676 getPointerWidth(), RegNo, Disp, BaseReg, IndexReg, Scale, Start, End, in parseIntelOperand()
2681 getPointerWidth(), Disp, Start, End, Size, /*SymName=*/StringRef(), in parseIntelOperand()
2968 X86Operand::CreateMem(getPointerWidth(), Disp, StartLoc, EndLoc)); in ParseMemOperand()
3100 X86Operand::CreateMem(getPointerWidth(), Disp, StartLoc, EndLoc)); in ParseMemOperand()
4341 UnsizedMemOp->Mem.Size = getPointerWidth(); in MatchAndEmitIntelInstruction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1000 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()
1006 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()
1051 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(LangAS::Default), in InitializePredefinedMacros()
1106 Twine((int)TI.getPointerWidth(LangAS::Default))); in InitializePredefinedMacros()
1221 getLockFreeValue(TI.getPointerWidth(LangAS::Default), TI)); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp210 auto ptrWidth = CGT.getTarget().getPointerWidth(LangAS::Default); in occupiesMoreThan()
H A DSwiftCallingConv.cpp656 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default)); in getMaximumVoluntaryIntegerSize()
H A DCGBlocks.cpp483 CGM.getTarget().getPointerWidth(LangAS::opencl_generic) / 8); in initializeForBlockHeader()
782 CGM.getTarget().getPointerWidth(GenVoidPtrAddr) / 8); in EmitBlockLiteral()
H A DItaniumCXXABI.cpp1029 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in BuildMemberPointer()
2021 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
4136 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DMicrosoftCXXABI.cpp486 return CGM.getTarget().getPointerWidth(LangAS::Default) == 64; in isImageRelative()
1705 getContext().getTargetInfo().getPointerWidth(LangAS::Default)) in emitVTableTypeMetadata()
1977 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
H A DCGExprAgg.cpp1976 CGF.getTarget().getPointerWidth(LangAS::Default)); in GetNumNonZeroBytesInInit()
H A DCGObjCMac.cpp2403 CGM.getTarget().getPointerWidth(LangAS::Default)); in visitBlock()
2696 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in getBitmapBlockLayout()
2882 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in fillRunSkipBlockVars()
H A DCodeGenModule.cpp227 unsigned XLen = Target.getPointerWidth(LangAS::Default); in createTargetCodeGenInfo()
318 CGM, Target.getPointerWidth(LangAS::Default), ABIFRLen); in createTargetCodeGenInfo()
353 PointerWidthInBits = C.getTargetInfo().getPointerWidth(LangAS::Default); in CodeGenModule()
H A DCGObjCGNU.cpp1006 if ((CGM.getTarget().getPointerWidth(LangAS::Default) == 64) && in GenerateConstantString()
H A DCGCall.cpp4709 getContext().getTargetInfo().getPointerWidth(LangAS::Default) && in getVarArgType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h463 uint64_t getPointerWidth(LangAS AddrSpace) const { in getPointerWidth() function
631 return (getPointerWidth(LangAS::Default) >= 64) || in hasInt128Type()
848 return getPointerWidth(LangAS::Default); in getUnwindWordWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp354 (unsigned)getTarget().getPointerWidth(LangAS::Default)); in classifyArgumentType()
521 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitAAPCSVAArg()
778 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitDarwinVAArg()
H A DMips.cpp356 unsigned PtrWidth = getTarget().getPointerWidth(LangAS::Default); in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp256 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in isNearlyEmpty()
H A DMicrosoftCXXABI.cpp304 unsigned PtrSize = Target.getPointerWidth(LangAS::Default); in getMemberPointerInfo()
H A DMangle.cpp230 uint64_t DefaultPtrWidth = TI.getPointerWidth(LangAS::Default); in mangleName()
H A DMicrosoftMangle.cpp345 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
352 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
359 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
834 getASTContext().getTargetInfo().getPointerWidth(LangAS::Default)); in mangleVirtualMemPtrThunk()
H A DRecordLayoutBuilder.cpp1063 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in LayoutNonVirtualBases()
2785 Context.getTargetInfo().getPointerWidth(LangAS::Default)) in initializeLayout()
2811 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in initializeCXXLayout()
H A DASTContext.cpp1774 Context.getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getConstantArrayInfoInChars()
1920 getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getTypeInfoImpl()
2132 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2138 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2153 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2208 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2213 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2221 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2226 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2379 Width = Target->getPointerWidth(LangAS::opencl_global); in getTypeInfoImpl()
H A DVTableBuilder.cpp679 : Context.getTargetInfo().getPointerWidth(LangAS::Default)); in getCurrentOffsetOffset()

12