/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 54 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs() 76 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
|
/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/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 406 unsigned getPointerSizeInBits(unsigned AS = 0) const { 668 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits() 670 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 392 unsigned getPointerSizeInBits(unsigned AS = 0) const { 628 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits() 630 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 31 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 24 DL.getPointerSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 171 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function 172 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LowLevelType.cpp | 32 return LLT::pointer(AddrSpace, DL.getPointerSizeInBits(AddrSpace)); in getLLTForType()
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetMachine.h | 173 unsigned getPointerSizeInBits(unsigned AS) const { in getPointerSizeInBits() function 174 return DL.getPointerSizeInBits(AS); in getPointerSizeInBits()
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | LoopGenerators.h | 118 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 109 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress() 110 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() 244 LLT::pointer(0, DL.getPointerSizeInBits(0))); in getStackAddress()
|
D | X86LegalizerInfo.cpp | 108 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit() 204 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 108 LLT p0 = LLT::pointer(0, DL.getPointerSizeInBits(0)); in getStackAddress() 109 LLT SType = LLT::scalar(DL.getPointerSizeInBits(0)); in getStackAddress() 242 .buildFrameIndex(LLT::pointer(0, DL.getPointerSizeInBits(0)), FI) in getStackAddress()
|
D | X86LegalizerInfo.cpp | 102 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo32bit() 197 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0)); in setLegalizerInfo64bit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 51 MVT PtrVT = MVT::getIntegerVT(TM.createDataLayout().getPointerSizeInBits()); in computeSignatureVTs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo() 227 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis() 432 : PointerSize(M.getDataLayout().getPointerSizeInBits()), in StackSafetyDataFlowAnalysis()
|
/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/llvm-project/clang/lib/Basic/Targets/ |
D | AMDGPU.cpp | 329 PointerWidth = PointerAlign = DataLayout->getPointerSizeInBits(); in AMDGPUTargetInfo()
|
/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()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 260 DL.getPointerSizeInBits() == in getNoopInput() 268 DL.getPointerSizeInBits() == in getNoopInput()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 542 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP() 553 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 157 MVT::getIntegerVT(M.getDataLayout().getPointerSizeInBits())); in EmitEndOfAsmFile()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | LowLevelTypeTest.cpp | 195 const LLT Ty = LLT::pointer(AS, DL.getPointerSizeInBits(AS)); in TEST()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 555 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP() 566 DL->getPointerSizeInBits(GEP->getAddressSpace())) { in allocateCandidatesAndFindBasisForGEP()
|