Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsmthdat.c156 UINT32 Index; in AcpiDsMethodDataDeleteAll() local
219 UINT32 Index = 0; in AcpiDsMethodDataInitArgs() local
277 UINT32 Index, in AcpiDsMethodDataGetNode()
349 UINT32 Index, in AcpiDsMethodDataSetValue()
408 UINT32 Index, in AcpiDsMethodDataGetValue()
521 UINT32 Index, in AcpiDsMethodDataDeleteValue()
587 UINT32 Index, in AcpiDsStoreObjectToLocal()
745 UINT32 Index, in AcpiDsMethodDataGetType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp37 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()
42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
54 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
62 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DLazyRandomTypeCollection.cpp83 uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) { in getOffsetOfType()
90 CVType LazyRandomTypeCollection::getType(TypeIndex Index) { in getType()
100 Optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType()
113 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName()
135 bool LazyRandomTypeCollection::contains(TypeIndex Index) { in contains()
157 void LazyRandomTypeCollection::ensureCapacityFor(TypeIndex Index) { in ensureCapacityFor()
281 bool LazyRandomTypeCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DAppendingTypeTableBuilder.cpp52 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType()
56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()
60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains()
102 bool AppendingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DGlobalTypeTableBuilder.cpp54 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType()
59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()
63 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains()
115 bool GlobalTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DMergingTypeTableBuilder.cpp54 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType()
59 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()
63 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains()
127 bool MergingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h96 void set(IndexT Index) { in set()
114 for (IndexT Index : Indices) in set() local
119 bool test(IndexT Index) const { in test()
128 void test_and_set(IndexT Index) { in test_and_set()
134 void reset(IndexT Index) { in reset()
278 void advanceTo(IndexT Index) { in advanceTo()
329 void advanceToLowerBound(IndexT Index) { in advanceToLowerBound()
353 const_iterator find(IndexT Index) const { in find()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp159 bool VEDAGToDAGISel::selectADDRrri(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRrri()
202 bool VEDAGToDAGISel::selectADDRrii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRrii()
215 bool VEDAGToDAGISel::selectADDRzri(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRzri()
221 bool VEDAGToDAGISel::selectADDRzii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRzii()
272 bool VEDAGToDAGISel::matchADDRrr(SDValue Addr, SDValue &Base, SDValue &Index) { in matchADDRrr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h35 SDValue Index; variable
41 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) in BaseIndexOffset()
43 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, in BaseIndexOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp175 selectCallee(const ModuleSummaryIndex &Index, in selectCallee()
268 updateValueInfoForIndirectCalls(const ModuleSummaryIndex &Index, ValueInfo VI) { in updateValueInfoForIndirectCalls()
306 const GlobalValueSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForReferencedGlobals()
383 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
560 const GVSummaryMapTy &DefinedGVSummaries, const ModuleSummaryIndex &Index, in ComputeImportForModule()
632 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary()
639 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, in isGlobalVarSummary()
647 static unsigned numGlobalVarSummaries(const ModuleSummaryIndex &Index, in numGlobalVarSummaries()
659 checkVariableImport(const ModuleSummaryIndex &Index, in checkVariableImport()
692 const ModuleSummaryIndex &Index, in ComputeCrossModuleImport()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h58 Optional<ModuleSummaryIndex> Index; variable
83 const ModuleSummaryIndex *Index; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopPass.cpp160 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
180 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
274 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
285 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
296 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
H A DRegionPass.cpp67 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
79 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
149 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
165 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
H A DReleaseModeModelRunner.cpp58 const int Index = in ReleaseModeModelRunner() local
74 void ReleaseModeModelRunner::setFeature(FeatureIndex Index, int64_t Value) { in setFeature()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsmbios.c41 UINT16 Index; in LibGetSmbiosSystemGuidAndSerialNumber() local
104 UINT16 Index; in LibGetSmbiosString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h195 bool inRange(MCInst const &MCI, size_t Index) { in inRange()
199 bool inSRange(MCInst const &MCI, size_t Index) { in inSRange()
202 template <unsigned N> bool inRange(MCInst const &MCI, size_t Index) { in inRange()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp67 SmallVector<const Value *> Index(value_op_begin() + 1, value_op_end()); in accumulateConstantOffset() local
73 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset()
76 auto AccumulateOffset = [&](APInt Index, uint64_t Size) -> bool { in accumulateConstantOffset()
153 auto CollectConstantOffset = [&](APInt Index, uint64_t Size) { in collectOffset()
H A DAttributes.cpp1120 static unsigned attrIdxToArrayIdx(unsigned Index) { in attrIdxToArrayIdx()
1232 unsigned Index = I->first; in get() local
1318 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1328 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1336 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1347 AttributeList AttributeList::get(LLVMContext &C, unsigned Index, in get()
1381 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1391 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1399 AttributeList AttributeList::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
1406 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, in setAttributes()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp134 const ModuleSummaryIndex &Index, in computePrevailingCopies()
158 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
211 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
237 ModuleSummaryIndex *Index) { in optimizeModule()
331 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
416 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
474 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule() local
489 ModuleSummaryIndex &Index, in resolvePrevailingInIndex()
646 ModuleSummaryIndex &Index, in computeDeadSymbolsInIndex()
662 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslpredef.c90 UINT32 Index; in ApCheckForPredefinedMethod() local
249 UINT32 Index; in ApCheckPredefinedReturnValue() local
355 UINT32 Index; in ApCheckForPredefinedObject() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h53 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex()
56 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h191 template <typename T> T *getTensorValue(size_t Index) { in getTensorValue()
195 template <typename T> const T *getTensorValue(size_t Index) const { in getTensorValue()
229 template <typename T> T *getInput(size_t Index) { in getInput()

12345678910>>...24