Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMELFWriterInfo.cpp29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in ARMELFWriterInfo()
/external/llvm/lib/Analysis/
DInlineCost.cpp241 unsigned IntPtrWidth = TD->getPointerSizeInBits(); in accumulateGEPOffset()
382 if (TD && IntegerSize >= TD->getPointerSizeInBits()) { in visitPtrToInt()
404 IntegerSize >= TD->getPointerSizeInBits(); in visitPtrToInt()
419 if (TD && IntegerSize <= TD->getPointerSizeInBits()) { in visitIntToPtr()
434 IntegerSize <= TD->getPointerSizeInBits(); in visitIntToPtr()
772 unsigned IntPtrWidth = TD->getPointerSizeInBits(); in stripAndComputeInBoundsConstantOffsets()
DConstantFolding.cpp878 if (TD->getPointerSizeInBits() < InWidth) { in ConstantFoldInstOperands()
881 TD->getPointerSizeInBits())); in ConstantFoldInstOperands()
895 TD->getPointerSizeInBits() <= CE->getType()->getScalarSizeInBits() && in ConstantFoldInstOperands()
DBasicAliasAnalysis.cpp344 if (TD->getPointerSizeInBits() > Width) in DecomposeGEPExpression()
373 if (unsigned ShiftBits = 64-TD->getPointerSizeInBits()) { in DecomposeGEPExpression()
DValueTracking.cpp43 return TD ? TD->getPointerSizeInBits() : 0; in getBitWidth()
1615 unsigned PtrSize = TD.getPointerSizeInBits(); in GetPointerBaseWithConstantOffset()
DInstructionSimplify.cpp669 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in accumulateGEPOffset()
704 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in stripAndComputeConstantOffsets()
1874 Q.TD->getPointerSizeInBits() == DstTy->getPrimitiveSizeInBits()) { in SimplifyICmpInst()
/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in MBlazeELFWriterInfo()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp422 bool isPPC64 = TD->getPointerSizeInBits() == 64; in doFinalization()
507 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in EmitFunctionStubs()
602 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in doFinalization()
/external/llvm/include/llvm/Target/
DTargetData.h205 unsigned getPointerSizeInBits() const { return 8*PointerMemSize; } in getPointerSizeInBits() function
/external/llvm/lib/Target/
DTargetData.cpp470 return getPointerSizeInBits(); in getTypeSizeInBits()
593 return IntegerType::get(C, getPointerSizeInBits()); in getIntPtrType()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1303 TD->getPointerSizeInBits()) { in visitIntToPtr()
1309 TD->getPointerSizeInBits()) { in visitIntToPtr()
1378 if (CI.getType()->getScalarSizeInBits() < TD->getPointerSizeInBits()) { in visitPtrToInt()
1383 if (CI.getType()->getScalarSizeInBits() > TD->getPointerSizeInBits()) { in visitPtrToInt()
DInstCombineAddSub.cpp423 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in EmitGEPOffset()
DInstCombineCompares.cpp371 Idx->getType()->getPrimitiveSizeInBits() > TD->getPointerSizeInBits()) in FoldCmpLoadFromIndexedGlobal()
533 unsigned IntPtrWidth = TD.getPointerSizeInBits(); in EvaluateGEPOffsetExpression()
1554 TD->getPointerSizeInBits() == in visitICmpInstWithCastAndCast()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp379 TheInterpreter->getTargetData()->getPointerSizeInBits() == 64 && in lle_X_sprintf()
DExecution.cpp1028 uint32_t PtrSize = TD.getPointerSizeInBits(); in executeIntToPtrInst()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp646 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue()
652 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp395 unsigned PtrSize = TD->getPointerSizeInBits()/8; in EmitGlobalVariable()
1505 if (TD.getPointerSizeInBits() != 64) { in LowerConstant()
1506 int SExtAmount = 64-TD.getPointerSizeInBits(); in LowerConstant()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp764 unsigned BitWidth = TD ? TD->getPointerSizeInBits() : 64; in getOrEnforceKnownAlignment()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp544 LongSize = TD->getPointerSizeInBits(); in runOnModule()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2364 .toCharUnitsFromBits(target.getPointerSizeInBits()); in EmitDeclareOfBlockDeclRefVariable()