HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAllocSizeInBits (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
DataLayout.h 398 uint64_t getTypeAllocSizeInBits(Type *Ty) const {
522 getTypeAllocSizeInBits(ATy->getElementType());
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
393 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 789 unsigned EltSize = DL.getTypeAllocSizeInBits(VTy->getElementType());
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 141 if (DL.getTypeSizeInBits(type) != DL.getTypeAllocSizeInBits(type))
162 StartPos += DL.getTypeAllocSizeInBits(ElTy);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 86 unsigned BitShift = DL.getTypeAllocSizeInBits(SrcEltTy);
424 DL.getTypeAllocSizeInBits(LoadTy), AS);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 768 milliseconds