Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c264 UINT32 Index; in AcpiDsMethodDataDeleteAll() local
327 UINT32 Index = 0; in AcpiDsMethodDataInitArgs() local
385 UINT32 Index, in AcpiDsMethodDataGetNode()
457 UINT32 Index, in AcpiDsMethodDataSetValue()
516 UINT32 Index, in AcpiDsMethodDataGetValue()
629 UINT32 Index, in AcpiDsMethodDataDeleteValue()
695 UINT32 Index, in AcpiDsStoreObjectToLocal()
853 UINT32 Index, in AcpiDsMethodDataGetType()
/freebsd/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.cpp82 error(ensureTypeExists(Index)); in getOffsetOfType() argument
89 assert(!Index.isSimple()); in getType() argument
99 tryGetType(TypeIndex Index) tryGetType() argument
112 getTypeName(TypeIndex Index) getTypeName() argument
134 contains(TypeIndex Index) contains() argument
156 ensureCapacityFor(TypeIndex Index) ensureCapacityFor() argument
280 replaceType(TypeIndex & Index,CVType Data,bool Stabilize) replaceType() argument
[all...]
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/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h58 template <typename T> T *getTensorValue(size_t Index) { in getTensorValue() argument
62 template <typename T> const T *getTensorValue(size_t Index) const { in getTensorValue() argument
92 template <typename T> T *getInput(size_t Index) { in getInput() argument
[all...]
/freebsd/contrib/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...]
/freebsd/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/contrib/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()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp204 const ModuleSummaryIndex &Index, in qualifyCalleeCandidates()
274 selectCallee(const ModuleSummaryIndex &Index, in selectCallee()
321 const ModuleSummaryIndex &Index; member in GlobalsImporter
416 const ModuleSummaryIndex &Index, const GVSummaryMapTy &DefinedGVSummaries, in GlobalsImporter()
440 const ModuleSummaryIndex &Index; member in ModuleImportsManager
446 const ModuleSummaryIndex &Index, in ModuleImportsManager()
593 const ModuleSummaryIndex &Index, in WorkloadImportsManager()
680 const ModuleSummaryIndex &Index, in create()
719 const FunctionSummary &Summary, const ModuleSummaryIndex &Index, in computeImportForFunction()
984 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLModelRunner.h45 getTensorUntyped(size_t Index) getTensorUntyped() argument
46 getTensorUntyped(size_t Index) getTensorUntyped() argument
61 setUpBufferForTensor(size_t Index,const TensorSpec & Spec,void * Buffer) setUpBufferForTensor() argument
H A DModuleSummaryAnalysis.h58 std::optional<ModuleSummaryIndex> Index; variable
83 const ModuleSummaryIndex *Index; variable
/freebsd/contrib/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()
/freebsd/contrib/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
/freebsd/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/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() argument
25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp138 const ModuleSummaryIndex &Index, in computePrevailingCopies()
163 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
216 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
242 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule()
363 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry()
433 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
497 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule() local
513 ModuleSummaryIndex &Index, in resolvePrevailingInIndex()
660 ModuleSummaryIndex &Index, in computeDeadSymbolsInIndex()
676 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
[all …]
/freebsd/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/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
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp148 int Index = Base + (Element & 0xf); in DecodePSHUFBMask() local
178 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMILPMask() local
232 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMIL2PMask() local
281 uint64_t Index = Element & 0x1F; in DecodeVPPERMMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp127 bool VEDAGToDAGISel::selectADDRrii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRrii()
140 bool VEDAGToDAGISel::selectADDRzri(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRzri()
146 bool VEDAGToDAGISel::selectADDRzii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRzii()
197 bool VEDAGToDAGISel::matchADDRrr(SDValue Addr, SDValue &Base, SDValue &Index) { in matchADDRrr()

12345678910>>...27