Home
last modified time | relevance | path

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

12345678910>>...97

/aosp_15_r20/prebuilts/go/linux-x86/src/index/suffixarray/
Dsuffixarray.go35 type Index struct { struct
36 data []byte
37 sa ints // suffix array for data; sa.len() == len(data)
155 func (x *Index) Read(r io.Reader) error {
205 func (x *Index) Write(w io.Writer) error {
233 func (x *Index) Bytes() []byte {
237 func (x *Index) at(i int) []byte {
243 func (x *Index) lookupAll(s []byte) ints {
257 func (x *Index) Lookup(s []byte, n int) (result []int) {
287 func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) {
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc305 __ Index(z0.VnB(), 0, 1); in TEST_SVE() local
306 __ Index(z1.VnB(), 0, 1); in TEST_SVE() local
307 __ Index(z2.VnB(), 0, 1); in TEST_SVE() local
308 __ Index(z3.VnB(), 0, 1); in TEST_SVE() local
309 __ Index(z4.VnB(), 0, 1); in TEST_SVE() local
311 __ Index(z10.VnB(), 0, -1); in TEST_SVE() local
312 __ Index(z11.VnB(), 0, -1); in TEST_SVE() local
313 __ Index(z12.VnB(), 0, -1); in TEST_SVE() local
314 __ Index(z13.VnB(), 0, -1); in TEST_SVE() local
315 __ Index(z14.VnB(), 0, -1); in TEST_SVE() local
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp173 selectCallee(const ModuleSummaryIndex &Index, in selectCallee()
272 const GlobalValueSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForReferencedGlobals()
349 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
522 const GVSummaryMapTy &DefinedGVSummaries, const ModuleSummaryIndex &Index, in ComputeImportForModule()
594 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary()
601 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, in isGlobalVarSummary()
609 static unsigned numGlobalVarSummaries(const ModuleSummaryIndex &Index, in numGlobalVarSummaries()
621 checkVariableImport(const ModuleSummaryIndex &Index, in checkVariableImport()
654 const ModuleSummaryIndex &Index, in ComputeCrossModuleImport()
744 static void dumpImportListForModule(const ModuleSummaryIndex &Index, in dumpImportListForModule()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp899 static constexpr unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx()
994 unsigned Index = I->first; in get() local
1080 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1090 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1098 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1132 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1140 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1148 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1155 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
1195 unsigned Index = attrIdxToArrayIdx(ArgNo + FirstArgIndex); in addParamAttribute() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp65 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index, in ResourceState()
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); in setCustomStrategyImpl() local
178 unsigned Index = getResourceStateIndex(ResourceID); in selectPipe() local
286 unsigned Index = getResourceStateIndex(E.first); in checkAvailability() local
344 const unsigned Index = getResourceStateIndex(ResourceID); in reserveResource() local
353 const unsigned Index = getResourceStateIndex(ResourceID); in releaseResource() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp177 selectCallee(const ModuleSummaryIndex &Index, in selectCallee()
270 updateValueInfoForIndirectCalls(const ModuleSummaryIndex &Index, ValueInfo VI) { in updateValueInfoForIndirectCalls()
285 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForReferencedGlobals()
363 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
539 const GVSummaryMapTy &DefinedGVSummaries, const ModuleSummaryIndex &Index, in ComputeImportForModule()
607 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary()
614 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, in isGlobalVarSummary()
622 static unsigned numGlobalVarSummaries(const ModuleSummaryIndex &Index, in numGlobalVarSummaries()
634 checkVariableImport(const ModuleSummaryIndex &Index, in checkVariableImport()
667 const ModuleSummaryIndex &Index, in ComputeCrossModuleImport()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp65 ResourceState::ResourceState(const MCProcResourceDesc &Desc, unsigned Index, in ResourceState()
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); in setCustomStrategyImpl() local
178 unsigned Index = getResourceStateIndex(ResourceID); in selectPipe() local
327 unsigned Index = getResourceStateIndex(ResourceMask); in checkAvailability() local
394 const unsigned Index = getResourceStateIndex(ResourceID); in reserveResource() local
403 const unsigned Index = getResourceStateIndex(ResourceID); in releaseResource() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A 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 __anon4d46b8fe0a11::FunctionImportPass
[all …]
/aosp_15_r20/build/make/tools/compliance/projectmetadata/
H A Dprojectmetadata.go143 type Index struct { struct
146 projects sync.Map
149 task chan bool
152 rootFS fs.FS
169 func (ix *Index) MetadataForProjects(projects ...string) ([]*ProjectMetadata, error) {
240 func (ix *Index) AllMetadataFiles() []string {
253 func (ix *Index) readMetadataFile(pi *projectIndex, path string) {
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
327 inline bool isValid() const { in isValid()
335 inline unsigned rawStream() const { in rawStream()
341 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
349 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() argument
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp130 const ModuleSummaryIndex &Index, in computePrevailingCopies()
154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule()
206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
231 ModuleSummaryIndex *Index) { in optimizeModule()
315 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
400 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
450 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule() local
465 ModuleSummaryIndex &Index, in resolvePrevailingInIndex()
617 ModuleSummaryIndex &Index, in computeDeadSymbolsInIndex()
633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() argument
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
327 inline bool isValid() const { in isValid()
335 inline unsigned rawStream() const { in rawStream()
341 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
349 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() argument
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() argument
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() argument
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]
/aosp_15_r20/frameworks/av/media/codec2/core/include/
H A DC2Param.h285 struct Index : public Type { struct
287 inline operator uint32_t() const { return mIndex; } in uint32_t()
290 inline Index(uint32_t index) : Type(index) { } in Index() function
299 inline unsigned stream() const { in stream()
304 inline Index withStream(unsigned stream) const { in withStream()
311 inline Index withPort(bool output) const { in withPort()
328 inline bool isValid() const { in isValid()
336 inline unsigned rawStream() const { in rawStream()
342 inline static uint32_t MakeStreamId(unsigned stream) { in MakeStreamId()
350 inline bool convertToStream(bool output, unsigned stream) { in convertToStream()
[all …]

12345678910>>...97