Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DMips.cpp185 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(LangAS::Default))); in getTargetDefines()
232 .Default(getPointerWidth(LangAS::Default)); in getUnwindWordWidth()
H A DNVPTX.cpp100 PointerWidth = HostTarget->getPointerWidth(LangAS::Default); in NVPTXTargetInfo()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp75 PtrWidth(ASTC.getTargetInfo().getPointerWidth(LangAS::Default)) {} in WalkAST()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp951 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()
957 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()
1002 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(LangAS::Default), in InitializePredefinedMacros()
1057 Twine((int)TI.getPointerWidth(LangAS::Default))); in InitializePredefinedMacros()
1172 getLockFreeValue(TI.getPointerWidth(LangAS::Default), TI)); in InitializePredefinedMacros()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1234 unsigned getPointerWidth() { in getPointerWidth() function in __anonbe06ec630111::X86AsmParser
1601 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand()
1610 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand()
1753 Size = getPointerWidth(); in CreateMemForMSInlineAsm()
1759 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1779 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm()
1789 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End, in CreateMemForMSInlineAsm()
2667 getPointerWidth(), RegNo, Disp, BaseReg, IndexReg, Scale, Start, End, in parseIntelOperand()
2672 getPointerWidth(), Disp, Start, End, Size, /*SymName=*/StringRef(), in parseIntelOperand()
2959 X86Operand::CreateMem(getPointerWidth(), Disp, StartLoc, EndLoc)); in ParseMemOperand()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h441 uint64_t getPointerWidth(LangAS AddrSpace) const { in getPointerWidth() function
609 return (getPointerWidth(LangAS::Default) >= 64) || in hasInt128Type()
826 return getPointerWidth(LangAS::Default); in getUnwindWordWidth()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumCXXABI.cpp256 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in isNearlyEmpty()
H A DMicrosoftCXXABI.cpp306 unsigned PtrSize = Target.getPointerWidth(LangAS::Default); in getMemberPointerInfo()
H A DMangle.cpp226 uint64_t DefaultPtrWidth = TI.getPointerWidth(LangAS::Default); in mangleName()
H A DMicrosoftMangle.cpp344 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
351 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
358 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth( in MicrosoftCXXNameMangler()
780 getASTContext().getTargetInfo().getPointerWidth(LangAS::Default)); in mangleVirtualMemPtrThunk()
H A DRecordLayoutBuilder.cpp1063 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in LayoutNonVirtualBases()
2767 Context.getTargetInfo().getPointerWidth(LangAS::Default)) in initializeLayout()
2793 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in initializeCXXLayout()
H A DASTContext.cpp1849 Context.getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getConstantArrayInfoInChars()
1995 getTargetInfo().getPointerWidth(LangAS::Default) == 64) in getTypeInfoImpl()
2196 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2202 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2217 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2261 Width = Target->getPointerWidth(LangAS::Default); in getTypeInfoImpl()
2266 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2274 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2279 Width = Target->getPointerWidth(AS); in getTypeInfoImpl()
2435 Width = Target->getPointerWidth(LangAS::opencl_global); in getTypeInfoImpl()
H A DVTableBuilder.cpp675 : Context.getTargetInfo().getPointerWidth(LangAS::Default)); in getCurrentOffsetOffset()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp655 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default)); in getMaximumVoluntaryIntegerSize()
H A DCGBlocks.cpp508 CGM.getTarget().getPointerWidth(LangAS::opencl_generic) / 8); in initializeForBlockHeader()
807 CGM.getTarget().getPointerWidth(GenVoidPtrAddr) / 8); in EmitBlockLiteral()
H A DMicrosoftCXXABI.cpp474 return CGM.getTarget().getPointerWidth(LangAS::Default) == 64; in isImageRelative()
1687 getContext().getTargetInfo().getPointerWidth(LangAS::Default)) in emitVTableTypeMetadata()
1961 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
H A DItaniumCXXABI.cpp1005 Context.getTargetInfo().getPointerWidth(LangAS::Default)); in BuildMemberPointer()
1928 CGM.getContext().getTargetInfo().getPointerWidth(LangAS::Default) / in getVirtualFunctionPointer()
4062 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DTargetInfo.cpp144 auto ptrWidth = cgt.getTarget().getPointerWidth(LangAS::Default); in occupiesMoreThan()
5834 (unsigned)getTarget().getPointerWidth(LangAS::Default)); in classifyArgumentType()
6001 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitAAPCSVAArg()
6259 uint64_t PointerSize = getTarget().getPointerWidth(LangAS::Default) / 8; in EmitDarwinVAArg()
8329 unsigned PtrWidth = getTarget().getPointerWidth(LangAS::Default); in EmitVAArg()
12327 unsigned XLen = getTarget().getPointerWidth(LangAS::Default); in getTargetCodeGenInfo()
12422 Types, getTarget().getPointerWidth(LangAS::Default), ABIFRLen)); in getTargetCodeGenInfo()
H A DCGExprAgg.cpp1965 CGF.getTarget().getPointerWidth(LangAS::Default)); in GetNumNonZeroBytesInInit()
H A DCGObjCMac.cpp2411 CGM.getTarget().getPointerWidth(LangAS::Default)); in visitBlock()
2704 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in getBitmapBlockLayout()
2890 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(LangAS::Default); in fillRunSkipBlockVars()
H A DCGObjCGNU.cpp988 if ((CGM.getTarget().getPointerWidth(LangAS::Default) == 64) && in GenerateConstantString()
H A DCGCall.cpp4479 getContext().getTargetInfo().getPointerWidth(LangAS::Default) && in getVarArgType()
H A DCGDebugInfo.cpp4516 CGM.getTarget().getPointerWidth(LangAS::Default)); in EmitDeclare()
H A DCodeGenModule.cpp127 PointerWidthInBits = C.getTargetInfo().getPointerWidth(LangAS::Default); in CodeGenModule()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp2658 Context.getTargetInfo().getPointerWidth(LangAS::Default)), in FindAllocationFunctions()

12