Searched defs:Aligned (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DConstants.h189 Aligned=1 enumerator in enum:Eigen::__anon17175
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp83 bool Aligned = false);
85 bool Aligned = false);
239 const X86AddressMode &AM, bool Aligned) {
266 if (Aligned)
272 if (Aligned)
281 if (Aligned)
294 const X86AddressMode &AM, bool Aligned) {
329 return X86FastEmitStore(VT, ValReg, AM, Aligned);
705 bool Aligned = S->getAlignment() == 0 || S->getAlignment() >= SABIAlignment; local
715 return X86FastEmitStore(VT, I->getOperand(0), AM, Aligned);
238 X86FastEmitStore(EVT VT, unsigned ValReg, const X86AddressMode &AM, bool Aligned) argument
293 X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM, bool Aligned) argument
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp65 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
66 if (Aligned->isAlignmentExpr()) {
69 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs);
71 S.AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>(),
72 Aligned->getSpellingListIndex(), IsPackExpansion);
74 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(),
75 TemplateArgs, Aligned->getLocation(),
78 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
79 Aligned->getSpellingListIndex(), IsPackExpansion);
85 const AlignedAttr *Aligned, Dec
63 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) argument
83 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New) argument
130 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); local
[all...]
/external/clang/lib/CodeGen/
H A DCGExpr.cpp499 llvm::Value *Aligned = local
501 Cond = Cond ? Builder.CreateAnd(Cond, Aligned) : Aligned;

Completed in 196 milliseconds