| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMachineFunctionInfo.cpp | 72 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs() 94 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 471 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 D | M68kCallLowering.cpp | 80 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 D | DataLayout.h | 410 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 D | X86CallLowering.cpp | 95 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 D | X86LegalizerInfo.cpp | 43 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in X86LegalizerInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowLevelTypeUtils.cpp | 31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
|
| H A D | Analysis.cpp | 358 DL.getPointerSizeInBits() == in getNoopInput() 366 DL.getPointerSizeInBits() == in getNoopInput()
|
| H A D | StackMaps.cpp | 219 unsigned Size = DL.getPointerSizeInBits(); in parseOperand()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 47 CGM.getDataLayout().getPointerSizeInBits(PtrTy->getAddressSpace()); in initializationPatternFor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 195 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 D | SPIRVSubtarget.cpp | 62 PointerSize(TM.getPointerSizeInBits(/* AS= */ 0)), SPIRVVersion(0), in SPIRVSubtarget()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCCallLowering.cpp | 178 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 767 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 D | IRDynamicChecks.cpp | 286 data_layout.getPointerSizeInBits()); in GetIntptrTy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 402 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 1083 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 D | StackSafetyAnalysis.cpp | 264 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis() 833 Copy.begin()->first->getParent()->getDataLayout().getPointerSizeInBits(); in createGlobalStackSafetyInfo()
|
| H A D | InlineCost.cpp | 1508 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 D | IRInterpreter.cpp | 269 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 D | CallLowering.cpp | 941 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 D | MemProfiler.cpp | 183 LongSize = M.getDataLayout().getPointerSizeInBits(); in MemProfiler()
|
| H A D | AddressSanitizer.cpp | 670 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 D | NVPTXISelDAGToDAG.cpp | 908 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 D | SeparateConstOffsetFromGEP.cpp | 1072 bool PointerHasExtraData = DL->getPointerSizeInBits(AddrSpace) != in splitGEP()
|