Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp25 CGM.getContext().getTargetInfo().getMaxPointerWidth() < 64 in initializationPatternFor()
H A DCodeGenModule.cpp363 C.toCharUnitsFromBits(C.getTargetInfo().getMaxPointerWidth()).getQuantity(); in CodeGenModule()
370 C.getTargetInfo().getMaxPointerWidth()); in CodeGenModule()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp246 if (getMaxPointerWidth() == 64) { in AMDGPUTargetInfo()
H A DAMDGPU.h114 uint64_t getMaxPointerWidth() const override { in getMaxPointerWidth() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp439 unsigned MaxPointerWidth = getMaxPointerWidth(); in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h482 virtual uint64_t getMaxPointerWidth() const { in getMaxPointerWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3932 ArySize = ArySize.zextOrTrunc(Target->getMaxPointerWidth()); in getConstantArrayType()