Home
last modified time | relevance | path

Searched refs:getIndexSizeInBits (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp37 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
DDataLayout.cpp691 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
/external/llvm-project/llvm/lib/IR/
DOperator.cpp65 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
DDataLayout.cpp728 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h416 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h402 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp967 DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()); in computePolynomialFromPointer()
1033 Polynomial(DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()), 0); in computePolynomialFromPointer()
/external/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp967 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/
DGISelKnownBits.cpp353 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
/external/llvm-project/clang/lib/CodeGen/
DCGBuilder.h260 DL.getIndexSizeInBits(Addr.getType()->getPointerAddressSpace()), 0,
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp406 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1217 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/
DBasicTTIImpl.h347 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/
DSROA.cpp2959 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()
DSeparateConstOffsetFromGEP.cpp1301 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
DLoopIdiomRecognize.cpp1025 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); in processLoopStoreOfLoopLoad()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp2986 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()
DSeparateConstOffsetFromGEP.cpp1358 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
DLoopIdiomRecognize.cpp1089 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); in processLoopStoreOfLoopLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1191 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess()
1206 IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess()
DInlineCost.cpp1830 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h332 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters()
346 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1446 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/
DInstructionCombining.cpp1963 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst()
2286 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2131 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst()
2457 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()

12