Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOperator.cpp38 DL.getIndexSizeInBits(getPointerAddressSpace()) && in accumulateConstantOffset()
DDataLayout.cpp658 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace()); in getIndexTypeSizeInBits()
744 return IntegerType::get(C, getIndexSizeInBits(AddressSpace)); in getIntPtrType()
DValue.cpp562 assert(Offset.getBitWidth() == DL.getIndexSizeInBits(cast<PointerType>( in stripAndAccumulateInBoundsConstantOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h365 unsigned getIndexSizeInBits(unsigned AS) const { in getIndexSizeInBits() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h273 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N)) in getEstimatedNumberOfCaseClusters()
287 if (N <= DL.getIndexSizeInBits(0u)) { in getEstimatedNumberOfCaseClusters()
DTargetLowering.h873 uint64_t BW = DL.getIndexSizeInBits(0u); in rangeFitsInWord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1301 APInt Offset(DAL.getIndexSizeInBits( in swapGEPOperand()
DSROA.cpp3771 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/
DX86TargetTransformInfo.cpp1446 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/
DInstructionCombining.cpp1720 DL.getIndexSizeInBits(AS)) { in visitGetElementPtrInst()
2024 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace()); in visitGetElementPtrInst()
DInstCombineCasts.cpp1774 if (Ty->getScalarSizeInBits() == DL.getIndexSizeInBits(AS)) in visitPtrToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1626 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS); in stripAndComputeInBoundsConstantOffsets()
DLoopAccessAnalysis.cpp1192 unsigned IdxWidth = DL.getIndexSizeInBits(ASA); in isConsecutiveAccess()
DInstructionSimplify.cpp3899 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/
DX86TargetTransformInfo.cpp2447 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/
DLocal.cpp1649 M.getDataLayout().getIndexSizeInBits(GEP->getPointerAddressSpace()); in salvageDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1629 APInt Offset(DL->getIndexSizeInBits( in optimizeCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3500 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS); in visitGetElementPtr()