HomeSort by relevance Sort by last modified time
    Searched refs:getABITypeAlignment (Results 1 - 25 of 81) 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));
GlobalMerge.cpp 551 if (Alignment > DL.getABITypeAlignment(Ty))
  /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);
Lint.cpp 259 DL->getABITypeAlignment(Ty), Ty,
433 BaseAlign = DL->getABITypeAlignment(ATy);
443 BaseAlign = DL->getABITypeAlignment(GTy);
457 Align = DL->getABITypeAlignment(Ty);
  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
413 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...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 451 Alignment = DL.getABITypeAlignment(EltType);
480 StoreAlign = DL.getABITypeAlignment(SI->getOperand(0)->getType());
483 LoadAlign = DL.getABITypeAlignment(LI->getType());
728 Align = DL.getABITypeAlignment(T);
850 srcAlign = DL.getABITypeAlignment(srcAlloca->getAllocatedType());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 153 TD->getABITypeAlignment(LI.getType());
380 TD->getABITypeAlignment(Val->getType());
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 192 unsigned TypeAlign = DL.getABITypeAlignment(AI->getAllocatedType());
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 541 CGM.getDataLayout().getABITypeAlignment(entry.Type))))
608 assert(size >= CGM.getDataLayout().getABITypeAlignment(type));

Completed in 4397 milliseconds

1 2 3 4