Home
last modified time | relevance | path

Searched refs:ConstantBlock (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DHomogeneous.h403 typedef Replicate<const ConstantColumn,Rows,1> ConstantBlock;
405 …r_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Xpr;
414 typedef typename helper::ConstantBlock ConstantBlock;
420 + ConstantBlock(xpr.rhs().row(xpr.rhs().rows()-1),xpr.lhs().rows(), 1) )
456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
458 …r_sum_op<typename Lhs::Scalar,typename Rhs::Scalar>, const LinearProduct, const ConstantBlock> Xpr;
467 typedef typename helper::ConstantBlock ConstantBlock;
473 + ConstantBlock(xpr.lhs().col(xpr.lhs().cols()-1),1,xpr.rhs().cols()) )
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1589 int ConstantBlock = ConstantAddressBlock(LoadNode->getAddressSpace()); in LowerLOAD() local
1590 if (ConstantBlock > -1 && in LowerLOAD()
1605 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in LowerLOAD()