Searched refs:getTypeAllocSizeInBits (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetData.h251 /// getTypeAllocSizeInBits - Return the offset in bits between successive
255 uint64_t getTypeAllocSizeInBits(Type* Ty) const { function in class:llvm::TargetData
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp781 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType());
821 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType());
905 uint64_t VecSize = TD.getTypeAllocSizeInBits(VTy);
906 uint64_t ValSize = TD.getTypeAllocSizeInBits(SV->getType());
917 uint64_t EltSize = TD.getTypeAllocSizeInBits(EltTy);
949 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType());
2335 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy);
2358 Shift = AllocaSizeBits-Shift-TD->getTypeAllocSizeInBits(FieldTy);
2392 uint64_t ElementOffset = TD->getTypeAllocSizeInBits(ArrayEltTy);
2448 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltT
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetData.cpp475 return getTypeAllocSizeInBits(ATy->getElementType())*ATy->getNumElements();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DConstantFolding.cpp78 unsigned BitShift = TD.getTypeAllocSizeInBits(SrcEltTy);
408 TD.getTypeAllocSizeInBits(LoadTy));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp174 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1528 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());

Completed in 146 milliseconds