Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DAMDGPU.cpp256 if (getMaxPointerWidth() == 64) { in AMDGPUTargetInfo()
H A DAMDGPU.h104 uint64_t getMaxPointerWidth() const override { in getMaxPointerWidth() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp362 unsigned MaxPointerWidth = getMaxPointerWidth(); in adjust()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h357 virtual uint64_t getMaxPointerWidth() const { in getMaxPointerWidth() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp115 C.toCharUnitsFromBits(C.getTargetInfo().getMaxPointerWidth()).getQuantity(); in CodeGenModule()
120 C.getTargetInfo().getMaxPointerWidth()); in CodeGenModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3081 ArySize = ArySize.zextOrTrunc(Target->getMaxPointerWidth()); in getConstantArrayType()