Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DOperator.cpp65 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
150 assert(BitWidth == DL.getIndexSizeInBits(getPointerAddressSpace()) && in collectOffset()
DDataLayout.cpp728 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp968 DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()); in computePolynomialFromPointer()
1034 Polynomial(DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()), 0); in computePolynomialFromPointer()
DCodeGenPrepare.cpp2118 APInt Offset(DL->getIndexSizeInBits( in optimizeCallInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDataLayout.h414 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuilder.h278 DL.getIndexSizeInBits(Addr.getType()->getPointerAddressSpace()), 0,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp2992 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()
DSeparateConstOffsetFromGEP.cpp1358 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
DLoopIdiomRecognize.cpp1213 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS)); in processLoopStoreOfLoopLoad()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp458 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1163 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in getPointersDiff()
1179 IdxWidth = DL.getIndexSizeInBits(ASA); in getPointersDiff()
DInlineCost.cpp2400 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets()
DInstructionSimplify.cpp4401 Q.DL.getIndexSizeInBits(Ops[0]->getType()->getPointerAddressSpace()); in SimplifyGEPInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h389 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters()
403 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1171 uint64_t BW = DL.getIndexSizeInBits(0u); in rangeFitsInWord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2214 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst()
2539 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1800 unsigned BitWidth = DL.getIndexSizeInBits(GEP->getPointerAddressSpace()); in getSalvageOpsForGEP()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4524 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/
DSLPVectorizer.cpp3202 DL->getIndexSizeInBits( in buildTree_rec()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4136 DL.getIndexSizeInBits(V.getType()->getPointerAddressSpace()); in updateImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3882 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS); in visitGetElementPtr()