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

1 2 3 4

  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 159 return (DL->getTypeAllocSize(Ty1) < DL->getTypeAllocSize(Ty2));
183 MergedSize += DL->getTypeAllocSize(Ty);
321 if (DL->getTypeAllocSize(Ty) < MaxOffset) {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 82 return IsInSmallSection(TM.getDataLayout()->getTypeAllocSize(Ty));
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 84 return IsInSmallSection(TM.getDataLayout()->getTypeAllocSize(Ty));
  /external/llvm/lib/IR/
Mangler.cpp 73 ArgWords += ((TD.getTypeAllocSize(Ty) + 3)/4)*4;
DataLayout.cpp 64 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item
448 unsigned Align = getTypeAllocSize(cast<VectorType>(Ty)->getElementType());
760 Result += (uint64_t)arrayIdx * getTypeAllocSize(Ty);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 775 unsigned FromTypeSize = DL.getTypeAllocSize(FromType);
776 unsigned ToTypeSize = DL.getTypeAllocSize(ToType);
    [all...]
MemCpyOptimizer.cpp 65 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());
613 uint64_t srcSize = DL->getTypeAllocSize(srcAlloca->getAllocatedType()) *
628 uint64_t destSize = DL->getTypeAllocSize(A->getAllocatedType()) *
647 uint64_t destSize = DL->getTypeAllocSize(StructTy);
    [all...]
SeparateConstOffsetFromGEP.cpp 628 DL->getTypeAllocSize(UnderlyingObject->getType()->getElementType());
670 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType());
775 DL->getTypeAllocSize(GEP->getType()->getElementType());
    [all...]
SROA.cpp 348 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), S(S) {}
427 DL.getTypeAllocSize(GTI.getIndexedType()));
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 364 /// getTypeAllocSize - Return the offset in bytes between successive objects
368 uint64_t getTypeAllocSize(Type *Ty) const {
378 return 8*getTypeAllocSize(Ty);
Operator.h 473 DL.getTypeAllocSize(GTI.getIndexedType()));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 365 uint64_t Size = DL->getTypeAllocSize(GV->getType()->getElementType());
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 205 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
  /external/llvm/lib/Analysis/
Loads.cpp 91 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
MemoryBuiltins.cpp 220 unsigned ElementSize = DL->getTypeAllocSize(T);
448 APInt Size(IntTyBits, DL->getTypeAllocSize(I.getAllocatedType()));
467 APInt Size(IntTyBits, DL->getTypeAllocSize(PT->getElementType()));
556 APInt Size(IntTyBits, DL->getTypeAllocSize(GV.getType()->getElementType()));
686 DL->getTypeAllocSize(I.getAllocatedType()));
  /external/llvm/lib/Target/
Target.cpp 102 return unwrap(TD)->getTypeAllocSize(unwrap(Ty));
TargetLoweringObjectFile.cpp 202 switch (TM.getDataLayout()->getTypeAllocSize(C->getType())) {
  /frameworks/compile/slang/
slang_rs_export_func.cpp 164 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2);
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 92 Mod->getDataLayout()->getTypeAllocSize(GVTy->getElementType());
270 Mod->getDataLayout()->getTypeAllocSize(AllocaTy);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 188 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(ZCPV->getType());
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 150 TM.getDataLayout()->getTypeAllocSize(ObjType) < CodeModelLargeSize) {
XCoreAsmPrinter.cpp 160 unsigned Size = TD->getTypeAllocSize(C->getType());
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 216 if (TD.getTypeAllocSize(Ty) == TD.getTypeAllocSize(Op->getType()))
737 unsigned totalsz = TD->getTypeAllocSize(Ty);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 1028 milliseconds

1 2 3 4