Lines Matching refs:DL

364   const DataLayout *DL = TM.getDataLayout();
365 uint64_t Size = DL->getTypeAllocSize(GV->getType()->getElementType());
370 unsigned AlignLog = getGVAlignmentLog2(GV, *DL);
480 unsigned PtrSize = DL->getPointerTypeSize(GV->getType());
1134 const DataLayout *DL = MF->getTarget().getDataLayout();
1201 if (JTInDiffSection && DL->hasLinkerPrivateGlobalPrefix())
1390 const DataLayout *DL = TM.getDataLayout();
1391 unsigned Align = Log2_32(DL->getPointerPrefAlignment());
1595 const DataLayout &DL = *AP.TM.getDataLayout();
1597 APInt OffsetAI(DL.getPointerTypeSizeInBits(CE->getType()), 0);
1598 cast<GEPOperator>(CE)->accumulateConstantOffset(DL, OffsetAI);
1619 const DataLayout &DL = *AP.TM.getDataLayout();
1623 Op = ConstantExpr::getIntegerCast(Op, DL.getIntPtrType(CV->getType()),
1629 const DataLayout &DL = *AP.TM.getDataLayout();
1639 if (DL.getTypeAllocSize(Ty) == DL.getTypeAllocSize(Op->getType()))
1645 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType());
1796 const DataLayout &DL = *AP.TM.getDataLayout();
1797 unsigned Size = DL.getTypeAllocSize(CDS->getType());
1798 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) *
1824 const DataLayout &DL = *AP.TM.getDataLayout();
1825 unsigned Size = DL.getTypeAllocSize(CV->getType());
1826 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) *
1834 const DataLayout *DL = AP.TM.getDataLayout();
1835 unsigned Size = DL->getTypeAllocSize(CS->getType());
1836 const StructLayout *Layout = DL->getStructLayout(CS->getType());
1842 uint64_t FieldSize = DL->getTypeAllocSize(Field->getType());
1903 const DataLayout &DL = *AP.TM.getDataLayout();
1904 AP.OutStreamer.EmitZeros(DL.getTypeAllocSize(CFP->getType()) -
1905 DL.getTypeStoreSize(CFP->getType()));
1909 const DataLayout *DL = AP.TM.getDataLayout();
1926 if (DL->isBigEndian()) {
1947 uint64_t Val = DL->isBigEndian() ? RawData[e - i - 1] : RawData[i];
1965 const DataLayout *DL = AP.TM.getDataLayout();
1966 uint64_t Size = DL->getTypeAllocSize(CV->getType());
2014 Constant *New = ConstantFoldConstantExpression(CE, DL);
2059 const DataLayout *DL = TM.getDataLayout();
2060 return OutContext.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix()) +
2067 const DataLayout *DL = TM.getDataLayout();
2068 return OutContext.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+
2083 const DataLayout *DL = TM.getDataLayout();
2085 (Twine(DL->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
2097 const DataLayout *DL = TM.getDataLayout();
2099 (Twine(DL->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +