HomeSort by relevance Sort by last modified time
    Searched refs:Aligned (Results 26 - 38 of 38) sorted by null

12

  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_bmod.h 105 Map<Matrix<Scalar,Dynamic,Dynamic>, Aligned, OuterStride<> > U(tempv.data(), u_rows, u_cols, OuterStride<>(ldu));
SparseLU_gemm_kernel.h 46 // handle the non aligned rows of A and C without any optimization:
256 Alignment = PacketSize>1 ? Aligned : 0
  /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/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 130 Packet Bi = ploadu<Packet>(rhsIt); rhsIt += PacketSize; // FIXME should be aligned in most cases
194 typedef Map<Matrix<ResScalar,Dynamic,1>, Aligned> MappedDest;
TriangularMatrixVector.h 230 typedef Map<Matrix<ResScalar,Dynamic,1>, Aligned> MappedDest;
  /external/eigen/bench/
bench_norm.cpp 146 Packet ax = internal::pabs(v.template packet<Aligned>(j));
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 374 /// is not better represented as reg+reg. If Aligned is true, only accept
377 SelectionDAG &DAG, bool Aligned) const;
PPCISelLowering.cpp 73 // arguments are at least 4/8 bytes aligned.
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 392 // => let's manually enforce alignment by allocating more data and return the address of the first aligned element.
420 typedef Map<Matrix<ResScalar,Dynamic,1>, Aligned> MappedDest;
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExpr.cpp 504 // The glvalue must be suitably aligned.
509 llvm::Value *Aligned =
511 Cond = Cond ? Builder.CreateAnd(Cond, Aligned) : Aligned;
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 983 // Detailed axis aligned box check.
1053 // Axis-Aligned Bounding Box method.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 757 milliseconds

12