Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DDataLayout.h271 unsigned getPointerSizeInBits(unsigned AS = 0) const {
463 return getPointerSizeInBits(0); in getTypeSizeInBits()
465 return getPointerSizeInBits(Ty->getPointerAddressSpace()); in getTypeSizeInBits()
DOperator.h446 DL.getPointerSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
DInlineCost.cpp262 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/
DPPCAsmPrinter.cpp766 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/
DTargetLoweringBase.cpp798 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/
DIRDynamicChecks.cpp335 … m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), data_layout.getPointerSizeInBits()); in GetIntptrTy()
DIRInterpreter.cpp278 value = APInt(m_target_data.getPointerSizeInBits(), 0); in ResolveConstantValue()
DIRForTarget.cpp2592 …m_intptr_ty = llvm::Type::getIntNTy(m_module->getContext(), m_target_data->getPointerSizeInBits()); in runOnModule()
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp367 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/
DExternalFunctions.cpp379 TheInterpreter->getDataLayout()->getPointerSizeInBits() == 64 && in lle_X_sprintf()
DExecution.cpp1478 uint32_t PtrSize = TD.getPointerSizeInBits(); in executeIntToPtrInst()
/freebsd-10-stable/contrib/llvm/lib/IR/
DValue.cpp402 assert(Offset.getBitWidth() == DL.getPointerSizeInBits(cast<PointerType>( in stripAndAccumulateInBoundsConstantOffsets()
DDataLayout.cpp612 return IntegerType::get(C, getPointerSizeInBits(AddressSpace)); in getIntPtrType()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1363 TD->getPointerSizeInBits(AS)) { in visitIntToPtr()
1403 unsigned OffsetBits = TD->getPointerSizeInBits(AS); in commonPointerCastTransforms()
1445 if (Ty->getScalarSizeInBits() == TD->getPointerSizeInBits(AS)) in visitPtrToInt()
DInstructionCombining.cpp1196 TD->getPointerSizeInBits(AS)) { in visitGetElementPtrInst()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp935 int LongSize = TD->getPointerSizeInBits(); in runOnModule()
1130 LongSize = TD->getPointerSizeInBits(); in doInitialization()
DMemorySanitizer.cpp407 unsigned PtrSize = TD->getPointerSizeInBits(/* AddressSpace */0); in doInitialization()
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp365 unsigned BitWidth = TD ? TD->getPointerSizeInBits(AS) : 1; in isEquivalentGEP()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DSROA.cpp1229 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/
DX86MCInstLower.cpp725 unsigned Size = TM.getDataLayout()->getPointerSizeInBits(); in stackmapOperandParser()
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h156 unsigned getPointerSizeInBits(uint32_t AS = 0) const;
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp593 APInt Offset(TD->getPointerSizeInBits(), 0); in getConstantValue()
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp159 APInt OffsetAI(TD.getPointerSizeInBits(), 0); in LowerConstant()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1185 unsigned PtrBitWidth = DL->getPointerSizeInBits(ASA); in isConsecutiveAccess()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2214 = getDataLayout()->getPointerSizeInBits(PT->getAddressSpace()); in ParseConstraints()

12