| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | Mips.cpp | 185 Builder.defineMacro("_MIPS_SZPTR", Twine(getPointerWidth(0))); in getTargetDefines() 232 .Default(getPointerWidth(0)); in getUnwindWordWidth()
|
| H A D | NVPTX.cpp | 112 PointerWidth = HostTarget->getPointerWidth(/* AddrSpace = */ 0); in NVPTXTargetInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Mangle.cpp | 231 llvm::alignTo(ASTContext.getTypeSize(AT), TI.getPointerWidth(0)) / in mangleName() 232 TI.getPointerWidth(0); in mangleName() 233 Out << ((TI.getPointerWidth(0) / 8) * ArgWords); in mangleName()
|
| H A D | ItaniumCXXABI.cpp | 224 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in isNearlyEmpty()
|
| H A D | MicrosoftCXXABI.cpp | 270 unsigned PtrSize = Target.getPointerWidth(0); in getMemberPointerInfo()
|
| H A D | RecordLayoutBuilder.cpp | 1063 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in LayoutNonVirtualBases() 1902 Context.getTargetInfo().getPointerWidth(AS)); in LayoutField() 2709 if (PackedAlignment <= Context.getTargetInfo().getPointerWidth(0)) in initializeLayout() 2735 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in initializeCXXLayout()
|
| H A D | MicrosoftMangle.cpp | 329 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler() 336 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler() 343 PointersAre64Bit(C.getASTContext().getTargetInfo().getPointerWidth(0) == in MicrosoftCXXNameMangler() 762 getASTContext().getTargetInfo().getPointerWidth(0)); in mangleVirtualMemPtrThunk()
|
| H A D | ASTContext.cpp | 1843 Context.getTargetInfo().getPointerWidth(0) == 64) in getConstantArrayInfoInChars() 1952 getTargetInfo().getPointerWidth(0) == 64) in getTypeInfoImpl() 2143 Width = Target->getPointerWidth(0); // C++ 3.9.1p11: sizeof(nullptr_t) in getTypeInfoImpl() 2149 Width = Target->getPointerWidth(0); in getTypeInfoImpl() 2165 Width = Target->getPointerWidth(AS); in getTypeInfoImpl() 2209 Width = Target->getPointerWidth(0); in getTypeInfoImpl() 2214 Width = Target->getPointerWidth(AS); in getTypeInfoImpl() 2222 Width = Target->getPointerWidth(AS); in getTypeInfoImpl() 2227 Width = Target->getPointerWidth(AS); in getTypeInfoImpl() 2374 Width = Target->getPointerWidth(getTargetAddressSpace(LangAS::opencl_global)); in getTypeInfoImpl()
|
| H A D | VTableBuilder.cpp | 673 : Context.getTargetInfo().getPointerWidth(0)); in getCurrentOffsetOffset()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 46 unsigned PtrWidth = CGM.getContext().getTargetInfo().getPointerWidth( in initializationPatternFor()
|
| H A D | SwiftCallingConv.cpp | 657 CGM.getContext().getTargetInfo().getPointerWidth(0)); in getMaximumVoluntaryIntegerSize()
|
| H A D | CGVTables.cpp | 1256 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0)); in EmitVTableTypeMetadata()
|
| H A D | ItaniumCXXABI.cpp | 1042 Context.getTargetInfo().getPointerWidth(0)); in BuildMemberPointer() 1954 VTableIndex * CGM.getContext().getTargetInfo().getPointerWidth(0) / 8); in getVirtualFunctionPointer() 4029 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
|
| H A D | CGBlocks.cpp | 460 CharUnits::fromQuantity(CGM.getTarget().getPointerWidth(GenericAS) / 8); in initializeForBlockHeader() 802 CGM.getTarget().getPointerWidth( in EmitBlockLiteral()
|
| H A D | MicrosoftCXXABI.cpp | 455 return CGM.getTarget().getPointerWidth(/*AddrSpace=*/0) == 64; in isImageRelative() 1675 getContext().getTargetInfo().getPointerWidth(0)) in emitVTableTypeMetadata() 1948 ML.Index * CGM.getContext().getTargetInfo().getPointerWidth(0) / 8); in getVirtualFunctionPointer()
|
| H A D | CGDebugInfo.cpp | 1135 uint64_t Size = CGM.getTarget().getPointerWidth(AddressSpace); in CreatePointerLikeType() 1627 uint64_t Size = CGM.getTarget().getPointerWidth(AS); in getOrCreateInstanceMethodType() 4314 CGM.getTarget().getPointerWidth(0)); in EmitDeclare()
|
| H A D | TargetInfo.cpp | 137 auto ptrWidth = cgt.getTarget().getPointerWidth(0); in occupiesMoreThan() 5721 (unsigned)getTarget().getPointerWidth(0)); in classifyArgumentType() 6126 uint64_t PointerSize = getTarget().getPointerWidth(0) / 8; in EmitDarwinVAArg() 8037 unsigned PtrWidth = getTarget().getPointerWidth(0); in EmitVAArg() 11119 unsigned XLen = getTarget().getPointerWidth(0); in getTargetCodeGenInfo()
|
| H A D | CGExprAgg.cpp | 1919 CGF.getTarget().getPointerWidth(0)); in GetNumNonZeroBytesInInit()
|
| H A D | CGObjCMac.cpp | 2470 == CGM.getTarget().getPointerWidth(0)); in visitBlock() 2763 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in getBitmapBlockLayout() 2949 unsigned WordSizeInBits = CGM.getTarget().getPointerWidth(0); in fillRunSkipBlockVars()
|
| H A D | CGObjCGNU.cpp | 985 if ((CGM.getTarget().getPointerWidth(0) == 64) && in GenerateConstantString()
|
| H A D | CGCall.cpp | 4342 getContext().getTargetInfo().getPointerWidth(0) && in getVarArgType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 852 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros() 858 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros() 889 DefineTypeSizeof("__SIZEOF_POINTER__", TI.getPointerWidth(0), TI, Builder); in InitializePredefinedMacros() 942 Twine((int)TI.getPointerWidth(0))); in InitializePredefinedMacros() 1056 getLockFreeValue(TI.getPointerWidth(0), in InitializePredefinedMacros()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1217 unsigned getPointerWidth() { in getPointerWidth() function in __anon301d74170111::X86AsmParser 1583 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemSIOperand() 1592 return X86Operand::CreateMem(getPointerWidth(), /*SegReg=*/0, Disp, in DefaultMemDIOperand() 1735 Size = getPointerWidth(); in CreateMemForMSInlineAsm() 1741 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), Disp, Start, in CreateMemForMSInlineAsm() 1762 X86Operand::CreateMem(getPointerWidth(), Disp, Start, End)); in CreateMemForMSInlineAsm() 1770 getPointerWidth(), SegReg, Disp, BaseReg, IndexReg, Scale, Start, End, in CreateMemForMSInlineAsm() 2600 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), RegNo, Disp, in ParseIntelOperand() 2608 Operands.push_back(X86Operand::CreateMem(getPointerWidth(), RegNo, Disp, in ParseIntelOperand() 2613 X86Operand::CreateMem(getPointerWidth(), Disp, Start, End, Size)); in ParseIntelOperand() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 416 uint64_t getPointerWidth(unsigned AddrSpace) const { in getPointerWidth() function 579 return (getPointerWidth(0) >= 64) || getTargetOpts().ForceEnableInt128; in hasInt128Type() 746 virtual unsigned getUnwindWordWidth() const { return getPointerWidth(0); } in getUnwindWordWidth()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCContainersASTChecker.cpp | 75 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {} in WalkAST()
|