Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/IR/
DDataLayout.h326 unsigned getPointerSizeInBits(unsigned AS = 0) const {
514 return getPointerSizeInBits(0); in getTypeSizeInBits()
516 return getPointerSizeInBits(Ty->getPointerAddressSpace()); in getTypeSizeInBits()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMELFWriterInfo.cpp29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in ARMELFWriterInfo()
/external/llvm/lib/IR/
DOperator.cpp24 DL.getPointerSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeELFWriterInfo.cpp29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in MBlazeELFWriterInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp402 bool isPPC64 = TD->getPointerSizeInBits() == 64; in doFinalization()
483 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in EmitFunctionStubs()
578 bool isPPC64 = TM.getTargetData()->getPointerSizeInBits() == 64; in doFinalization()
/external/llvm/lib/Analysis/
DInlineCost.cpp308 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in accumulateGEPOffset()
473 if (IntegerSize >= DL.getPointerSizeInBits()) { in visitPtrToInt()
511 if (IntegerSize <= DL.getPointerSizeInBits()) { in visitIntToPtr()
1158 unsigned IntPtrWidth = DL.getPointerSizeInBits(); in stripAndComputeInBoundsConstantOffsets()
1235 unsigned PointerSize = DL.getPointerSizeInBits(); in analyzeCall()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetData.h197 unsigned getPointerSizeInBits() const { return 8*PointerMemSize; } in getPointerSizeInBits() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp405 return getPointerSizeInBits(); in getTypeSizeInBits()
528 return IntegerType::get(C, getPointerSizeInBits()); in getIntPtrType()
/external/llvm/lib/CodeGen/
DAnalysis.cpp260 DL.getPointerSizeInBits() == in getNoopInput()
268 DL.getPointerSizeInBits() == in getNoopInput()
DStackMaps.cpp99 unsigned Size = DL.getPointerSizeInBits(); in parseOperand()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp508 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
519 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
DLoadCombine.cpp100 unsigned BitWidth = DL.getPointerSizeInBits(LI.getPointerAddressSpace()); in getPointerOffsetPair()
DNaryReassociate.cpp330 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace()); in requiresSignExtension()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp157 MVT::getIntegerVT(M.getDataLayout().getPointerSizeInBits())); in EmitEndOfAsmFile()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1308 TD->getPointerSizeInBits()) { in visitIntToPtr()
1314 TD->getPointerSizeInBits()) { in visitIntToPtr()
1383 if (CI.getType()->getScalarSizeInBits() < TD->getPointerSizeInBits()) { in visitPtrToInt()
1388 if (CI.getType()->getScalarSizeInBits() > TD->getPointerSizeInBits()) { in visitPtrToInt()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp846 if (TD->getPointerSizeInBits() < InWidth) { in ConstantFoldInstOperands()
849 TD->getPointerSizeInBits())); in ConstantFoldInstOperands()
863 TD->getPointerSizeInBits() <= CE->getType()->getScalarSizeInBits() && in ConstantFoldInstOperands()
DBasicAliasAnalysis.cpp343 if (TD->getPointerSizeInBits() > Width) in DecomposeGEPExpression()
372 if (unsigned ShiftBits = 64-TD->getPointerSizeInBits()) { in DecomposeGEPExpression()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp77 APInt APOffset(DL.getPointerSizeInBits(0), 0); in containsValue()
463 ConstantInt::get(IntPtrTy, DL.getPointerSizeInBits(0) - BSI.AlignLog2)); in lowerBitSetCall()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1447 unsigned IndexSize = DL.getPointerSizeInBits(); in getGSVectorCost()
1474 DL.getPointerSizeInBits(); in getGSVectorCost()
1573 DL.getPointerSizeInBits() : ScalarTy->getPrimitiveSizeInBits(); in isLegalMaskedLoad()
1598 DL.getPointerSizeInBits() : ScalarTy->getPrimitiveSizeInBits(); in isLegalMaskedGather()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp381 TheInterpreter->getTargetData()->getPointerSizeInBits() == 64 && in lle_X_sprintf()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp371 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 && in lle_X_sprintf()
/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp311 Type * sizeTy = Type::getIntNTy(*Ctx, M->getDataLayout().getPointerSizeInBits(0)); in visitCallSPRIVImageQuerySize()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp387 unsigned PtrSize = TD->getPointerSizeInBits()/8; in EmitGlobalVariable()
1461 if (TD.getPointerSizeInBits() != 64) { in LowerConstant()
1462 int SExtAmount = 64-TD.getPointerSizeInBits(); in LowerConstant()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp637 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue()
643 uint32_t PtrWidth = TD->getPointerSizeInBits(); in getConstantValue()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp213 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in runOnModule()

123