Searched refs:getIndexSizeInBits (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Operator.cpp | 38 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
|
D | DataLayout.cpp | 658 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits() 744 return IntegerType::get(C, getIndexSizeInBits(AddressSpace)); in getIntPtrType()
|
D | Value.cpp | 562 assert(Offset.getBitWidth() == DL.getIndexSizeInBits(cast<PointerType>( in stripAndAccumulateInBoundsConstantOffsets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 365 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 273 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters() 287 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
|
D | TargetLowering.h | 873 uint64_t BW = DL.getIndexSizeInBits(0u); in rangeFitsInWord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1301 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
|
D | SROA.cpp | 3771 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 3828 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 3910 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores() 3922 APInt(DL.getIndexSizeInBits(AS), PartOffset), in presplitLoadsAndStores()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1446 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-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1720 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst() 2024 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
|
D | InstCombineCasts.cpp | 1774 if (Ty->getScalarSizeInBits() == DL.getIndexSizeInBits(AS)) in visitPtrToInt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1626 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets()
|
D | LoopAccessAnalysis.cpp | 1192 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess()
|
D | InstructionSimplify.cpp | 3899 Q.DL.getIndexSizeInBits(AS)) { in SimplifyGEPInst() 3940 Q.DL.getIndexSizeInBits(Ops[0]->getType()->getPointerAddressSpace()); in SimplifyGEPInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 2447 auto getIndexSizeInBits = [](Value *Ptr, const DataLayout& DL) { in getGSVectorCost() local 2475 ? getIndexSizeInBits(Ptr, DL) in getGSVectorCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1649 M.getDataLayout().getIndexSizeInBits(GEP->getPointerAddressSpace()); in salvageDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1629 APInt Offset(DL->getIndexSizeInBits( in optimizeCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3500 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS); in visitGetElementPtr()
|