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

  /external/llvm/include/llvm/IR/
DataLayout.h 373 /// getTypeAllocSizeInBits - Return the offset in bits between successive
377 uint64_t getTypeAllocSizeInBits(Type *Ty) const {
532 getTypeAllocSizeInBits(ATy->getElementType());
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 219 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
367 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type);
693 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) &&
703 getDataLayout().getTypeAllocSizeInBits(BaseTy) &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 783 unsigned EltSize = DL.getTypeAllocSizeInBits(VTy->getElementType());
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 86 unsigned BitShift = TD.getTypeAllocSizeInBits(SrcEltTy);
416 TD.getTypeAllocSizeInBits(LoadTy),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXAsmPrinter.cpp 222 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 230 milliseconds