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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp24 CGM.getContext().getTargetInfo().getMaxPointerWidth() < 64
H A DCodeGenModule.cpp119 C.toCharUnitsFromBits(C.getTargetInfo().getMaxPointerWidth()).getQuantity();
124 C.getTargetInfo().getMaxPointerWidth());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.h102 uint64_t getMaxPointerWidth() const override {
H A DAMDGPU.cpp290 if (getMaxPointerWidth() == 64) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp367 unsigned MaxPointerWidth = getMaxPointerWidth();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h369 virtual uint64_t getMaxPointerWidth() const { function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3337 ArySize = ArySize.zextOrTrunc(Target->getMaxPointerWidth());

Completed in 387 milliseconds