Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp72 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
94 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp471 return IRB.getIntNTy(M->getDataLayout().getPointerSizeInBits()); in getAddrIntType()
486 return IRB.getIntN(M->getDataLayout().getPointerSizeInBits(), C); in getAddrSizeInt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp80 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress()
81 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress()
177 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h410 unsigned getPointerSizeInBits(unsigned AS = 0) const {
676 return TypeSize::getFixed(getPointerSizeInBits(0)); in getTypeSizeInBits()
679 getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp95 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress()
96 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress()
200 .buildFrameIndex(LLT::pointer(0, DL.getPointerSizeInBits(0)), FI) in getStackAddress()
H A DX86LegalizerInfo.cpp43 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in X86LegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
H A DAnalysis.cpp358 DL.getPointerSizeInBits() == in getNoopInput()
366 DL.getPointerSizeInBits() == in getNoopInput()
H A DStackMaps.cpp219 unsigned Size = DL.getPointerSizeInBits(); in parseOperand()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp47 CGM.getDataLayout().getPointerSizeInBits(PtrTy->getAddressSpace()); in initializationPatternFor()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h195 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function
196 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.cpp62 PointerSize(TM.getPointerSizeInBits(/* AS= */ 0)), SPIRVVersion(0), in SPIRVSubtarget()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCCallLowering.cpp178 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp767 return getPointerSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getPointerTypeSizeInBits()
880 return IntegerType::get(C, getPointerSizeInBits(AddressSpace)); in getIntPtrType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp286 data_layout.getPointerSizeInBits()); in GetIntptrTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp402 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1083 if (DL.getPointerSizeInBits(OldAS) != 64 || in rewriteIntrinsicWithAddressSpace()
1084 DL.getPointerSizeInBits(NewAS) != 32) in rewriteIntrinsicWithAddressSpace()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp264 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
833 Copy.begin()->first->getParent()->getDataLayout().getPointerSizeInBits(); in createGlobalStackSafetyInfo()
H A DInlineCost.cpp1508 APInt ZeroOffset = APInt::getZero(DL.getPointerSizeInBits(0)); in visitPHI()
1724 if (IntegerSize == DL.getPointerSizeInBits(AS)) { in visitPtrToInt()
2901 unsigned PointerSize = DL.getPointerSizeInBits(AS); in getCallsiteCost()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp269 value = APInt(m_target_data.getPointerSizeInBits(), addr); in ResolveConstantValue()
331 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp941 LLT::pointer(AS, DL.getPointerSizeInBits(AS))); in insertSRetIncomingArgument()
964 LLT FramePtrTy = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in insertSRetOutgoingArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp183 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()
H A DAddressSanitizer.cpp670 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()
826 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer()
2627 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp908 CurDAG->getDataLayout().getPointerSizeInBits(LD->getAddressSpace()); in tryLoad()
1040 CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace()); in tryLoadVector()
1686 CurDAG->getDataLayout().getPointerSizeInBits(ST->getAddressSpace()); in tryStore()
1833 CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace()); in tryStoreVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1072 bool PointerHasExtraData = DL->getPointerSizeInBits(AddrSpace) != in splitGEP()

123