|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/BasicTTIImpl.h 345 if (N < 1 || (!IsJTAllowed && DL.getIndexSizeInBits(0u) < N))
359 if (N <= DL.getIndexSizeInBits(0u)) {
include/llvm/CodeGen/TargetLowering.h 1025 uint64_t BW = DL.getIndexSizeInBits(0u);
lib/Analysis/InlineCost.cpp 1655 unsigned IntPtrWidth = DL.getIndexSizeInBits(AS);
lib/Analysis/InstructionSimplify.cpp 4026 Q.DL.getIndexSizeInBits(AS)) {
4067 Q.DL.getIndexSizeInBits(Ops[0]->getType()->getPointerAddressSpace());
lib/Analysis/LoopAccessAnalysis.cpp 1190 unsigned IdxWidth = DL.getIndexSizeInBits(ASA);
1205 IdxWidth = DL.getIndexSizeInBits(ASA);
lib/CodeGen/CodeGenPrepare.cpp 1805 APInt Offset(DL->getIndexSizeInBits(
lib/CodeGen/GlobalISel/GISelKnownBits.cpp 353 ? DL.getIndexSizeInBits(SrcTy.getAddressSpace())
lib/CodeGen/InterleavedLoadCombinePass.cpp 966 DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace());
1032 Polynomial(DL.getIndexSizeInBits(PtrTy->getPointerAddressSpace()), 0);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 3875 unsigned IdxSize = DAG.getDataLayout().getIndexSizeInBits(AS);
lib/IR/DataLayout.cpp 691 return getIndexSizeInBits(cast<PointerType>(Ty)->getAddressSpace());
771 return IntegerType::get(C, getIndexSizeInBits(AddressSpace));
lib/IR/Operator.cpp 37 DL.getIndexSizeInBits(getPointerAddressSpace()) &&
lib/Transforms/IPO/Attributor.cpp 2534 DL.getIndexSizeInBits(V.getType()->getPointerAddressSpace());
lib/Transforms/InstCombine/InstCombineCasts.cpp 1811 if (Ty->getScalarSizeInBits() == DL.getIndexSizeInBits(AS))
lib/Transforms/InstCombine/InstructionCombining.cpp 1916 DL.getIndexSizeInBits(AS)) {
2237 DL.getIndexSizeInBits(PtrOp->getType()->getPointerAddressSpace());
lib/Transforms/Scalar/SROA.cpp 2957 unsigned OffsetWidth = DL.getIndexSizeInBits(OtherAS);
3864 APInt(DL.getIndexSizeInBits(AS), PartOffset),
3922 APInt(DL.getIndexSizeInBits(AS), PartOffset),
4006 APInt(DL.getIndexSizeInBits(AS), PartOffset),
4018 APInt(DL.getIndexSizeInBits(AS), PartOffset),
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp 1300 APInt Offset(DAL.getIndexSizeInBits(
lib/Transforms/Utils/Local.cpp 1677 M.getDataLayout().getIndexSizeInBits(GEP->getPointerAddressSpace());
tools/clang/lib/CodeGen/CGBuilder.h 265 DL.getIndexSizeInBits(Addr.getType()->getPointerAddressSpace()), 0,