Home
last modified time | relevance | path

Searched refs:getPointerWidth (Results 1 – 25 of 29) 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.cpp106 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.cpp1249 unsigned getPointerWidth() { in getPointerWidth() function in __anonee973c6c0111::X86AsmParser
1613 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1622 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1768 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1789 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1798 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End, in CreateMemForMSInlineAsm()
2743 getPointerWidth(), RegNo, Disp, BaseReg, IndexReg, Scale, Start, End, in parseIntelOperand()
2748 getPointerWidth(), Disp, Start, End, Size, /*SymName=*/StringRef(), in parseIntelOperand()
3035 X86Operand::CreateMem(getPointerWidth(), Disp, StartLoc, EndLoc)); in ParseMemOperand()
3037 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, in ParseMemOperand()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1090 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()
1096 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()
1141 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(LangAS::Default), in InitializePredefinedMacros()
1240 Twine((int)TI.getPointerWidth(LangAS::Default))); in InitializePredefinedMacros()
1368 getLockFreeValue(TI.getPointerWidth(LangAS::Default), TI)); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h472 uint64_t getPointerWidth(LangAS AddrSpace) const { in getPointerWidth() function
656 return (getPointerWidth(LangAS::Default) >= 64) || in hasInt128Type()
875 return getPointerWidth(LangAS::Default); in getUnwindWordWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp262 auto ptrWidth = CGT.getTarget().getPointerWidth(LangAS::Default); in occupiesMoreThan()
H A DSwiftCallingConv.cpp656 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default)); in getMaximumVoluntaryIntegerSize()
H A DCGBlocks.cpp492 CGM.getTarget().getPointerWidth(LangAS::opencl_generic) / 8); in initializeForBlockHeader()
791 CGM.getTarget().getPointerWidth(GenVoidPtrAddr) / 8); in EmitBlockLiteral()
H A DMicrosoftCXXABI.cpp484 return CGM.getTarget().getPointerWidth(LangAS::Default) == 64; in isImageRelative()
1722 getContext().getTargetInfo().getPointerWidth(LangAS::Default)) in emitVTableTypeMetadata()
1987 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
H A DItaniumCXXABI.cpp1147 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in BuildMemberPointer()
2196 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
4411 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DCGExprAgg.cpp1952 CGF.getTarget().getPointerWidth(LangAS::Default)); in GetNumNonZeroBytesInInit()
H A DCGObjCMac.cpp2410 CGM.getTarget().getPointerWidth(LangAS::Default)); in visitBlock()
2703 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in getBitmapBlockLayout()
2889 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in fillRunSkipBlockVars()
H A DCodeGenModule.cpp231 unsigned XLen = Target.getPointerWidth(LangAS::Default); in createTargetCodeGenInfo()
322 CGM, Target.getPointerWidth(LangAS::Default), ABIFRLen); in createTargetCodeGenInfo()
358 PointerWidthInBits = C.getTargetInfo().getPointerWidth(LangAS::Default); in CodeGenModule()
H A DCGObjCGNU.cpp1005 if ((CGM.getTarget().getPointerWidth(LangAS::Default) == 64) && in GenerateConstantString()
H A DCGCall.cpp4733 getContext().getTargetInfo().getPointerWidth(LangAS::Default) && in getVarArgType()
H A DCGDebugInfo.cpp4814 CGM.getTarget().getPointerWidth(LangAS::Default)); in EmitDeclare()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp256 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in isNearlyEmpty()
H A DMangle.cpp230 uint64_t DefaultPtrWidth = TI.getPointerWidth(LangAS::Default); in mangleName()
H A DMicrosoftMangle.cpp347 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
354 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
361 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
920 getASTContext().getTargetInfo().getPointerWidth(LangAS::Default)); in mangleVirtualMemPtrThunk()
H A DRecordLayoutBuilder.cpp1070 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in LayoutNonVirtualBases()
2797 Context.getTargetInfo().getPointerWidth(LangAS::Default)) in initializeLayout()
2823 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in initializeCXXLayout()
H A DASTContext.cpp1806 Context.getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getConstantArrayInfoInChars()
1953 getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getTypeInfoImpl()
2165 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2171 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2186 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2248 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2253 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2261 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2266 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2421 Width = Target->getPointerWidth(LangAS::opencl_global); in getTypeInfoImpl()
H A DVTableBuilder.cpp679 : Context.getTargetInfo().getPointerWidth(LangAS::Default)); in getCurrentOffsetOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp356 unsigned PtrWidth = getTarget().getPointerWidth(LangAS::Default); in EmitVAArg()
H A DAArch64.cpp370 (unsigned)getTarget().getPointerWidth(LangAS::Default)); in classifyArgumentType()
793 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitDarwinVAArg()

12