HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAllocSize (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/llvm/lib/IR/
Operator.cpp 40 DL.getTypeAllocSize(GTI.getIndexedType()));
Mangler.cpp 102 ArgWords += RoundUpToAlignment(DL.getTypeAllocSize(Ty), PtrSize);
DataLayout.cpp 62 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item
493 unsigned Align = getTypeAllocSize(cast<VectorType>(Ty)->getElementType());
756 Result += (uint64_t)arrayIdx * getTypeAllocSize(Ty);
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 111 GV->getParent()->getDataLayout().getTypeAllocSize(Ty));
137 LocalSData && IsInSmallSection(DL.getTypeAllocSize(CN->getType())));
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 79 GV->getParent()->getDataLayout().getTypeAllocSize(Ty));
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 198 return DL.getTypeAllocSize(GV1->getValueType()) <
199 DL.getTypeAllocSize(GV2->getValueType());
429 MergedSize += DL.getTypeAllocSize(Ty);
552 if (DL.getTypeAllocSize(Ty) < MaxOffset) {
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 781 unsigned FromTypeSize = DL.getTypeAllocSize(FromType);
782 unsigned ToTypeSize = DL.getTypeAllocSize(ToType);
    [all...]
NaryReassociate.cpp 319 int64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType());
436 uint64_t IndexedSize = DL->getTypeAllocSize(IndexedType);
438 uint64_t ElementSize = DL->getTypeAllocSize(ElementType);
MemCpyOptimizer.cpp 68 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
613 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) *
628 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) *
648 uint64_t destSize = DL.getTypeAllocSize(StructTy);
    [all...]
SROA.cpp 638 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), AS(AS) {}
719 DL.getTypeAllocSize(GTI.getIndexedType()));
    [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 388 uint64_t getTypeAllocSize(Type *Ty) const {
399 return 8 * getTypeAllocSize(Ty);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 397 uint64_t Size = DL.getTypeAllocSize(GV->getType()->getElementType());
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 410 DstDL.getTypeAllocSize(DstGV->getType()->getPointerElementType());
412 SrcDL.getTypeAllocSize(SrcGV->getType()->getPointerElementType());
536 uint64_t DestSize = DL.getTypeAllocSize(Dest.getType()->getElementType());
537 uint64_t SrcSize = DL.getTypeAllocSize(Src.getType()->getElementType());
  /external/llvm/lib/Target/
Target.cpp 99 return unwrap(TD)->getTypeAllocSize(unwrap(Ty));
TargetLoweringObjectFile.cpp 201 switch (GV->getParent()->getDataLayout().getTypeAllocSize(C->getType())) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86TranslateGEPPass.cpp 92 DL.getTypeAllocSize(GTI.getIndexedType()));
  /frameworks/compile/slang/
slang_rs_export_func.cpp 164 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 223 unsigned ElementSize = DL.getTypeAllocSize(T);
447 APInt Size(IntTyBits, DL.getTypeAllocSize(I.getAllocatedType()));
466 APInt Size(IntTyBits, DL.getTypeAllocSize(PT->getElementType()));
555 APInt Size(IntTyBits, DL.getTypeAllocSize(GV.getType()->getElementType()));
681 DL.getTypeAllocSize(I.getAllocatedType()));
VectorUtils.cpp 234 unsigned GEPAllocSize = DL.getTypeAllocSize(
245 if (DL.getTypeAllocSize(*GEPTI) != GEPAllocSize)
322 DL.getTypeAllocSize(PtrTy->getElementType());
Loads.cpp 110 if (ByteOffset + LoadSize <= DL.getTypeAllocSize(BaseType) &&
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 236 if (DL.getTypeAllocSize(AI.getAllocatedType()) == 0) {
254 DL.getTypeAllocSize(EntryAI->getAllocatedType()) != 0) {
626 uint64_t TypeSize = DL.getTypeAllocSize(AI->getAllocatedType());
638 uint64_t InitSize = DL.getTypeAllocSize(GV->getType()->getElementType());
702 uint64_t TyAllocSize = DL.getTypeAllocSize(AllocTy);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 91 Mod->getDataLayout().getTypeAllocSize(GVTy->getElementType());
299 WorkGroupSize * Mod->getDataLayout().getTypeAllocSize(AllocaTy);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 211 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 128 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) {

Completed in 2566 milliseconds

1 2 3 4