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/ |
D | Operator.cpp | 37 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
D | DataLayout.cpp | 691 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
|
/third_party/skia/third_party/externals/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()
|
D | CodeGenPrepare.cpp | 1905 APInt Offset(DL->getIndexSizeInBits( in optimizeCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 402 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 353 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace()) in computeKnownBitsImpl()
|
/third_party/skia/third_party/externals/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()
|
D | TargetLowering.h | 1010 uint64_t BW = DL.getIndexSizeInBits(0u); in rangeFitsInWord()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | InstructionSimplify.cpp | 4120 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/ |
D | InstructionCombining.cpp | 1963 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/ |
D | X86TargetTransformInfo.cpp | 3195 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/ |
D | Local.cpp | 1704 M.getDataLayout().getIndexSizeInBits(GEP->getPointerAddressSpace()); in salvageDebugInfoImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 3270 DL.getIndexSizeInBits(V.getType()->getPointerAddressSpace()); in updateImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 2898 DL->getIndexSizeInBits( in buildTree_rec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3913 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS); in visitGetElementPtr()
|