Searched defs:NumIndices (Results 1 – 11 of 11) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFixedSize.h | 49 static const std::size_t NumIndices = Dimensions::count; variable 360 EIGEN_STRONG_INLINE bool checkIndexRange(const array<Index, NumIndices>& /*indices*/) const in checkIndexRange() argument
|
D | TensorMap.h | 49 static const Index NumIndices = PlainObjectType::NumIndices; variable
|
D | TensorRef.h | 133 static const Index NumIndices = PlainObjectType::NumIndices; variable
|
D | Tensor.h | 83 static const int NumIndices = NumIndices_; variable
|
/external/capstone/ |
D | MCRegisterInfo.c | 35 uint16_t *SubIndices, unsigned NumIndices, in MCRegisterInfo_InitMCRegisterInfo()
|
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 255 unsigned NumIndices, in InitMCRegisterInfo()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 446 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1748 unsigned NumIndices) in CXXCtorInitializer() 1763 unsigned NumIndices) { in Create()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 864 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/ |
D | Core.cpp | 1256 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/ |
D | MachODump.cpp | 7238 uint32_t NumIndices = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local
|