reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  551         SizeInBits = MF->getDataLayout().getPointerSizeInBits(AddrSpace);
include/llvm/CodeGen/TargetLowering.h
  245     return MVT::getIntegerVT(DL.getPointerSizeInBits(AS));
  252     return MVT::getIntegerVT(DL.getPointerSizeInBits(AS));
include/llvm/IR/DataLayout.h
  628     return TypeSize::Fixed(getPointerSizeInBits(0));
  630     return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace()));
include/llvm/Target/TargetMachine.h
  172     return DL.getPointerSizeInBits(AS);
lib/Analysis/BasicAliasAnalysis.cpp
  536     unsigned PointerSize = DL.getPointerSizeInBits(AS);
lib/Analysis/CFLGraph.h
  318       APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()),
lib/Analysis/InlineCost.cpp
  475   APInt ZeroOffset = APInt::getNullValue(DL.getPointerSizeInBits(0));
  666   if (IntegerSize >= DL.getPointerSizeInBits(AS)) {
 1979       unsigned PointerSize = DL.getPointerSizeInBits(AS);
lib/Analysis/StackSafetyAnalysis.cpp
  189   unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits();
  225         PointerSize(DL.getPointerSizeInBits()),
  430     : PointerSize(M.getDataLayout().getPointerSizeInBits()),
lib/Analysis/ValueTracking.cpp
 3245       auto PS = DL.getPointerSizeInBits(
lib/CodeGen/Analysis.cpp
  299           DL.getPointerSizeInBits() ==
  307           DL.getPointerSizeInBits() ==
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  472   return MMI->getModule()->getDataLayout().getPointerSizeInBits() / 8;
lib/CodeGen/AsmPrinter/WinException.cpp
   43   useImageRel32 = (A->getDataLayout().getPointerSizeInBits() == 64);
lib/CodeGen/CodeGenPrepare.cpp
 4054     auto PtrTy = MVT::getIntegerVT(DL.getPointerSizeInBits(AS));
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1181       MF->getMachineMemOperand(MPInfo, Flags, DL->getPointerSizeInBits() / 8,
lib/CodeGen/MIRParser/MIParser.cpp
 1540     Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS));
 1580     Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS));
lib/CodeGen/MachineOperand.cpp
  982       BasePtr, Align::None(), APInt(DL.getPointerSizeInBits(), Offset + Size),
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4263         unsigned PtrSize = DL.getPointerSizeInBits(PT->getAddressSpace());
lib/CodeGen/StackMaps.cpp
  113       unsigned Size = DL.getPointerSizeInBits();
lib/CodeGen/TargetLoweringBase.cpp
  794   return MVT::getIntegerVT(DL.getPointerSizeInBits(0));
lib/ExecutionEngine/ExecutionEngine.cpp
  649       APInt Offset(DL.getPointerSizeInBits(), 0);
lib/ExecutionEngine/Interpreter/Execution.cpp
 1532   uint32_t PtrSize = getDataLayout().getPointerSizeInBits();
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
  382               TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 &&
lib/IR/DataLayout.cpp
  675   return getPointerSizeInBits(cast<PointerType>(Ty)->getAddressSpace());
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  868       CurDAG->getDataLayout().getPointerSizeInBits(LD->getAddressSpace());
 1012       CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace());
 1731       CurDAG->getDataLayout().getPointerSizeInBits(ST->getAddressSpace());
 1888       CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace());
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1434   bool isPPC64 = DL.getPointerSizeInBits() == 64;
 1654   bool isPPC64 = getDataLayout().getPointerSizeInBits() == 64;
 1789   const unsigned PointerSize = DL.getPointerSizeInBits() == 64 ? 8 : 4;
lib/Target/RISCV/RISCVISelLowering.cpp
 1748   EVT PtrVT = MVT::getIntegerVT(DAG.getDataLayout().getPointerSizeInBits(0));
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
   51   MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits());
lib/Target/X86/X86CallLowering.cpp
  109     LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0));
  110     LLT SType = LLT::scalar(DL.getPointerSizeInBits(0));
  244         LLT::pointer(0, DL.getPointerSizeInBits(0)));
lib/Target/X86/X86TargetTransformInfo.cpp
 3120     unsigned IndexSize = DL.getPointerSizeInBits();
 3148                            : DL.getPointerSizeInBits();
lib/Transforms/IPO/LowerTypeTests.cpp
  706     APInt APOffset(DL.getPointerSizeInBits(0), 0);
  764                          ConstantInt::get(Int8Ty, DL.getPointerSizeInBits(0)),
lib/Transforms/InstCombine/InstCombineCasts.cpp
 1763       DL.getPointerSizeInBits(AS)) {
lib/Transforms/InstCombine/InstCombinePHI.cpp
  126   if (DL.getPointerSizeInBits(IntToPtr->getAddressSpace()) !=
lib/Transforms/Instrumentation/AddressSanitizer.cpp
  592     LongSize = M.getDataLayout().getPointerSizeInBits();
  758     int LongSize = M.getDataLayout().getPointerSizeInBits();
 2417   int LongSize = M.getDataLayout().getPointerSizeInBits();
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  370   IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits());
lib/Transforms/Scalar/NaryReassociate.cpp
  326       DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace());
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  541         DL->getPointerSizeInBits(GEP->getAddressSpace())) {
  552             DL->getPointerSizeInBits(GEP->getAddressSpace())) {
lib/Transforms/Utils/FunctionComparator.cpp
  673   unsigned BitWidth = DL.getPointerSizeInBits(ASL);
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  332   unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA);
tools/clang/lib/Basic/Targets/AMDGPU.cpp
  282   PointerWidth = PointerAlign = DataLayout->getPointerSizeInBits();
tools/clang/lib/CodeGen/CGClass.cpp
  770   unsigned PtrSize = CGM.getDataLayout().getPointerSizeInBits();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 4132         CGM.getContext().toCharUnitsFromBits(target.getPointerSizeInBits(0));
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2163       CGM.getDataLayout().getPointerSizeInBits() == 32 ? Int32Ty : Int64Ty;
 3187   int ptrBits = CGM.getDataLayout().getPointerSizeInBits();
tools/lldb/source/Expression/IRInterpreter.cpp
  240         value = APInt(m_target_data.getPointerSizeInBits(), addr);
  300         value = APInt(m_target_data.getPointerSizeInBits(), 0);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  291                                           data_layout.getPointerSizeInBits());
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1850                                       m_target_data->getPointerSizeInBits());
tools/polly/include/polly/CodeGen/LoopGenerators.h
  118             Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())),
tools/polly/lib/CodeGen/IslExprBuilder.cpp
  504   auto *PtrAsIntTy = Builder.getIntNTy(DL.getPointerSizeInBits());
  728     V = Builder.CreatePtrToInt(V, Builder.getIntNTy(DL.getPointerSizeInBits()));
unittests/CodeGen/LowLevelTypeTest.cpp
  172       const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS));
unittests/IR/IRBuilderTest.cpp
  371   unsigned IntPtrBitSize =  DL->getPointerSizeInBits(0);