Home
last modified time | relevance | path

Searched defs:NumIndices (Results 1 – 11 of 11) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h49 static const std::size_t NumIndices = Dimensions::count; variable
360 EIGEN_STRONG_INLINE bool checkIndexRange(const array<Index, NumIndices>& /*indices*/) const in checkIndexRange() argument
DTensorMap.h49 static const Index NumIndices = PlainObjectType::NumIndices; variable
DTensorRef.h133 static const Index NumIndices = PlainObjectType::NumIndices; variable
DTensor.h83 static const int NumIndices = NumIndices_; variable
/external/capstone/
DMCRegisterInfo.c35 uint16_t *SubIndices, unsigned NumIndices, in MCRegisterInfo_InitMCRegisterInfo()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h255 unsigned NumIndices, in InitMCRegisterInfo()
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp446 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
/external/clang/lib/AST/
DDeclCXX.cpp1748 unsigned NumIndices) in CXXCtorInitializer()
1763 unsigned NumIndices) { in Create()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp864 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP()
873 unsigned NumIndices) { in LLVMConstInBoundsGEP()
2030 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP()
2037 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP()
/external/llvm/lib/IR/
DCore.cpp1256 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP()
1265 unsigned NumIndices) { in LLVMConstInBoundsGEP()
2778 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP()
2785 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7238 uint32_t NumIndices = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local