Searched refs:getIndexSizeInBits (Results 1 – 21 of 21) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Operator.cpp | 65 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset() 150 assert(BitWidth == DL.getIndexSizeInBits(getPointerAddressSpace()) && in collectOffset()
|
| D | DataLayout.cpp | 728 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 968 DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()); in computePolynomialFromPointer() 1034 Polynomial(DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()), 0); in computePolynomialFromPointer()
|
| D | CodeGenPrepare.cpp | 2118 APInt Offset(DL->getIndexSizeInBits( in optimizeCallInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DataLayout.h | 414 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGBuilder.h | 278 DL.getIndexSizeInBits(Addr.getType()->getPointerAddressSpace()), 0,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 2992 unsigned OffsetWidth = DL.getIndexSizeInBits(OtherAS); in visitMemTransferInst() 3407 DL.getIndexSizeInBits(Ptr->getType()->getPointerAddressSpace()), 0); in emitFunc() 3459 DL.getIndexSizeInBits(Ptr->getType()->getPointerAddressSpace()), 0); in emitFunc() 4032 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4090 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4176 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 4190 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores()
|
| D | SeparateConstOffsetFromGEP.cpp | 1358 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
|
| D | LoopIdiomRecognize.cpp | 1213 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); in processLoopStoreOfLoopLoad()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | GISelKnownBits.cpp | 458 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | LoopAccessAnalysis.cpp | 1163 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in getPointersDiff() 1179 IdxWidth = DL.getIndexSizeInBits(ASA); in getPointersDiff()
|
| D | InlineCost.cpp | 2400 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets()
|
| D | InstructionSimplify.cpp | 4401 Q.DL.getIndexSizeInBits(Ops[0]->getType()->getPointerAddressSpace()); in SimplifyGEPInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 389 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters() 403 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
|
| D | TargetLowering.h | 1171 uint64_t BW = DL.getIndexSizeInBits(0u); in rangeFitsInWord()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 2214 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst() 2539 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 1800 unsigned BitWidth = DL.getIndexSizeInBits(GEP->getPointerAddressSpace()); in getSalvageOpsForGEP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.cpp | 4524 auto getIndexSizeInBits = [](const Value *Ptr, const DataLayout &DL) { in getGSVectorCost() local 4551 ? getIndexSizeInBits(Ptr, DL) in getGSVectorCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 3202 DL->getIndexSizeInBits( in buildTree_rec()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 4136 DL.getIndexSizeInBits(V.getType()->getPointerAddressSpace()); in updateImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 3882 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS); in visitGetElementPtr()
|