Home
last modified time | relevance | path

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

1234567891011

/NextBSD/sys/contrib/dev/acpica/components/dispatcher/
HDdsmthdat.c153 UINT32 Index; in AcpiDsMethodDataDeleteAll() local
216 UINT32 Index = 0; in AcpiDsMethodDataInitArgs() local
273 UINT32 Index, in AcpiDsMethodDataGetNode()
345 UINT32 Index, in AcpiDsMethodDataSetValue()
404 UINT32 Index, in AcpiDsMethodDataGetValue()
517 UINT32 Index, in AcpiDsMethodDataDeleteValue()
583 UINT32 Index, in AcpiDsStoreObjectToLocal()
735 UINT32 Index, in AcpiDsMethodDataGetType()
HDdswstate.c82 UINT32 Index; in AcpiDsResultPop() local
166 UINT32 Index; in AcpiDsResultPush() local
/NextBSD/contrib/llvm/lib/Analysis/
HDLoopPass.cpp150 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in cloneBasicBlockSimpleAnalysis() local
165 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisValue() local
173 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in deleteSimpleAnalysisLoop() local
224 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
238 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
293 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
306 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
317 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
HDRegionPass.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
HDStratifiedSets.h35 StratifiedIndex Index; member
120 const StratifiedLink &getLink(StratifiedIndex Index) const { in getLink()
409 auto Index = *indexOf(Main); in addAbove() local
422 auto Index = *indexOf(Main); in addBelow() local
495 bool addAtMerging(const T &ToAdd, StratifiedIndex Index) { in addAtMerging()
514 BuilderLink &linksAt(StratifiedIndex Index) { in linksAt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDSelectorLocationsKind.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()
/NextBSD/contrib/llvm/lib/IR/
HDAttributes.cpp651 unsigned Index = I->first; in get() local
675 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
713 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get()
753 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
759 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
766 AttributeSet AttributeSet::addAttribute(LLVMContext &C, unsigned Index, in addAttribute()
773 AttributeSet AttributeSet::addAttributes(LLVMContext &C, unsigned Index, in addAttributes()
822 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute()
828 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
871 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes()
[all …]
HDLegacyPassManager.cpp190 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
348 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in dumpPassStructure() local
896 for (unsigned Index = 0; Index < PMT_Last; ++Index) { in removeNotPreservedAnalysis() local
1291 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in runOnFunction() local
1327 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) in doInitialization() local
1336 for (int Index = getNumContainedPasses() - 1; Index >= 0; --Index) in doFinalization() local
1345 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doInitialization() local
1356 for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) { in doFinalization() local
1421 for (unsigned Index = 0; Index < getNumContainedManagers(); ++Index) in doInitialization() local
1430 for (int Index = getNumContainedManagers() - 1; Index >= 0; --Index) in doFinalization() local
[all …]
HDOperator.cpp38 APInt Index = OpC->getValue().sextOrTrunc(Offset.getBitWidth()); in accumulateConstantOffset() local
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430MachineFunctionInfo.h46 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex()
49 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } in setVarArgsFrameIndex()
/NextBSD/contrib/llvm/lib/Option/
HDArg.cpp20 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg()
24 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
31 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
HDArgList.cpp305 const char *ArgList::GetOrMakeJoinedArgString(unsigned Index, in GetOrMakeJoinedArgString()
331 unsigned Index = ArgStrings.size(); in MakeIndex() local
375 unsigned Index = BaseArgs.MakeIndex(Value); in MakePositionalArg() local
384 unsigned Index = BaseArgs.MakeIndex(Opt.getName(), Value); in MakeSeparateArg() local
393 unsigned Index = BaseArgs.MakeIndex((Opt.getName() + Value).str()); in MakeJoinedArg() local
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslpredef.c90 UINT32 Index; in ApCheckForPredefinedMethod() local
249 UINT32 Index; in ApCheckPredefinedReturnValue() local
355 UINT32 Index; in ApCheckForPredefinedObject() local
HDaslstubs.c95 UINT32 Index, in AcpiDsMethodDataGetValue()
105 UINT32 Index, in AcpiDsMethodDataGetNode()
115 UINT32 Index, in AcpiDsStoreObjectToLocal()
214 UINT32 Index) in AcpiExDoDebugObject()
HDaslmessages.c300 UINT32 Index; in AeDecodeMessageId() local
/NextBSD/contrib/llvm/lib/Object/
HDIRObjectFile.cpp147 uintptr_t Index = Symb.p & ~uintptr_t(3); in getAsmSymIndex() local
176 unsigned Index = getAsmSymIndex(Symb); in moveSymbolNext() local
193 unsigned Index = getAsmSymIndex(Symb); in printSymbolName() local
214 unsigned Index = getAsmSymIndex(Symb); in getSymbolFlags() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDInterleavedAccessPass.cpp105 unsigned &Index) { in isDeInterleaveMaskOfFactor()
129 unsigned &Index) { in isDeInterleaveMask()
197 unsigned Factor, Index; in lowerInterleavedLoad() local
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64MachineFunctionInfo.h108 void setVarArgsStackIndex(int Index) { VarArgsStackIndex = Index; } in setVarArgsStackIndex()
111 void setVarArgsGPRIndex(int Index) { VarArgsGPRIndex = Index; } in setVarArgsGPRIndex()
117 void setVarArgsFPRIndex(int Index) { VarArgsFPRIndex = Index; } in setVarArgsFPRIndex()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MachineFunctionInfo.h122 void setRAIndex(int Index) { ReturnAddrIndex = Index; } in setRAIndex()
125 void setFAIndex(int Index) { FrameAddrIndex = Index; } in setFAIndex()
158 void setSEHFramePtrSaveIndex(int Index) { SEHFramePtrSaveIndex = Index; } in setSEHFramePtrSaveIndex()
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp70 static int DumpSectionData(const MachOObjectFile &Obj, unsigned Index, in DumpSectionData()
173 unsigned Index, uint32_t StringIndex, in DumpSymbolTableEntryData()
372 static int DumpLoadCommand(const MachOObjectFile &Obj, unsigned Index, in DumpLoadCommand()
425 unsigned Index = 0; in main() local
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h240 virtual const Expr *getArgExpr(unsigned Index) const { return nullptr; } in getArgExpr()
450 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
484 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
581 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
622 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
720 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
764 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
822 const Expr *getArgExpr(unsigned Index) const override { in getArgExpr()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDUndefinedArraySubscriptChecker.cpp38 const Expr *Index = A->getIdx(); in checkPreStmt() local
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDutownerid.c188 UINT32 Index; in AcpiUtReleaseOwnerId() local
/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexoparg3.c176 UINT64 Index; in AcpiExOpcode_3A_1T_1R() local
HDexoparg6.c227 UINT64 Index; in AcpiExOpcode_6A_0T_1R() local

1234567891011