Home
last modified time | relevance | path

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

1234

/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-7.0/llvm/include/llvm/IR/
DDataLayout.h360 unsigned getPointerSizeInBits(unsigned AS = 0) const {
564 return getPointerSizeInBits(0); in getTypeSizeInBits()
566 return getPointerSizeInBits(Ty->getPointerAddressSpace()); in getTypeSizeInBits()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h145 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function
146 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
/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-7.0/llvm/lib/Target/X86/
DX86CallLowering.cpp111 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress()
112 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress()
234 LLT::pointer(0, DL.getPointerSizeInBits(0))); in getStackAddress()
DX86LegalizerInfo.cpp90 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit()
178 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp57 MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits())); in ComputeSignatureVTs()
/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-7.0/llvm/unittests/CodeGen/
DLowLevelTypeTest.cpp112 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp32 return LLT::pointer(AS, TM.getPointerSizeInBits(AS)); in AMDGPULegalizerInfo()
/external/llvm/lib/CodeGen/
DAnalysis.cpp260 DL.getPointerSizeInBits() == in getNoopInput()
268 DL.getPointerSizeInBits() == in getNoopInput()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp542 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
553 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp259 DL.getPointerSizeInBits() == in getNoopInput()
267 DL.getPointerSizeInBits() == in getNoopInput()
/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()
/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()

1234