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

  /external/llvm/lib/Target/
Target.cpp 86 return unwrap(TD)->getPrefTypeAlignment(unwrap(Ty));
TargetData.cpp 515 unsigned TargetData::getPrefTypeAlignment(Type *Ty) const {
520 unsigned Align = getPrefTypeAlignment(Ty);
574 unsigned Alignment = getPrefTypeAlignment(ElemType);
  /external/llvm/include/llvm/Target/
TargetData.h 265 /// getPrefTypeAlignment - Return the preferred stack/global alignment for
267 unsigned getPrefTypeAlignment(Type *Ty) const;
  /external/llvm/lib/Analysis/
Loads.cpp 110 BaseAlign = TD->getPrefTypeAlignment(BaseType);
ValueTracking.cpp 111 Align = TD->getPrefTypeAlignment(ObjectType);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 81 AI.setAlignment(TD->getPrefTypeAlignment(AI.getAllocatedType()));
150 getOrEnforceKnownAlignment(Op, TD->getPrefTypeAlignment(LI.getType()),TD);
376 getOrEnforceKnownAlignment(Ptr, TD->getPrefTypeAlignment(Val->getType()),
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 84 std::max((unsigned)TLI.getTargetData()->getPrefTypeAlignment(Ty),
InstrEmitter.cpp 370 Align = TM->getTargetData()->getPrefTypeAlignment(Type);
    [all...]
LegalizeTypesGeneric.cpp 122 TLI.getTargetData()->getPrefTypeAlignment(NOutVT.
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeVectorTypes.cpp 674 TLI.getTargetData()->getPrefTypeAlignment(VecType);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 525 unsigned Align = TD.getPrefTypeAlignment(CFP->getType());
561 unsigned Align = TD.getPrefTypeAlignment(C->getType());
592 unsigned Align = TD.getPrefTypeAlignment(GV->getType());
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 763 Align = IFI.TD->getPrefTypeAlignment(AggTy);
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 724 TLI->getTargetData()->getPrefTypeAlignment(FunctionContextTy);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 1443 milliseconds