• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/

Lines Matching defs:DL

117   const DataLayout &DL;
124 DL(F.getParent()->getDataLayout()), Builder(SE.getContext()) {}
311 DL.getTypeStoreSize(PtrATy) != DL.getTypeStoreSize(PtrBTy) ||
312 DL.getTypeStoreSize(PtrATy->getScalarType()) !=
313 DL.getTypeStoreSize(PtrBTy->getScalarType()))
316 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA);
317 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy));
324 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType());
327 PtrA = PtrA->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetA);
328 PtrB = PtrB->stripAndAccumulateInBoundsConstantOffsets(DL, OffsetB);
330 unsigned NewPtrBitWidth = DL.getTypeStoreSizeInBits(PtrA->getType());
332 if (NewPtrBitWidth != DL.getTypeStoreSizeInBits(PtrB->getType()))
413 uint64_t Stride = DL.getTypeAllocSize(GTIA.getIndexedType());
513 computeKnownBits(OpA, Known, DL, 0, nullptr, OpA, &DT);
765 static ChainID getChainID(const Value *Ptr, const DataLayout &DL) {
766 const Value *ObjPtr = GetUnderlyingObject(Ptr, DL);
802 unsigned TySize = DL.getTypeSizeInBits(Ty);
833 const ChainID ID = getChainID(Ptr, DL);
856 unsigned TySize = DL.getTypeSizeInBits(Ty);
879 const ChainID ID = getChainID(Ptr, DL);
991 DL.getTypeSizeInBits(StoreTy));
997 unsigned Sz = DL.getTypeSizeInBits(StoreTy);
1061 if (S0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) {
1069 DL, S0, nullptr, &DT);
1144 DL.getTypeSizeInBits(LoadTy));
1150 unsigned Sz = DL.getTypeSizeInBits(LoadTy);
1206 if (L0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) {
1214 DL, L0, nullptr, &DT);