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.cpp197 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(LangAS::Default))); in getTargetDefines()
244 .Default(getPointerWidth(LangAS::Default)); in getUnwindWordWidth()
H A DNVPTX.cpp111 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.cpp1271 unsigned getPointerWidth() { in getPointerWidth() function in __anonee973c6c0111::X86AsmParser
1636 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1646 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1789 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1810 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1819 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End, in CreateMemForMSInlineAsm()
2765 getPointerWidth(), RegNo, Disp, BaseReg, IndexReg, Scale, Start, End, in parseIntelOperand()
2770 getPointerWidth(), Disp, Start, End, Size, /*SymName=*/StringRef(), in parseIntelOperand()
3057 X86Operand::CreateMem(getPointerWidth(), Disp, StartLoc, EndLoc)); in ParseMemOperand()
3059 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), SegReg, Disp, in ParseMemOperand()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1099 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()
1105 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()
1158 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(LangAS::Default), in InitializePredefinedMacros()
1261 Twine((int)TI.getPointerWidth(LangAS::Default))); in InitializePredefinedMacros()
1389 getLockFreeValue(TI.getPointerWidth(LangAS::Default), TI)); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h489 uint64_t getPointerWidth(LangAS AddrSpace) const { in getPointerWidth() function
677 return (getPointerWidth(LangAS::Default) >= 64) || in hasInt128Type()
896 return getPointerWidth(LangAS::Default); in getUnwindWordWidth()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp270 auto ptrWidth = CGT.getTarget().getPointerWidth(LangAS::Default); in occupiesMoreThan()
H A DSwiftCallingConv.cpp655 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default)); in getMaximumVoluntaryIntegerSize()
H A DCGBlocks.cpp492 CGM.getTarget().getPointerWidth(LangAS::opencl_generic) / 8); in initializeForBlockHeader()
790 CGM.getTarget().getPointerWidth(GenVoidPtrAddr) / 8); in EmitBlockLiteral()
H A DMicrosoftCXXABI.cpp487 return CGM.getTarget().getPointerWidth(LangAS::Default) == 64; in isImageRelative()
1719 getContext().getTargetInfo().getPointerWidth(LangAS::Default)) in emitVTableTypeMetadata()
1982 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
H A DItaniumCXXABI.cpp1158 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in BuildMemberPointer()
4457 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DCGObjCMac.cpp2327 CGM.getTarget().getPointerWidth(LangAS::Default)); in visitBlock()
2616 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in getBitmapBlockLayout()
2802 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in fillRunSkipBlockVars()
H A DCGExprAgg.cpp2145 CGF.getTarget().getPointerWidth(LangAS::Default)); in GetNumNonZeroBytesInInit()
H A DCodeGenModule.cpp229 unsigned XLen = Target.getPointerWidth(LangAS::Default); in createTargetCodeGenInfo()
324 CGM, Target.getPointerWidth(LangAS::Default), ABIFRLen); in createTargetCodeGenInfo()
426 PointerWidthInBits = C.getTargetInfo().getPointerWidth(LangAS::Default); in CodeGenModule()
H A DCGObjCGNU.cpp1006 if ((CGM.getTarget().getPointerWidth(LangAS::Default) == 64) && in GenerateConstantString()
H A DCGCall.cpp4912 getContext().getTargetInfo().getPointerWidth(LangAS::Default) && in getVarArgType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp255 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in isNearlyEmpty()
H A DMangle.cpp246 uint64_t DefaultPtrWidth = TI.getPointerWidth(LangAS::Default); in mangleName()
H A DMicrosoftMangle.cpp349 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
356 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
363 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
955 getASTContext().getTargetInfo().getPointerWidth(LangAS::Default)); in mangleVirtualMemPtrThunk()
H A DRecordLayoutBuilder.cpp1058 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in LayoutNonVirtualBases()
2788 Context.getTargetInfo().getPointerWidth(LangAS::Default)) in initializeLayout()
2814 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in initializeCXXLayout()
H A DASTContext.cpp1960 Context.getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getConstantArrayInfoInChars()
2107 getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getTypeInfoImpl()
2323 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2329 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2344 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2408 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2414 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2419 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2427 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2432 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
[all …]
H A DVTableBuilder.cpp679 : Context.getTargetInfo().getPointerWidth(LangAS::Default)); in getCurrentOffsetOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp375 unsigned PtrWidth = getTarget().getPointerWidth(LangAS::Default); in EmitVAArg()
H A DAArch64.cpp486 (unsigned)getTarget().getPointerWidth(LangAS::Default)); in classifyArgumentType()
1126 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitDarwinVAArg()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1922 if (S.getASTContext().getTargetInfo().getPointerWidth(LangAS::Default) != in CheckPointerToIntegralCast()

12