Home
last modified time | relevance | path

Searched refs:getMaxPointerWidth (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DPatternInit.cpp25 CGM.getContext().getTargetInfo().getMaxPointerWidth() < 64 in initializationPatternFor()
H A DCodeGenModule.cpp132 C.toCharUnitsFromBits(C.getTargetInfo().getMaxPointerWidth()).getQuantity(); in CodeGenModule()
139 C.getTargetInfo().getMaxPointerWidth()); in CodeGenModule()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.cpp407 if (getMaxPointerWidth() == 64) { in AMDGPUTargetInfo()
H A DAMDGPU.h113 uint64_t getMaxPointerWidth() const override { in getMaxPointerWidth() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp426 unsigned MaxPointerWidth = getMaxPointerWidth(); in adjust()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h451 virtual uint64_t getMaxPointerWidth() const { in getMaxPointerWidth() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp4580 return CXXUnit->getASTContext().getTargetInfo().getMaxPointerWidth(); in clang_TargetInfo_getPointerWidth()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3556 ArySize = ArySize.zextOrTrunc(Target->getMaxPointerWidth()); in getConstantArrayType()