| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | DataLayout.h | 271 unsigned getPointerSizeInBits(unsigned AS = 0) const { 463 return getPointerSizeInBits(0); in getTypeSizeInBits() 465 return getPointerSizeInBits(Ty->getPointerAddressSpace()); in getTypeSizeInBits()
|
| D | Operator.h | 446 DL.getPointerSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/ |
| D | InlineCost.cpp | 262 unsigned IntPtrWidth = TD->getPointerSizeInBits(); in accumulateGEPOffset() 415 if (TD && IntegerSize >= TD->getPointerSizeInBits()) { in visitPtrToInt() 452 if (TD && IntegerSize <= TD->getPointerSizeInBits()) { in visitIntToPtr() 927 unsigned IntPtrWidth = TD->getPointerSizeInBits(); in stripAndComputeInBoundsConstantOffsets() 991 unsigned PointerSize = TD->getPointerSizeInBits(); in analyzeCall()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCAsmPrinter.cpp | 766 bool isPPC64 = TD->getPointerSizeInBits() == 64; in doFinalization() 899 bool isPPC64 = TM.getDataLayout()->getPointerSizeInBits() == 64; in EmitFunctionStubs() 1035 bool isPPC64 = TM.getDataLayout()->getPointerSizeInBits() == 64; in doFinalization()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | TargetLoweringBase.cpp | 798 return MVT::getIntegerVT(getPointerSizeInBits(AS)); in getPointerTy() 801 unsigned TargetLoweringBase::getPointerSizeInBits(uint32_t AS) const { in getPointerSizeInBits() function in TargetLoweringBase 802 return TD->getPointerSizeInBits(AS); in getPointerSizeInBits() 807 return getPointerSizeInBits(Ty->getPointerAddressSpace()); in getPointerTypeSizeInBits()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | IRDynamicChecks.cpp | 335 … m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), data_layout.getPointerSizeInBits()); in GetIntptrTy()
|
| D | IRInterpreter.cpp | 278 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
|
| D | IRForTarget.cpp | 2592 …m_intptr_ty = llvm::Type::getIntNTy(m_module->getContext(), m_target_data->getPointerSizeInBits()); in runOnModule()
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | BasicAliasAnalysis.cpp | 367 if (TD->getPointerSizeInBits(AS) > Width) in DecomposeGEPExpression() 395 if (unsigned ShiftBits = 64 - TD->getPointerSizeInBits(AS)) { in DecomposeGEPExpression()
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/ |
| D | ExternalFunctions.cpp | 379 TheInterpreter->getDataLayout()->getPointerSizeInBits() == 64 && in lle_X_sprintf()
|
| D | Execution.cpp | 1478 uint32_t PtrSize = TD.getPointerSizeInBits(); in executeIntToPtrInst()
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | Value.cpp | 402 assert(Offset.getBitWidth() == DL.getPointerSizeInBits(cast<PointerType>( in stripAndAccumulateInBoundsConstantOffsets()
|
| D | DataLayout.cpp | 612 return IntegerType::get(C, getPointerSizeInBits(AddressSpace)); in getIntPtrType()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 1363 TD->getPointerSizeInBits(AS)) { in visitIntToPtr() 1403 unsigned OffsetBits = TD->getPointerSizeInBits(AS); in commonPointerCastTransforms() 1445 if (Ty->getScalarSizeInBits() == TD->getPointerSizeInBits(AS)) in visitPtrToInt()
|
| D | InstructionCombining.cpp | 1196 TD->getPointerSizeInBits(AS)) { in visitGetElementPtrInst()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | AddressSanitizer.cpp | 935 int LongSize = TD->getPointerSizeInBits(); in runOnModule() 1130 LongSize = TD->getPointerSizeInBits(); in doInitialization()
|
| D | MemorySanitizer.cpp | 407 unsigned PtrSize = TD->getPointerSizeInBits(/* AddressSpace */0); in doInitialization()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | MergeFunctions.cpp | 365 unsigned BitWidth = TD ? TD->getPointerSizeInBits(AS) : 1; in isEquivalentGEP()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 1229 Indices.push_back(IRB.getInt(APInt(DL.getPointerSizeInBits(0), 0))); in getNaturalGEPWithType() 2027 return getAdjustedPtr(IRB, DL, &NewAI, APInt(DL.getPointerSizeInBits(), in getAdjustedAllocaPtr() 2432 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in visitMemTransferInst()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 725 unsigned Size = TM.getDataLayout()->getPointerSizeInBits(); in stackmapOperandParser()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 156 unsigned getPointerSizeInBits(uint32_t AS = 0) const;
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngine.cpp | 593 APInt Offset(TD->getPointerSizeInBits(), 0); in getConstantValue()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.cpp | 159 APInt OffsetAI(TD.getPointerSizeInBits(), 0); in LowerConstant()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 1185 unsigned PtrBitWidth = DL->getPointerSizeInBits(ASA); in isConsecutiveAccess()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 2214 = getDataLayout()->getPointerSizeInBits(PT->getAddressSpace()); in ParseConstraints()
|