HomeSort by: relevance | last modified time | path
    Searched refs:getTypeAllocSizeInBits (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp 211 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType);
233 ArgSize = TD->getTypeAllocSizeInBits(ArgType);
465 uint64_t Size = TD->getTypeAllocSizeInBits(ArgType);
522 TD->getTypeAllocSizeInBits(TheBtCast->getType()) / 8;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 244 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
420 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type);
932 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) &&
942 getDataLayout().getTypeAllocSizeInBits(BaseTy) &&
994 getDataLayout().getTypeAllocSizeInBits(ElementTy) ||
996 getDataLayout().getTypeAllocSizeInBits(ElementTy)) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 511 TypeSize getTypeAllocSizeInBits(Type *Ty) const {
665 getTypeAllocSizeInBits(ATy->getElementType());
PatternMatch.h 2443 DL.getTypeAllocSizeInBits(DerefTy).getKnownMinSize() == 8)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 773 if (DL.getTypeSizeInBits(type) != DL.getTypeAllocSizeInBits(type))
798 StartPos += DL.getTypeAllocSizeInBits(ElTy);
GlobalOpt.cpp 564 uint64_t Size = DL.getTypeAllocSizeInBits(NGV->getValueType());
570 uint64_t FragmentSizeInBits = DL.getTypeAllocSizeInBits(ElTy);
1189 DL.getTypeAllocSizeInBits(NewGV->getType()->getElementType()) / 8;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 56 return Ty->isSized() ? M.getDataLayout().getTypeAllocSizeInBits(Ty) : 0;
Local.cpp 1391 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 1488 Ty->isIntegerTy() && DL.getTypeAllocSizeInBits(Ty) < 32;
1626 unsigned resultsz = DL.getTypeAllocSizeInBits(RetTy);
1766 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32;
2669 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32;
NVPTXAsmPrinter.cpp 2071 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2549 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType());
2640 uint64_t Size = DL.getTypeAllocSizeInBits(V->getType());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 2933 DL->getTypeAllocSizeInBits(ScalarTy)) {
3205 DL->getTypeAllocSizeInBits(ScalarTy)) {
LoopVectorize.cpp 394 return DL.getTypeAllocSizeInBits(Ty) != DL.getTypeSizeInBits(Ty);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 54 TypeSize Size = DL.getTypeAllocSizeInBits(getAllocatedType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2060 MaybeAlign(M.getDataLayout().getTypeAllocSizeInBits(VecTy) / 8);

Completed in 72 milliseconds