Home
last modified time | relevance | path

Searched defs:Index (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXParamManager.cpp33 unsigned Index = AllParams.size(); in addArgumentParam() local
50 unsigned Index = AllParams.size(); in addReturnParam() local
67 unsigned Index = AllParams.size(); in addLocalParam() local
/external/swiftshader/third_party/subzero/src/
DIceLiveness.h86 SizeT Index = Node->getIndex(); in getLiveIn() local
91 SizeT Index = Node->getIndex(); in getLiveOut() local
97 SizeT Index = Node->getIndex(); in getLiveBegin() local
102 SizeT Index = Node->getIndex(); in getLiveEnd() local
106 bool getRangeMask(SizeT Index) const { return RangeMask[Index]; } in getRangeMask()
129 void resize(SizeT Index) { in resize()
/external/llvm/lib/Analysis/
DLoopPass.cpp103 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in cloneBasicBlockSimpleAnalysis() local
116 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisValue() local
124 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisLoop() local
175 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
187 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
245 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
256 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
267 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
DRegionPass.cpp70 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
84 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
141 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
157 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
176 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
/external/eigen/test/
Dblock.cpp28 block_real_only(const MatrixType &, Index, Index, Index, Index, const Scalar&) { in block_real_only() argument
35 typedef typename MatrixType::Index Index; in block() typedef
203 typedef typename MatrixType::Index Index; in compare_using_data_and_stride() typedef
237 typedef typename MatrixType::Index Index; in data_and_stride() typedef
Darray.cpp14 typedef typename ArrayType::Index Index; in array() typedef
133 typedef typename ArrayType::Index Index; in comparisons() typedef
211 typedef typename ArrayType::Index Index; in array_real() typedef
322 typedef typename ArrayType::Index Index; in array_complex() typedef
427 typedef typename ArrayType::Index Index; in min_max() typedef
Dmapped_matrix.cpp20 typedef typename VectorType::Index Index; in map_class_vector() typedef
54 typedef typename MatrixType::Index Index; in map_class_matrix() typedef
124 typedef typename VectorType::Index Index; in map_static_methods() typedef
166 typedef typename MatrixType::Index Index; in map_not_aligned_on_scalar() typedef
/external/pdfium/core/fpdfapi/edit/
Deditint.h44 struct Index { struct
64 std::vector<Index> m_IndexArray; argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionPass.cpp69 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
83 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
136 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
152 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
171 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
DLoopPass.cpp156 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in cloneBasicBlockSimpleAnalysis() local
171 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisValue() local
214 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
228 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
283 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
296 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
307 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dsmbios.c30 UINT16 Index; in LibGetSmbiosSystemGuidAndSerialNumber() local
93 UINT16 Index; in LibGetSmbiosString() local
/external/clang/lib/AST/
DSelectorLocationsKind.cpp20 static SourceLocation getStandardSelLoc(unsigned Index, in getStandardSelLoc()
65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
104 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
121 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h180 bool inRange(MCInst const &MCI, size_t Index) { in inRange()
184 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange()
187 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h68 typedef typename MatrixType::Index Index; in compute() typedef
134 typedef typename EivalsType::Index Index; in matrix_function_partition_eigenvalues() typedef
165 void matrix_function_compute_cluster_size(const ListOfClusters& clusters, Matrix<Index, Dynamic, 1>… in matrix_function_compute_cluster_size()
191 typedef typename EivalsType::Index Index; in matrix_function_compute_map() typedef
208 typedef typename VectorType::Index Index; in matrix_function_compute_permutation() typedef
222 typedef typename VectorType::Index Index; in matrix_function_permute_schur() typedef
288 typedef typename MatrixType::Index Index; in matrix_function_solve_triangular_sylvester() typedef
333 typedef typename MatrixType::Index Index; in matrix_function_compute_above_diagonal() typedef
/external/llvm/lib/Target/MSP430/
DMSP430MachineFunctionInfo.h46 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex()
49 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp108 static bool canBeExternallyReferenced(const ModuleSummaryIndex &Index, in canBeExternallyReferenced()
126 static bool eligibleForImport(const ModuleSummaryIndex &Index, in eligibleForImport()
165 selectCallee(const ModuleSummaryIndex &Index, in selectCallee()
206 const ModuleSummaryIndex &Index) { in selectCallee()
216 static void exportGlobalInModule(const ModuleSummaryIndex &Index, in exportGlobalInModule()
266 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
337 const GVSummaryMapTy &DefinedGVSummaries, const ModuleSummaryIndex &Index, in ComputeImportForModule()
378 const ModuleSummaryIndex &Index, in ComputeCrossModuleImport()
411 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule()
727 const ModuleSummaryIndex *Index; member in __anon37a0db270a11::FunctionImportPass
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp265 unsigned Index, in ReadIndirectSymbolTableEntry()
286 unsigned Index, in ReadSection()
309 unsigned Index, in ReadSection64()
324 unsigned Index, in ReadRelocationEntry()
338 unsigned Index, in ReadSymbolTableEntry()
352 unsigned Index, in ReadSymbol64TableEntry()
360 void MachOObject::ReadULEB128s(uint64_t Index, in ReadULEB128s()
/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp123 unsigned &Index) { in isDeInterleaveMaskOfFactor()
147 unsigned &Index) { in isDeInterleaveMask()
224 unsigned Factor, Index; in lowerInterleavedLoad() local
284 auto Index = IndexOperand->getSExtValue(); in tryReplaceExtracts() local
325 auto Index = Replacement.second.second; in tryReplaceExtracts() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorStorage.h73 typedef IndexType Index; typedef
84 EIGEN_DEVICE_FUNC TensorStorage(Index size, const array<Index, NumIndices_>& dimensions) in TensorStorage()
116 EIGEN_DEVICE_FUNC void resize(Index size, const array<Index, NumIndices_>& nbDimensions) in resize()
DTensorExecutor.h30 typedef typename Expression::Index Index; typedef
52 typedef typename Expression::Index Index; typedef
DTensor.h70 typedef typename internal::traits<Self>::Index Index; typedef
124 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices)… in coeff()
164 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(const array<Index, NumIndices>& indices) in coeffRef()
376 … EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit Tensor(const array<Index, NumIndices>& dimensions) in Tensor()
432 EIGEN_DEVICE_FUNC void resize(const array<Index, NumIndices>& dimensions) in resize()
450 EIGEN_DEVICE_FUNC void resize(const DSizes<Index, NumIndices>& dimensions) { in resize()
500 bool checkIndexRange(const array<Index, NumIndices>& indices) const in checkIndexRange()
515 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index linearizedIndex(const array<Index, NumIndices>& indice… in linearizedIndex()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp118 const ModuleSummaryIndex &Index, in computePrevailingCopies()
142 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule()
148 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
227 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
331 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
395 ModuleSummaryIndex &Index, in resolveWeakForLinkerInIndex()
502 auto Index = (*ObjOrErr)->takeIndex(); in linkCombinedIndex() local
517 ModuleSummaryIndex &Index) { in promote()
544 ModuleSummaryIndex &Index) { in crossModuleImport()
566 StringRef ModulePath, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
[all …]
/external/llvm/lib/Option/
DArg.cpp21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg()
25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
/external/llvm/lib/IR/
DAttributes.cpp734 unsigned Index = I->first; in get() local
758 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
805 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
813 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
851 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
857 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
894 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
943 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
949 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
955 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
[all …]
DLegacyPassManager.cpp203 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
353 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
898 for (unsigned Index = 0; Index < PMT_Last; ++Index) { in removeNotPreservedAnalysis() local
1296 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
1333 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) in doInitialization() local
1342 for (int Index = getNumContainedPasses() - 1; Index >= 0; --Index) in doFinalization() local
1351 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doInitialization() local
1362 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doFinalization() local
1427 for (unsigned Index = 0; Index < getNumContainedManagers(); ++Index) in doInitialization() local
1436 for (int Index = getNumContainedManagers() - 1; Index >= 0; --Index) in doFinalization() local
[all …]

12345678910>>...26