Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DCodeGenPrepare.cpp1905 APInt Offset(DL->getIndexSizeInBits( in optimizeCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h402 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp353 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
/third_party/skia/third_party/externals/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()
DTargetLowering.h1010 uint64_t BW = DL.getIndexSizeInBits(0u); in rangeFitsInWord()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DInstructionSimplify.cpp4120 Q.DL.getIndexSizeInBits(Ops[0]->getType()->getPointerAddressSpace()); in SimplifyGEPInst()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3195 auto getIndexSizeInBits = [](Value *Ptr, const DataLayout& DL) { in getGSVectorCost() local
3223 ? getIndexSizeInBits(Ptr, DL) in getGSVectorCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1704 M.getDataLayout().getIndexSizeInBits(GEP->getPointerAddressSpace()); in salvageDebugInfoImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3270 DL.getIndexSizeInBits(V.getType()->getPointerAddressSpace()); in updateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2898 DL->getIndexSizeInBits( in buildTree_rec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3913 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS); in visitGetElementPtr()