| /llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kCallLowering.cpp | 58 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress() 59 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() 157 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 73 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs() 95 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 470 return IRB.getIntNTy(M->getDataLayout().getPointerSizeInBits()); in getAddrIntType() 477 M->getDataLayout().getPointerSizeInBits()); in getAddrPtrType() 485 return IRB.getIntN(M->getDataLayout().getPointerSizeInBits(), C); in getAddrSizeInt()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 412 unsigned getPointerSizeInBits(unsigned AS = 0) const { 677 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits() 679 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 94 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress() 95 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() 184 .buildFrameIndex(LLT::pointer(0, DL.getPointerSizeInBits(0)), FI) in getStackAddress()
|
| H A D | X86LegalizerInfo.cpp | 106 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit() 205 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LowLevelType.cpp | 31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
|
| H A D | Analysis.cpp | 309 DL.getPointerSizeInBits() == in getNoopInput() 317 DL.getPointerSizeInBits() == in getNoopInput()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 187 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function 188 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | LoopGenerators.h | 135 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCCallLowering.cpp | 115 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 552 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP() 563 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
|
| H A D | NaryReassociate.cpp | 355 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace()); in requiresSignExtension()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslExprBuilder.cpp | 509 auto *PtrAsIntTy = Builder.getIntNTy(DL.getPointerSizeInBits()); in createOpICmp() 733 V = Builder.CreatePtrToInt(V, Builder.getIntNTy(DL.getPointerSizeInBits())); in createId()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 725 return getPointerSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getPointerTypeSizeInBits() 844 return IntegerType::get(C, getPointerSizeInBits(AddressSpace)); in getIntPtrType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 289 data_layout.getPointerSizeInBits()); in GetIntptrTy()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | LowLevelTypeTest.cpp | 256 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 1014 if (DL.getPointerSizeInBits(OldAS) != 64 || in rewriteIntrinsicWithAddressSpace() 1015 DL.getPointerSizeInBits(NewAS) != 32) in rewriteIntrinsicWithAddressSpace()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 384 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 264 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis() 823 Copy.begin()->first->getParent()->getDataLayout().getPointerSizeInBits(); in createGlobalStackSafetyInfo()
|
| H A D | CFLGraph.h | 325 APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()), in visitGEP()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | TypeConverter.cpp | 173 return options.dataLayout.getPointerSizeInBits(addressSpace); in getPointerBitwidth()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 874 LLT::pointer(AS, DL.getPointerSizeInBits(AS))); in insertSRetIncomingArgument() 897 LLT FramePtrTy = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in insertSRetOutgoingArgument()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 243 value = APInt(m_target_data.getPointerSizeInBits(), addr); in ResolveConstantValue() 305 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 168 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()
|