Searched refs:ConstantBlock (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | Homogeneous.h | 403 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1461 int ConstantBlock = ConstantAddressBlock(LoadNode->getAddressSpace()); in LowerLOAD() local 1462 if (ConstantBlock > -1 && in LowerLOAD() 1806 int ConstantBlock = ConstantAddressBlock(Block); in constBufferLoad() local 1816 DAG.getConstant(4 * i + ConstantBlock * 16, DL, MVT::i32)); in constBufferLoad()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1589 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()
|