Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DPatternInit.cpp25 CGM.getContext().getTargetInfo().getMaxPointerWidth() < 64 in initializationPatternFor()
H A DCodeGenModule.cpp127 C.toCharUnitsFromBits(C.getTargetInfo().getMaxPointerWidth()).getQuantity(); in CodeGenModule()
134 C.getTargetInfo().getMaxPointerWidth()); in CodeGenModule()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DAMDGPU.cpp374 if (getMaxPointerWidth() == 64) { in AMDGPUTargetInfo()
H A DAMDGPU.h112 uint64_t getMaxPointerWidth() const override { in getMaxPointerWidth() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp401 unsigned MaxPointerWidth = getMaxPointerWidth(); in adjust()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h433 virtual uint64_t getMaxPointerWidth() const { in getMaxPointerWidth() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4550 return CXXUnit->getASTContext().getTargetInfo().getMaxPointerWidth(); in clang_TargetInfo_getPointerWidth()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3529 ArySize = ArySize.zextOrTrunc(Target->getMaxPointerWidth()); in getConstantArrayType()