Home
last modified time | relevance | path

Searched refs:getPointerSizeInBits (Results 1 – 25 of 68) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp58 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 DWebAssemblyMachineFunctionInfo.cpp73 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
95 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp470 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 DDataLayout.h412 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 DX86CallLowering.cpp94 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 DX86LegalizerInfo.cpp106 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 DLowLevelType.cpp31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
H A DAnalysis.cpp309 DL.getPointerSizeInBits() == in getNoopInput()
317 DL.getPointerSizeInBits() == in getNoopInput()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h187 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 DLoopGenerators.h135 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/GISel/
H A DPPCCallLowering.cpp115 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp552 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
563 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
H A DNaryReassociate.cpp355 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace()); in requiresSignExtension()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslExprBuilder.cpp509 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 DDataLayout.cpp725 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 DIRDynamicChecks.cpp289 data_layout.getPointerSizeInBits()); in GetIntptrTy()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLowLevelTypeTest.cpp256 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1014 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 DExternalFunctions.cpp384 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp264 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
823 Copy.begin()->first->getParent()->getDataLayout().getPointerSizeInBits(); in createGlobalStackSafetyInfo()
H A DCFLGraph.h325 APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()), in visitGEP()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp173 return options.dataLayout.getPointerSizeInBits(addressSpace); in getPointerBitwidth()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp874 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 DIRInterpreter.cpp243 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 DMemProfiler.cpp168 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()

123