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

  /external/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/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/lib/Transforms/Scalar/
GlobalMerge.cpp 187 if (Alignment > TD->getABITypeAlignment(Ty))
MemCpyOptimizer.cpp 453 Alignment = TD->getABITypeAlignment(EltType);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 153 TD->getABITypeAlignment(LI.getType());
380 TD->getABITypeAlignment(Val->getType());
InstCombineCasts.cpp 93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy);
94 unsigned CastElTyAlign = TD->getABITypeAlignment(CastElTy);
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 543 Types.getTargetData().getABITypeAlignment(fieldType));
889 return CharUnits::fromQuantity(Types.getTargetData().getABITypeAlignment(Ty));
    [all...]
CGObjCMac.cpp     [all...]
CGExprConstant.cpp 71 CGM.getTargetData().getABITypeAlignment(C->getType()));
310 CGM.getTargetData().getABITypeAlignment(C->getType()));
    [all...]
CGCall.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 246 TD ? TD->getABITypeAlignment(Ty) : 0,
410 if (Align == 0 && Ty) Align = TD->getABITypeAlignment(Ty);
ValueTracking.cpp 113 Align = TD->getABITypeAlignment(ObjectType);
543 Align = TD->getABITypeAlignment(AI->getType()->getElementType());
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 402 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
502 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 511 StartAlignment = TD.getABITypeAlignment(GV->getType());
533 if (NewAlign > TD.getABITypeAlignment(STy->getElementType(i)))
548 unsigned EltAlign = TD.getABITypeAlignment(STy->getElementType());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 692 TD.getABITypeAlignment(S->getValueOperand()->getType());
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 833 return TLI.getTargetData()->getABITypeAlignment(Ty);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp     [all...]

Completed in 558 milliseconds