| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | DataLayout.h | 392 unsigned getPointerSizeInBits(unsigned AS = 0) const { 628 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits() 630 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetMachine.h | 171 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function 172 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LowLevelType.cpp | 31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
|
| HD | Analysis.cpp | 299 DL.getPointerSizeInBits() == in getNoopInput() 307 DL.getPointerSizeInBits() == in getNoopInput()
|
| HD | StackMaps.cpp | 113 unsigned Size = DL.getPointerSizeInBits(); in parseOperand()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86CallLowering.cpp | 109 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress() 110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() 244 LLT::pointer(0, DL.getPointerSizeInBits(0))); in getStackAddress()
|
| HD | X86LegalizerInfo.cpp | 108 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit() 204 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyMachineFunctionInfo.cpp | 51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | StackSafetyAnalysis.cpp | 191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo() 227 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis() 432 : PointerSize(M.getDataLayout().getPointerSizeInBits()), in StackSafetyDataFlowAnalysis()
|
| HD | InlineCost.cpp | 761 APInt ZeroOffset = APInt::getNullValue(DL.getPointerSizeInBits(0)); in visitPHI() 945 if (IntegerSize >= DL.getPointerSizeInBits(AS)) { in visitPtrToInt() 2081 unsigned PointerSize = DL.getPointerSizeInBits(AS); in getCallsiteCost()
|
| HD | CFLGraph.h | 318 APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()), in visitGEP()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| HD | AMDGPU.cpp | 289 PointerWidth = PointerAlign = DataLayout->getPointerSizeInBits(); in AMDGPUTargetInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | StraightLineStrengthReduce.cpp | 542 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP() 553 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
|
| HD | NaryReassociate.cpp | 327 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace()); in requiresSignExtension()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | DataLayout.cpp | 675 return getPointerSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getPointerTypeSizeInBits() 771 return IntegerType::get(C, getPointerSizeInBits(AddressSpace)); in getIntPtrType()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | IRDynamicChecks.cpp | 291 data_layout.getPointerSizeInBits()); in GetIntptrTy()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| HD | ExternalFunctions.cpp | 382 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | IRInterpreter.cpp | 240 value = APInt(m_target_data.getPointerSizeInBits(), addr); in ResolveConstantValue() 300 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCAsmPrinter.cpp | 1438 bool isPPC64 = DL.getPointerSizeInBits() == 64; in doFinalization() 1678 const unsigned PointerSize = DL.getPointerSizeInBits() == 64 ? 8 : 4; in EmitFunctionDescriptor()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelDAGToDAG.cpp | 869 CurDAG->getDataLayout().getPointerSizeInBits(LD->getAddressSpace()); in tryLoad() 1013 CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace()); in tryLoadVector() 1732 CurDAG->getDataLayout().getPointerSizeInBits(ST->getAddressSpace()); in tryStore() 1889 CurDAG->getDataLayout().getPointerSizeInBits(MemSD->getAddressSpace()); in tryStoreVector()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | FunctionComparator.cpp | 673 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | AddressSanitizer.cpp | 593 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer() 759 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() 2420 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion()
|
| HD | SanitizerCoverage.cpp | 371 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | LowerTypeTests.cpp | 707 APInt APOffset(DL.getPointerSizeInBits(0), 0); in isKnownTypeIdMember() 765 ConstantInt::get(Int8Ty, DL.getPointerSizeInBits(0)), in lowerTypeTestCall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoadStoreVectorizer.cpp | 333 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess()
|