Home
last modified time | relevance | path

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

12345678910>>...33

/llvm-project/clang/unittests/Index/
H A DIndexTests.cpp113 IndexAction(std::shared_ptr<Indexer> Index, in IndexAction()
121 std::shared_ptr<Indexer> Index; in CreateASTConsumer() member in clang::index::__anon37c2cdbb0111::IndexAction::CreateASTConsumer::Consumer
126 Consumer(std::shared_ptr<Indexer> Index, std::shared_ptr<Preprocessor> PP, in CreateASTConsumer()
141 std::shared_ptr<Indexer> Index; member in clang::index::__anon37c2cdbb0111::IndexAction
157 auto Index = std::make_shared<Indexer>(); in TEST() local
172 auto Index = std::make_shared<Indexer>(); in TEST() local
208 auto Index = std::make_shared<Indexer>(); in TEST() local
229 auto Index = std::make_shared<Indexer>(); in TEST() local
254 auto Index = std::make_shared<Indexer>(); in TEST() local
275 auto Index = std::make_shared<Indexer>(); in TEST() local
[all …]
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp38 assert(Index.toArrayIndex() < Records.size()); in getType() argument
43 if (Index.isNoneType() || Index.isSimple()) in getTypeName() argument
55 contains(TypeIndex Index) contains() argument
63 replaceType(TypeIndex & Index,CVType Data,bool Stabilize) replaceType() argument
[all...]
H A DAppendingTypeTableBuilder.cpp45 return CVType(SeenRecords[Index.toArrayIndex()]); in getType() argument
53 if (Index.isSimple() || Index.isNoneType()) in contains() argument
49 getTypeName(TypeIndex Index) getTypeName() argument
95 replaceType(TypeIndex & Index,CVType Data,bool Stabilize) replaceType() argument
[all...]
H A DLazyRandomTypeCollection.cpp81 assert(contains(Index)); in getOffsetOfType() argument
88 getType(TypeIndex Index) getType() argument
98 tryGetType(TypeIndex Index) tryGetType() argument
111 getTypeName(TypeIndex Index) getTypeName() argument
133 contains(TypeIndex Index) contains() argument
155 ensureCapacityFor(TypeIndex Index) ensureCapacityFor() argument
279 replaceType(TypeIndex & Index,CVType Data,bool Stabilize) replaceType() argument
[all...]
H A DGlobalTypeTableBuilder.cpp47 CVType Type(SeenRecords[Index.toArrayIndex()]); in getType() argument
56 if (Index.isSimple() || Index.isNoneType()) in contains() argument
52 getTypeName(TypeIndex Index) getTypeName() argument
108 replaceType(TypeIndex & Index,CVType Data,bool Stabilize) replaceType() argument
[all...]
H A DMergingTypeTableBuilder.cpp48 CVType Type(SeenRecords[Index.toArrayIndex()]); in getType() argument
57 if (Index.isSimple() || Index.isNoneType()) in contains() argument
53 getTypeName(TypeIndex Index) getTypeName() argument
121 replaceType(TypeIndex & Index,CVType Data,bool Stabilize) replaceType() argument
[all...]
/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h58 template <typename T> T *getTensorValue(size_t Index) { in getTensorValue()
62 template <typename T> const T *getTensorValue(size_t Index) const { in getTensorValue()
92 template <typename T> T *getInput(size_t Index) { in getInput()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dbranch-clone-if-constexpr-template.cpp29 constexpr unsigned Index = 1; in shouldFailNonTemplate() local
41 constexpr unsigned Index = 1; in shouldPassNonTemplate() local
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp65 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index, in ResourceState() argument
123 unsigned Index = getResourceStateIndex(ProcResID2Mask[I]); in ResourceManager() local
129 unsigned Index = getResourceStateIndex(Mask); in ResourceManager() local
137 unsigned Index = getResourceStateIndex(Mask); in ResourceManager() local
160 unsigned Index = getResourceStateIndex(ResourceMask); setCustomStrategyImpl() local
178 unsigned Index = getResourceStateIndex(ResourceID); selectPipe() local
327 unsigned Index = getResourceStateIndex(ResourceMask); checkAvailability() local
394 const unsigned Index = getResourceStateIndex(ResourceID); reserveResource() local
403 const unsigned Index = getResourceStateIndex(ResourceID); releaseResource() local
[all...]
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dcrash_handler_api.cpp79 void checkMetadata(size_t Index, uintptr_t ErrorPtr) { in checkMetadata()
135 size_t Index = in TEST_F() local
151 size_t Index = in TEST_F() local
181 size_t Index = in TEST_F() local
193 size_t Index = in TEST_F() local
205 size_t Index = in TEST_F() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h42 bool isValidIndex(size_t Index) const { return Index != BadIndex; } in isValidIndex()
59 size_t Index = findIndex(Key); in getIndex() local
70 StringRef getString(size_t Index) const { in getString()
/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h97 void set(IndexT Index) { in set()
115 for (IndexT Index : Indices) in set() local
120 bool test(IndexT Index) const { in test()
129 void test_and_set(IndexT Index) { in test_and_set()
135 void reset(IndexT Index) { in reset()
279 void advanceTo(IndexT Index) { in advanceTo()
330 void advanceToLowerBound(IndexT Index) { in advanceToLowerBound()
354 const_iterator find(IndexT Index) const { in find()
/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h58 std::optional<ModuleSummaryIndex> Index; variable
83 const ModuleSummaryIndex *Index; variable
H A DMLModelRunner.h47 void *getTensorUntyped(size_t Index) { return InputBuffers[Index]; } in getTensorUntyped() argument
48 const void *getTensorUntyped(size_t Index) const { in getTensorUntyped() argument
63 void setUpBufferForTensor(size_t Index, const TensorSpec &Spec, in setUpBufferForTensor() argument
/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp19 static SourceLocation getStandardSelLoc(unsigned Index, in getStandardSelLoc()
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
103 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
120 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc()
/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h36 SDValue Index; variable
42 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) in BaseIndexOffset()
44 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, in BaseIndexOffset()
/llvm-project/llvm/unittests/IR/
H A DModuleSummaryIndexTest.cpp20 std::unique_ptr<ModuleSummaryIndex> Index = in makeLLVMIndex() local
28 std::unique_ptr<ModuleSummaryIndex> Index = makeLLVMIndex(R"Summary( in TEST() local
H A DShuffleVectorInstTest.cpp79 int Index; in TEST() local
98 int Index; in TEST() local
113 int NumSubElts, Index; in TEST() local
/llvm-project/clang-tools-extra/clang-doc/assets/
H A Dindex.js46 function createIndex(Index) { argument
71 createIndex(Index) global() argument
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCallHierarchyTests.cpp76 auto Index = TU.index(); TEST() local
122 auto Index = TU.index(); TEST() local
164 auto Index = TU.index(); TEST() local
197 auto Index = TU.index(); TEST() local
262 auto Index = Workspace.index(); TEST() local
371 auto Index = Workspace.index(); TEST() local
434 auto Index = TU.index(); TEST() local
[all...]
H A DTypeHierarchyTests.cpp493 auto Index = TU.index(); in TEST() local
519 auto Index = TU.index(); in TEST() local
542 auto Index = TU.index(); in TEST() local
584 SymbolID findSymbolIDByName(SymbolIndex *Index, llvm::StringRef Name, in findSymbolIDByName() argument
602 std::vector<SymbolID> collectSubtypes(SymbolID Subject, SymbolIndex *Index) { in collectSubtypes() argument
623 auto Index = TU.index(); TEST() local
644 auto Index = TU.index(); TEST() local
665 auto Index = TU.index(); TEST() local
687 auto Index = TU.index(); TEST() local
710 auto Index = TU.index(); TEST() local
728 auto Index = TU.index(); TEST() local
746 auto Index = TU.index(); TEST() local
780 auto Index = TU.index(); TEST() local
806 auto Index = TU.index(); TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp204 qualifyCalleeCandidates(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,StringRef CallerModulePath) qualifyCalleeCandidates() argument
274 selectCallee(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,unsigned Threshold,StringRef CallerModulePath,const GlobalValueSummary * & TooLargeOrNoInlineSummary,FunctionImporter::ImportFailureReason & Reason) selectCallee() argument
321 const ModuleSummaryIndex &Index; global() member in GlobalsImporter
416 GlobalsImporter(const ModuleSummaryIndex & Index,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) GlobalsImporter() argument
440 const ModuleSummaryIndex &Index; global() member in ModuleImportsManager
446 ModuleImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists=nullptr) ModuleImportsManager() argument
593 WorkloadImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) WorkloadImportsManager() argument
680 create(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) create() argument
719 computeImportForFunction(const FunctionSummary & Summary,const ModuleSummaryIndex & Index,const unsigned Threshold,const GVSummaryMapTy & DefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,SmallVectorImpl<EdgeInfo> & Worklist,GlobalsImporter & GVImporter,FunctionImporter::ImportMapTy & ImportList,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists,FunctionImporter::ImportThresholdsTy & ImportThresholds) computeImportForFunction() argument
984 isGlobalVarSummary(const ModuleSummaryIndex & Index,ValueInfo VI) isGlobalVarSummary() argument
991 isGlobalVarSummary(const ModuleSummaryIndex & Index,GlobalValue::GUID G) isGlobalVarSummary() argument
1000 numGlobalVarSummaries(const ModuleSummaryIndex & Index,FunctionImporter::ExportSetTy & ExportSet) numGlobalVarSummaries() argument
1012 numGlobalVarSummaries(const ModuleSummaryIndex & Index,FunctionImporter::FunctionsToImportTy & ImportMap,unsigned & DefinedFS) numGlobalVarSummaries() argument
1029 checkVariableImport(const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) checkVariableImport() argument
1067 ComputeCrossModuleImport(const ModuleSummaryIndex & Index,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) ComputeCrossModuleImport() argument
1165 dumpImportListForModule(const ModuleSummaryIndex & Index,StringRef ModulePath,FunctionImporter::ImportMapTy & ImportList) dumpImportListForModule() argument
1196 ComputeCrossModuleImportForModuleForTest(StringRef ModulePath,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,const ModuleSummaryIndex & Index,FunctionImporter::ImportMapTy & ImportList) ComputeCrossModuleImportForModuleForTest() argument
1219 ComputeCrossModuleImportForModuleFromIndexForTest(StringRef ModulePath,const ModuleSummaryIndex & Index,FunctionImporter::ImportMapTy & ImportList) ComputeCrossModuleImportForModuleFromIndexForTest() argument
1252 updateValueInfoForIndirectCalls(ModuleSummaryIndex & Index,FunctionSummary * FS) updateValueInfoForIndirectCalls() argument
1282 updateIndirectCalls(ModuleSummaryIndex & Index) updateIndirectCalls() argument
1292 computeDeadSymbolsAndUpdateIndirectCalls(ModuleSummaryIndex & Index,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,function_ref<PrevailingType (GlobalValue::GUID)> isPrevailing) computeDeadSymbolsAndUpdateIndirectCalls() argument
1408 computeDeadSymbolsWithConstProp(ModuleSummaryIndex & Index,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,function_ref<PrevailingType (GlobalValue::GUID)> isPrevailing,bool ImportEnabled) computeDeadSymbolsWithConstProp() argument
1910 std::unique_ptr<ModuleSummaryIndex> Index = std::move(*IndexPtrOrErr); doImportingForModuleForTest() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp158 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
178 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
272 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
283 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
294 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
H A DRegionPass.cpp69 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
81 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
151 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
167 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h58 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex()
61 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()

12345678910>>...33