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

1 2 3 4

  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
common.cpp 92 const unsigned target_align = dl.getABITypeAlignment(target_type);
109 dl.getABITypeAlignment(size_type),
117 dl.getABITypeAlignment(size_type),
166 dl.getABITypeAlignment(size_type),
172 dl.getABITypeAlignment(size_type),
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 132 GVAlignment = DL.getABITypeAlignment(GVType);
158 DL.getABITypeAlignment(WordType),
159 DL.getABITypeAlignment(VoidPtrType));
  /external/llvm/lib/Target/
Target.cpp 115 return unwrap(TD)->getABITypeAlignment(unwrap(Ty));
119 return unwrap(TD)->getABITypeAlignment(unwrap(Ty));
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 240 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
251 /// getABITypeAlignment - Return the minimum ABI-required alignment for the
253 unsigned getABITypeAlignment(Type *Ty) const;
  /external/llvm/lib/Analysis/
Loads.cpp 36 BaseAlign = DL.getABITypeAlignment(Ty);
126 Align = DL.getABITypeAlignment(Ty);
191 Align = DL.getABITypeAlignment(V->getType()->getPointerElementType());
278 AccessedAlign = DL.getABITypeAlignment(AccessedTy);
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 78 return unwrap(TD)->getABITypeAlignment(unwrap(Ty));
TargetData.cpp 53 unsigned TyAlign = ST->isPacked() ? 1 : TD.getABITypeAlignment(Ty);
496 unsigned TargetData::getABITypeAlignment(Type *Ty) const {
512 return getABITypeAlignment(Ty);
579 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
  /external/llvm/include/llvm/IR/
DataLayout.h 387 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
400 unsigned getABITypeAlignment(Type *Ty) const;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 180 if (Alignment > TD->getABITypeAlignment(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
413 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
413 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h 407 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
420 unsigned getABITypeAlignment(Type *Ty) const;
  /external/llvm/lib/IR/
DataLayout.cpp 50 unsigned TyAlign = ST->isPacked() ? 1 : DL.getABITypeAlignment(Ty);
679 unsigned DataLayout::getABITypeAlignment(Type *Ty) const {
767 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 550 Align = DL.getABITypeAlignment(ST);
586 Align = DL.getABITypeAlignment(T);
801 LoadAlign != 0 ? LoadAlign : DL.getABITypeAlignment(LI.getType());
    [all...]

Completed in 191 milliseconds

1 2 3 4