/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Operator.cpp | 37 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
D | DataLayout.cpp | 691 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
|
/external/llvm-project/llvm/lib/IR/ |
D | Operator.cpp | 65 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
D | DataLayout.cpp | 728 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 416 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 402 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 967 DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()); in computePolynomialFromPointer() 1033 Polynomial(DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()), 0); in computePolynomialFromPointer()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 967 DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()); in computePolynomialFromPointer() 1033 Polynomial(DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()), 0); in computePolynomialFromPointer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 353 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuilder.h | 260 DL.getIndexSizeInBits(Addr.getType()->getPointerAddressSpace()), 0,
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 406 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1217 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess() 1232 IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 347 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters() 361 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2959 unsigned OffsetWidth = DL.getIndexSizeInBits(OtherAS); in visitMemTransferInst() 3865 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 3923 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4008 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4020 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores()
|
D | SeparateConstOffsetFromGEP.cpp | 1301 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
|
D | LoopIdiomRecognize.cpp | 1025 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); in processLoopStoreOfLoopLoad()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2986 unsigned OffsetWidth = DL.getIndexSizeInBits(OtherAS); in visitMemTransferInst() 4018 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4076 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4161 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4173 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores()
|
D | SeparateConstOffsetFromGEP.cpp | 1358 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
|
D | LoopIdiomRecognize.cpp | 1089 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); in processLoopStoreOfLoopLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1191 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess() 1206 IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess()
|
D | InlineCost.cpp | 1830 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 332 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters() 346 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1446 auto getIndexSizeInBits = [](Value *Ptr, const DataLayout& DL) { in getGSVectorCost() local 1473 unsigned IndexSize = (VF >= 16) ? getIndexSizeInBits(Ptr, DL) : in getGSVectorCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1963 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst() 2286 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2131 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst() 2457 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
|