/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 326 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/ |
D | DataLayout.h | 360 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/ |
D | TargetMachine.h | 145 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function 146 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMELFWriterInfo.cpp | 29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in ARMELFWriterInfo()
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 24 DL.getPointerSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeELFWriterInfo.cpp | 29 : TargetELFWriterInfo(TM.getTargetData()->getPointerSizeInBits() == 64, in MBlazeELFWriterInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 111 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()
|
D | X86LegalizerInfo.cpp | 90 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/ |
D | WebAssemblyMachineFunctionInfo.cpp | 57 MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits())); in ComputeSignatureVTs()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 402 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/ |
D | InlineCost.cpp | 308 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/ |
D | LowLevelTypeTest.cpp | 112 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 197 unsigned getPointerSizeInBits() const { return 8*PointerMemSize; } in getPointerSizeInBits() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 405 return getPointerSizeInBits(); in getTypeSizeInBits() 528 return IntegerType::get(C, getPointerSizeInBits()); in getIntPtrType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 32 return LLT::pointer(AS, TM.getPointerSizeInBits(AS)); in AMDGPULegalizerInfo()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 260 DL.getPointerSizeInBits() == in getNoopInput() 268 DL.getPointerSizeInBits() == in getNoopInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 542 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP() 553 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 259 DL.getPointerSizeInBits() == in getNoopInput() 267 DL.getPointerSizeInBits() == in getNoopInput()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 508 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP() 519 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
|
D | LoadCombine.cpp | 100 unsigned BitWidth = DL.getPointerSizeInBits(LI.getPointerAddressSpace()); in getPointerOffsetPair()
|
D | NaryReassociate.cpp | 330 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace()); in requiresSignExtension()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 157 MVT::getIntegerVT(M.getDataLayout().getPointerSizeInBits())); in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1308 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/ |
D | ConstantFolding.cpp | 846 if (TD->getPointerSizeInBits() < InWidth) { in ConstantFoldInstOperands() 849 TD->getPointerSizeInBits())); in ConstantFoldInstOperands() 863 TD->getPointerSizeInBits() <= CE->getType()->getScalarSizeInBits() && in ConstantFoldInstOperands()
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 77 APInt APOffset(DL.getPointerSizeInBits(0), 0); in containsValue() 463 ConstantInt::get(IntPtrTy, DL.getPointerSizeInBits(0) - BSI.AlignLog2)); in lowerBitSetCall()
|