HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSizeInBits (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/IR/
DataLayout.h 362 uint64_t getTypeSizeInBits(Type *Ty) const;
369 return (getTypeSizeInBits(Ty) + 7) / 8;
510 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
543 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
546 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 216 /// getTypeSizeInBits - Return the number of bits necessary to hold the
218 uint64_t getTypeSizeInBits(Type* Ty) const;
224 return (getTypeSizeInBits(Ty)+7)/8;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 375 uint64_t getTypeSizeInBits(Type *Ty) const;
382 return (getTypeSizeInBits(Ty) + 7) / 8;
523 inline uint64_t DataLayout::getTypeSizeInBits(Type *Ty) const {
556 return VTy->getNumElements() * getTypeSizeInBits(VTy->getElementType());
559 llvm_unreachable("DataLayout::getTypeSizeInBits(): Unsupported type");
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 756 uint64_t Width = SE->getTypeSizeInBits(Ty);
770 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 714 unsigned W = SE.getTypeSizeInBits(ResultTy);
794 assert(getTypeSizeInBits(Op->getType()) > getTypeSizeInBits(Ty) &&
    [all...]
ScalarEvolutionExpander.cpp 72 assert(SE.getTypeSizeInBits(V->getType()) == SE.getTypeSizeInBits(Ty) &&
81 SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(V->getType())) {
85 SE.getTypeSizeInBits(CI->getType()) ==
86 SE.getTypeSizeInBits(CI->getOperand(0)->getType()))
91 SE.getTypeSizeInBits(CE->getType()) ==
92 SE.getTypeSizeInBits(CE->getOperand(0)->getType()))
439 if (SE.getTypeSizeInBits(C->getType()) <= 64) {
    [all...]
ScalarEvolutionAliasAnalysis.cpp 128 unsigned BitWidth = SE->getTypeSizeInBits(AS->getType());
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 66 return unwrap(TD)->getTypeSizeInBits(unwrap(Ty));
TargetData.cpp 400 uint64_t TargetData::getTypeSizeInBits(Type *Ty) const {
432 llvm_unreachable("TargetData::getTypeSizeInBits(): Unsupported type");
492 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty),
586 if (getTypeSizeInBits(ElemType) > 128)
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp 118 assert(SE.getTypeSizeInBits(V->getType()) == SE.getTypeSizeInBits(Ty) &&
132 SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(V->getType())) {
136 SE.getTypeSizeInBits(CI->getType()) ==
137 SE.getTypeSizeInBits(CI->getOperand(0)->getType()))
142 SE.getTypeSizeInBits(CE->getType()) ==
143 SE.getTypeSizeInBits(CE->getOperand(0)->getType()))
456 if (SE.getTypeSizeInBits(C->getType()) <= 64) {
    [all...]
ScalarEvolutionAliasAnalysis.cpp 45 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType());
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 814 uint64_t Width = SE->getTypeSizeInBits(Ty);
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 612 return getTypeSizeInBits(Ty);
614 return getTypeSizeInBits(Ty->getScalarType());
675 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty),
774 if (getTypeSizeInBits(ElemType) > 128)
  /external/llvm/lib/Target/
Target.cpp 103 return unwrap(TD)->getTypeSizeInBits(unwrap(Ty));
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 126 IC.getTargetData()->getTypeSizeInBits(SrcPTy) ==
127 IC.getTargetData()->getTypeSizeInBits(DestPTy)) {
308 IC.getTargetData()->getTypeSizeInBits(SrcPTy) !=
309 IC.getTargetData()->getTypeSizeInBits(DestPTy))
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 514 unsigned TySize = DL.getTypeSizeInBits(Ty);
550 unsigned TySize = DL.getTypeSizeInBits(Ty);
676 DL.getTypeSizeInBits(StoreTy));
681 unsigned Sz = DL.getTypeSizeInBits(StoreTy);
831 DL.getTypeSizeInBits(LoadTy));
836 unsigned Sz = DL.getTypeSizeInBits(LoadTy);
    [all...]

Completed in 928 milliseconds

1 2 3 4 5