HomeSort by: relevance | last modified time | path
    Searched refs:getTypeAllocSize (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.cpp 56 StaticLDSSize += DL.getTypeAllocSize(GV.getValueType());
79 assert(DL.getTypeAllocSize(GV.getValueType()).isZero());
AMDGPULowerModuleLDSPass.cpp 164 TypeSize SLHS = DL.getTypeAllocSize(LHS->getValueType());
165 TypeSize SRHS = DL.getTypeAllocSize(RHS->getValueType());
200 CurrentOffset += DL.getTypeAllocSize(FGV->getValueType());
AMDGPURewriteOutArguments.cpp 153 if (DL->getTypeAllocSize(SrcEltTy) != DL->getTypeAllocSize(DestEltTy))
AMDGPULowerKernelArguments.cpp 99 uint64_t AllocSize = DL.getTypeAllocSize(ArgTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetObjectFile.cpp 71 GVA->getParent()->getDataLayout().getTypeAllocSize(Ty));
103 return isInSmallSection(DL.getTypeAllocSize(CN->getType()));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Operator.cpp 54 Offset = DL.getTypeAllocSize(GTI.getIndexedType()) * ElemCount;
126 DL.getTypeAllocSize(GTI.getIndexedType())))
140 DL.getTypeAllocSize(GTI.getIndexedType())))
187 DL.getTypeAllocSize(GTI.getIndexedType()));
197 APInt(BitWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
Mangler.cpp 105 DL.getTypeAllocSize(A.getType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 98 GVA->getParent()->getDataLayout().getTypeAllocSize(Ty));
116 return isInSmallSection(DL.getTypeAllocSize(CN->getType()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 146 GVA->getParent()->getDataLayout().getTypeAllocSize(Ty));
172 LocalSData && IsInSmallSection(DL.getTypeAllocSize(CN->getType())));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
Local.h 48 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuilder.h 213 CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy->getElementType()));
230 CharUnits EltSize = CharUnits::fromQuantity(DL.getTypeAllocSize(ElTy));
246 CharUnits::fromQuantity(DL.getTypeAllocSize(Addr.getElementType()));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeMetadataUtils.cpp 149 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GlobalMerge.cpp 227 return DL.getTypeAllocSize(GV1->getValueType()).getFixedSize() <
228 DL.getTypeAllocSize(GV2->getValueType()).getFixedSize();
471 MergedSize += DL.getTypeAllocSize(Ty);
644 if (DL.getTypeAllocSize(Ty) < MaxOffset) {
InterleavedLoadCombinePass.cpp 695 unsigned Size = DL.getTypeAllocSize(VTy->getElementType());
747 unsigned NewSize = DL.getTypeAllocSize(Result.VTy->getElementType());
748 unsigned OldSize = DL.getTypeAllocSize(VTy->getElementType());
1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType());
1059 unsigned Size = DL.getTypeAllocSize(C0->VTy->getElementType());
StackProtector.cpp 136 if (SSPBufferSize <= M->getDataLayout().getTypeAllocSize(AT)) {
354 if (Strong && HasAddressTaken(AI, M->getDataLayout().getTypeAllocSize(
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp 194 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType());
195 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType());
295 uint64_t DestSize = DL.getTypeAllocSize(Dest.getValueType());
296 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 361 total_size = DL.getTypeAllocSize(CA->getType()->getElementType()) *
394 uint64_t Size = DL.getTypeAllocSize(CV->getType());
435 Offset += DL.getTypeAllocSize(CDA->getElementAsConstant(i)->getType());
447 Offset += DL.getTypeAllocSize(CA->getOperand(i)->getType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/
Target.cpp 110 return unwrap(TD)->getTypeAllocSize(unwrap(Ty));
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 365 unsigned totalsz = DL.getTypeAllocSize(Ty);
1468 unsigned sz = DL.getTypeAllocSize(Ty);
1565 unsigned sz = DL.getTypeAllocSize(ETy);
1780 int s = DL.getTypeAllocSize(CPV->getType());
1878 unsigned int s = DL.getTypeAllocSize(CPV->getType());
1887 int ElementSize = DL.getTypeAllocSize(CPV->getType());
1911 for (unsigned I = 0, E = DL.getTypeAllocSize(CPV->getType()); I < E; ++I) {
1942 DL.getTypeAllocSize(ST) -
2065 if (DL.getTypeAllocSize(Ty) == DL.getTypeAllocSize(Op->getType())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 498 TypeSize getTypeAllocSize(Type *Ty) const {
512 return 8 * getTypeAllocSize(Ty);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 258 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType);
323 return DL.getTypeAllocSize(const_cast<Type*>(Ty));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 551 uint64_t Size = DL.getTypeAllocSize(GV->getValueType());
1659 uint64_t Size = DL.getTypeAllocSize(GA->getValueType());
2542 if (DL.getTypeAllocSize(Ty).getFixedSize() <=
2543 DL.getTypeAllocSize(Op->getType()).getFixedSize())
2678 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType());
2704 unsigned Size = DL.getTypeAllocSize(CDS->getType());
2706 DL.getTypeAllocSize(CDS->getElementType()) * CDS->getNumElements();
2720 uint64_t Bytes = DL.getTypeAllocSize(CA->getType());
2726 Offset += DL.getTypeAllocSize(CA->getOperand(i)->getType());
2736 unsigned Size = DL.getTypeAllocSize(CV->getType())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 150 unsigned Size = DL.getTypeAllocSize(C->getType());
XCoreTargetObjectFile.cpp 123 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 830 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType());
876 DL->getTypeAllocSize(GTI.getIndexedType()));
937 DL->getTypeAllocSize(GTI.getIndexedType()));
1099 DL->getTypeAllocSize(GEP->getResultElementType()));

Completed in 75 milliseconds

1 2 3 4 5 6