HomeSort by relevance Sort by last modified time
    Searched defs:Aligned (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Core/util/
Constants.h 146 * means the first coefficient packet is guaranteed to be aligned */
189 * Enum for indicating whether an object is aligned or not. */
191 /** Object is not correctly aligned for vectorization. */
193 /** Object is aligned for vectorization. */
194 Aligned=1
269 /** Don't require alignment for the matrix itself (the array of coefficients, if dynamically allocated, may still be requested to be aligned) */ // FIXME --- clarify the situation
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 76 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) {
77 if (Aligned->isAlignmentExpr()) {
80 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs);
82 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(),
83 Aligned->getSpellingListIndex(), IsPackExpansion);
85 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(),
86 TemplateArgs, Aligned->getLocation(),
89 S.AddAlignedAttr(Aligned->getLocation(), New, Result,
90 Aligned->getSpellingListIndex(), IsPackExpansion);
96 const AlignedAttr *Aligned, Decl *New)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 87 MachineMemOperand *MMO = nullptr, bool Aligned = false);
90 MachineMemOperand *MMO = nullptr, bool Aligned = false);
427 MachineMemOperand *MMO, bool Aligned) {
455 if (Aligned)
461 if (Aligned)
470 if (Aligned)
488 MachineMemOperand *MMO, bool Aligned) {
526 return X86FastEmitStore(VT, ValReg, ValKill, AM, MMO, Aligned);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 504 // The glvalue must be suitably aligned.
509 llvm::Value *Aligned =
511 Cond = Cond ? Builder.CreateAnd(Cond, Aligned) : Aligned;
    [all...]
TargetInfo.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 1225 milliseconds