Home
last modified time | relevance | path

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

12345678910>>...26

/freebsd-src/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c264 UINT32 Index; in AcpiDsMethodDataDeleteAll() local
327 UINT32 Index = 0; AcpiDsMethodDataInitArgs() local
385 AcpiDsMethodDataGetNode(UINT8 Type,UINT32 Index,ACPI_WALK_STATE * WalkState,ACPI_NAMESPACE_NODE ** Node) AcpiDsMethodDataGetNode() argument
457 AcpiDsMethodDataSetValue(UINT8 Type,UINT32 Index,ACPI_OPERAND_OBJECT * Object,ACPI_WALK_STATE * WalkState) AcpiDsMethodDataSetValue() argument
516 AcpiDsMethodDataGetValue(UINT8 Type,UINT32 Index,ACPI_WALK_STATE * WalkState,ACPI_OPERAND_OBJECT ** DestDesc) AcpiDsMethodDataGetValue() argument
629 AcpiDsMethodDataDeleteValue(UINT8 Type,UINT32 Index,ACPI_WALK_STATE * WalkState) AcpiDsMethodDataDeleteValue() argument
695 AcpiDsStoreObjectToLocal(UINT8 Type,UINT32 Index,ACPI_OPERAND_OBJECT * ObjDesc,ACPI_WALK_STATE * WalkState) AcpiDsStoreObjectToLocal() argument
853 AcpiDsMethodDataGetType(UINT16 Opcode,UINT32 Index,ACPI_WALK_STATE * WalkState) AcpiDsMethodDataGetType() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()
43 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
55 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
63 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DLazyRandomTypeCollection.cpp81 uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) { in getOffsetOfType()
88 CVType LazyRandomTypeCollection::getType(TypeIndex Index) { in getType()
98 std::optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType()
111 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName()
133 bool LazyRandomTypeCollection::contains(TypeIndex Index) { in contains()
155 void LazyRandomTypeCollection::ensureCapacityFor(TypeIndex Index) { in ensureCapacityFor()
279 bool LazyRandomTypeCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DAppendingTypeTableBuilder.cpp45 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType()
49 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()
53 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains()
95 bool AppendingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DGlobalTypeTableBuilder.cpp47 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType()
52 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()
56 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains()
108 bool GlobalTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DMergingTypeTableBuilder.cpp48 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType()
53 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()
57 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains()
121 bool MergingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h42 bool isValidIndex(size_t Index) const { return Index != BadIndex; } in isValidIndex() argument
59 size_t Index = findIndex(Key); in getIndex() local
70 StringRef getString(size_t Index) const { in getString() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DSelectorLocationsKind.cpp19 static SourceLocation getStandardSelLoc(unsigned Index, in getStandardSelLoc() argument
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc() argument
103 SourceLocation clang::getStandardSelectorLoc(unsigned Index, in getStandardSelectorLoc() argument
120 getStandardSelectorLoc(unsigned Index,Selector Sel,bool WithArgSpace,ArrayRef<ParmVarDecl * > Args,SourceLocation EndLoc) getStandardSelectorLoc() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp188 qualifyCalleeCandidates(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,StringRef CallerModulePath) qualifyCalleeCandidates() argument
254 selectCallee(const ModuleSummaryIndex & Index,ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList,unsigned Threshold,StringRef CallerModulePath,FunctionImporter::ImportFailureReason & Reason) selectCallee() argument
293 const ModuleSummaryIndex &Index; global() member in GlobalsImporter
379 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
403 const ModuleSummaryIndex &Index; global() member in ModuleImportsManager
409 ModuleImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists=nullptr) ModuleImportsManager() argument
555 WorkloadImportsManager(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) WorkloadImportsManager() argument
642 create(function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> IsPrevailing,const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ExportSetTy> * ExportLists) create() argument
681 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
922 isGlobalVarSummary(const ModuleSummaryIndex & Index,ValueInfo VI) isGlobalVarSummary() argument
929 isGlobalVarSummary(const ModuleSummaryIndex & Index,GlobalValue::GUID G) isGlobalVarSummary() argument
937 numGlobalVarSummaries(const ModuleSummaryIndex & Index,T & Cont) numGlobalVarSummaries() argument
949 checkVariableImport(const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) checkVariableImport() argument
988 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
1080 dumpImportListForModule(const ModuleSummaryIndex & Index,StringRef ModulePath,FunctionImporter::ImportMapTy & ImportList) dumpImportListForModule() argument
1108 ComputeCrossModuleImportForModuleForTest(StringRef ModulePath,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,const ModuleSummaryIndex & Index,FunctionImporter::ImportMapTy & ImportList) ComputeCrossModuleImportForModuleForTest() argument
1131 ComputeCrossModuleImportForModuleFromIndexForTest(StringRef ModulePath,const ModuleSummaryIndex & Index,FunctionImporter::ImportMapTy & ImportList) ComputeCrossModuleImportForModuleFromIndexForTest() argument
1158 updateValueInfoForIndirectCalls(ModuleSummaryIndex & Index,FunctionSummary * FS) updateValueInfoForIndirectCalls() argument
1188 updateIndirectCalls(ModuleSummaryIndex & Index) updateIndirectCalls() argument
1198 computeDeadSymbolsAndUpdateIndirectCalls(ModuleSummaryIndex & Index,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,function_ref<PrevailingType (GlobalValue::GUID)> isPrevailing) computeDeadSymbolsAndUpdateIndirectCalls() argument
1314 computeDeadSymbolsWithConstProp(ModuleSummaryIndex & Index,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,function_ref<PrevailingType (GlobalValue::GUID)> isPrevailing,bool ImportEnabled) computeDeadSymbolsWithConstProp() argument
1759 std::unique_ptr<ModuleSummaryIndex> Index = std::move(*IndexPtrOrErr); doImportingForModuleForTest() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLModelRunner.h47 void *getTensorUntyped(size_t Index) { return InputBuffers[Index]; } in getTensorUntyped()
48 const void *getTensorUntyped(size_t Index) const { in getTensorUntyped()
63 void setUpBufferForTensor(size_t Index, const TensorSpec &Spec, in setUpBufferForTensor()
H A DModuleSummaryAnalysis.h58 std::optional<ModuleSummaryIndex> Index; variable
83 const ModuleSummaryIndex *Index; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h43 : Base(Base), Index(Index), IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset() argument
35 SDValue Index; global() variable
41 BaseIndexOffset(SDValue Base,SDValue Index,bool IsIndexSignExt) BaseIndexOffset() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp157 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { runOnFunction() local
177 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { runOnFunction() local
271 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { runOnFunction() local
282 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { runOnFunction() local
293 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { dumpPassStructure() local
[all...]
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
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h69 const unsigned Index = 0; variable
110 ConstructionContextItem(const CallExpr *CE, unsigned Index) in ConstructionContextItem()
113 ConstructionContextItem(const CXXConstructExpr *CE, unsigned Index) in ConstructionContextItem()
116 ConstructionContextItem(const CXXInheritedCtorInitExpr *CE, unsigned Index) in ConstructionContextItem()
119 ConstructionContextItem(const ObjCMessageExpr *ME, unsigned Index) in ConstructionContextItem()
123 ConstructionContextItem(const Expr *E, unsigned Index) in ConstructionContextItem()
133 ConstructionContextItem(const LambdaExpr *LE, unsigned Index) in ConstructionContextItem()
658 unsigned Index; variable
665 explicit ArgumentConstructionContext(const Expr *CE, unsigned Index, in ArgumentConstructionContext()
689 unsigned Index; variable
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A 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()
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c198 UINT32 Index; in ApCheckForPredefinedMethod() local
357 UINT32 Index; in ApCheckPredefinedReturnValue() local
463 UINT32 Index; in ApCheckForPredefinedObject() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h204 bool inRange(MCInst const &MCI, size_t Index) { in inRange()
208 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange()
211 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp137 computePrevailingCopies(const ModuleSummaryIndex & Index,DenseMap<GlobalValue::GUID,const GlobalValueSummary * > & PrevailingCopy) computePrevailingCopies() argument
162 promoteModule(Module & TheModule,const ModuleSummaryIndex & Index,bool ClearDSOLocalOnDeclarations) promoteModule() argument
215 crossImportIntoModule(Module & TheModule,const ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,const FunctionImporter::ImportMapTy & ImportList,bool ClearDSOLocalOnDeclarations) crossImportIntoModule() argument
241 optimizeModule(Module & TheModule,TargetMachine & TM,unsigned OptLevel,bool Freestanding,bool DebugPassManager,ModuleSummaryIndex * Index) optimizeModule() argument
362 ModuleCacheEntry(StringRef CachePath,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGVSummaries,unsigned OptLevel,bool Freestanding,const TargetMachineBuilder & TMBuilder) ModuleCacheEntry() argument
432 ProcessThinLTOModule(Module & TheModule,ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,TargetMachine & TM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const GVSummaryMapTy & DefinedGlobals,const ThinLTOCodeGenerator::CachingOptions & CacheOptions,bool DisableCodeGen,StringRef SaveTempsDir,bool Freestanding,unsigned OptLevel,unsigned count,bool DebugPassManager) ProcessThinLTOModule() argument
496 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); ProcessThinLTOModule() local
512 resolvePrevailingInIndex(ModuleSummaryIndex & Index,StringMap<std::map<GlobalValue::GUID,GlobalValue::LinkageTypes>> & ResolvedODR,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const DenseMap<GlobalValue::GUID,const GlobalValueSummary * > & PrevailingCopy) resolvePrevailingInIndex() argument
668 computeDeadSymbolsInIndex(ModuleSummaryIndex & Index,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) computeDeadSymbolsInIndex() argument
684 promote(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) promote() argument
737 crossModuleImport(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) crossModuleImport() argument
776 gatherImportedSummariesForModule(Module & TheModule,ModuleSummaryIndex & Index,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex,const lto::InputFile & File) gatherImportedSummariesForModule() argument
815 emitImports(Module & TheModule,StringRef OutputName,ModuleSummaryIndex & Index,const lto::InputFile & File) emitImports() argument
861 internalize(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) internalize() argument
1017 auto Index = linkCombinedIndex(); run() local
[all...]
/freebsd-src/contrib/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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp122 selectADDRrii(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Offset) selectADDRrii() argument
135 selectADDRzri(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Offset) selectADDRzri() argument
141 selectADDRzii(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Offset) selectADDRzii() argument
192 matchADDRrr(SDValue Addr,SDValue & Base,SDValue & Index) matchADDRrr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp103 SmallVector<const Value *> Index(llvm::drop_begin(operand_values())); accumulateConstantOffset() local
109 accumulateConstantOffset(Type * SourceType,ArrayRef<const Value * > Index,const DataLayout & DL,APInt & Offset,function_ref<bool (Value &,APInt &)> ExternalAnalysis) accumulateConstantOffset() argument
112 __anon257c8f380102(APInt Index, uint64_t Size) accumulateConstantOffset() argument
186 __anon257c8f380202(APInt Index, uint64_t Size) collectOffset() argument
[all...]

12345678910>>...26