HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAllocSize (Results 26 - 50 of 69) sorted by null

12 3

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 241 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty));
509 Types.getDataLayout().getTypeAllocSize(fieldType));
856 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(fieldType));
    [all...]
CGObjCMac.cpp     [all...]
CGExprConstant.cpp 87 CGM.getDataLayout().getTypeAllocSize(C->getType()));
668 unsigned CurSize = CGM.getDataLayout().getTypeAllocSize(C->getType());
669 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 259 assert(ByteOffset <= TD.getTypeAllocSize(C->getType()) &&
310 uint64_t EltSize = TD.getTypeAllocSize(CS->getOperand(Index)->getType());
341 uint64_t EltSize = TD.getTypeAllocSize(EltTy);
428 TD.getTypeAllocSize(GV->getInitializer()->getType()))
744 APInt ElemSize(BitWidth, TD->getTypeAllocSize(ATy->getElementType()));
    [all...]
Lint.cpp 428 BaseSize = TD->getTypeAllocSize(ATy);
438 BaseSize = TD->getTypeAllocSize(GTy);
BasicAliasAnalysis.cpp 308 BaseOffs += TD->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
312 uint64_t Scale = TD->getTypeAllocSize(*GTI);
    [all...]
ValueTracking.cpp 643 uint64_t TypeSize = TD ? TD->getTypeAllocSize(IndexedTy) : 1;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 753 ? MS.TD->getTypeAllocSize(AI->getType()->getPointerElementType())
754 : MS.TD->getTypeAllocSize(AI->getType());
    [all...]
AddressSanitizer.cpp 484 uint64_t SizeInBytes = ASan.TD->getTypeAllocSize(Ty);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 92 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 781 if (!TD || TD->getTypeAllocSize(SrcTy) != TD->getTypeAllocSize(DstTy))
    [all...]
InstCombineLoadStoreAlloca.cpp 207 if (TD->getTypeAllocSize(AI.getAllocatedType()) == 0) {
225 TD->getTypeAllocSize(EntryAI->getAllocatedType()) != 0) {
InstCombineCasts.cpp 103 uint64_t AllocElTySize = TD->getTypeAllocSize(AllocElTy);
104 uint64_t CastElTySize = TD->getTypeAllocSize(CastElTy);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 274 APInt TypeSize(IntPtrWidth, TD->getTypeAllocSize(GTI.getIndexedType()));
287 AllocatedSize += (TD ? TD->getTypeAllocSize(Ty) :
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 771 Size += TD->getTypeAllocSize(Ty);
    [all...]
JIT.cpp 819 size_t S = getDataLayout()->getTypeAllocSize(GlobalType);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 82 uint64_t TySize = TLI.getDataLayout()->getTypeAllocSize(Ty);
FastISel.cpp 510 TD.getTypeAllocSize(Ty)*cast<ConstantInt>(CI)->getSExtValue();
531 uint64_t ElementSize = TD.getTypeAllocSize(Ty);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 428 uint64_t S = TD.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 118 uint64_t ETSize = DL->getTypeAllocSize(ET);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 751 unsigned TypeSize = (size_t)TD.getTypeAllocSize(Ty);
803 Total += TD.getTypeAllocSize(ST->getElementType())*Idx;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 309 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(CV->getType());
    [all...]
ARMFastISel.cpp 544 Align = TD.getTypeAllocSize(CFP->getType());
602 Align = TD.getTypeAllocSize(C->getType());
656 Align = TD.getTypeAllocSize(GV->getType());
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 677 uint64_t AllocaTypeSize = IFI.TD->getTypeAllocSize(AllocaType);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 290 unsigned Size = TD->getTypeAllocSize(Ty);
    [all...]

Completed in 3303 milliseconds

12 3