| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmthdat.c | 264 UINT32 Index; in AcpiDsMethodDataDeleteAll() local 327 UINT32 Index = 0; in AcpiDsMethodDataInitArgs() local 386 UINT32 Index, in AcpiDsMethodDataGetNode() 458 UINT32 Index, in AcpiDsMethodDataSetValue() 517 UINT32 Index, in AcpiDsMethodDataGetValue() 630 UINT32 Index, in AcpiDsMethodDataDeleteValue() 696 UINT32 Index, in AcpiDsStoreObjectToLocal() 854 UINT32 Index, in AcpiDsMethodDataGetType()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeTableCollection.cpp | 37 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 D | LazyRandomTypeCollection.cpp | 79 uint32_t LazyRandomTypeCollection::getOffsetOfType(TypeIndex Index) { in getOffsetOfType() 86 CVType LazyRandomTypeCollection::getType(TypeIndex Index) { in getType() 96 std::optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() 109 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName() 131 bool LazyRandomTypeCollection::contains(TypeIndex Index) { in contains() 153 void LazyRandomTypeCollection::ensureCapacityFor(TypeIndex Index) { in ensureCapacityFor() 277 bool LazyRandomTypeCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
|
| H A D | AppendingTypeTableBuilder.cpp | 44 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType() 48 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() 52 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains() 94 bool AppendingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
|
| H A D | GlobalTypeTableBuilder.cpp | 46 CVType GlobalTypeTableBuilder::getType(TypeIndex Index) { in getType() 51 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() 55 bool GlobalTypeTableBuilder::contains(TypeIndex Index) { in contains() 107 bool GlobalTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
|
| H A D | MergingTypeTableBuilder.cpp | 47 CVType MergingTypeTableBuilder::getType(TypeIndex Index) { in getType() 52 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() 56 bool MergingTypeTableBuilder::contains(TypeIndex Index) { in contains() 120 bool MergingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TFUtils.h | 58 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/include/llvm/ADT/ |
| H A D | CoalescingBitVector.h | 97 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/lib/MCA/HardwareUnits/ |
| H A D | ResourceManager.cpp | 65 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 474 const unsigned Index = getResourceStateIndex(ResourceID); in reserveResource() local 483 const unsigned Index = getResourceStateIndex(ResourceID); in releaseResource() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVStringPool.h | 42 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 D | SelectorLocationsKind.cpp | 19 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/include/llvm/Analysis/ |
| H A D | MLModelRunner.h | 47 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 D | ModuleSummaryAnalysis.h | 59 std::optional<ModuleSummaryIndex> Index; variable 84 const ModuleSummaryIndex *Index; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGAddressAnalysis.h | 37 SDValue Index; variable 43 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) in BaseIndexOffset() 45 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset, in BaseIndexOffset()
|
| H A D | GlobalMergeFunctions.h | 55 const ModuleSummaryIndex *Index; variable 63 GlobalMergeFunc(const ModuleSummaryIndex *Index) : Index(Index) {}; in GlobalMergeFunc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 69 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/Analysis/ |
| H A D | LoopPass.cpp | 158 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 D | RegionPass.cpp | 69 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/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 230 const ModuleSummaryIndex &Index, in qualifyCalleeCandidates() 301 selectCallee(const ModuleSummaryIndex &Index, in selectCallee() 394 const ModuleSummaryIndex &Index; member in GlobalsImporter 481 const ModuleSummaryIndex &Index, const GVSummaryMapTy &DefinedGVSummaries, in GlobalsImporter() 512 const ModuleSummaryIndex &Index; member in ModuleImportsManager 518 const ModuleSummaryIndex &Index, in ModuleImportsManager() 805 const ModuleSummaryIndex &Index, in WorkloadImportsManager() 833 const ModuleSummaryIndex &Index, in create() 1130 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary() 1137 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, in isGlobalVarSummary() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Arg.cpp | 22 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() 26 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 33 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 132 const ModuleSummaryIndex &Index, in computePrevailingCopies() 157 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule() 209 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 235 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule() 355 StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, in ModuleCacheEntry() 426 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 490 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule() local 506 ModuleSummaryIndex &Index, in resolvePrevailingInIndex() 650 ModuleSummaryIndex &Index, in computeDeadSymbolsInIndex() 666 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelperVectorOps.cpp | 39 Register Index = Extract->getIndexReg(); in matchExtractVectorElement() local 111 Register Index = Extract->getIndexReg(); in matchExtractVectorElementWithDifferentIndices() local 174 APInt Index = getIConstantFromReg(Extract->getIndexReg(), MRI); in matchExtractVectorElementWithBuildVector() local 228 Register Index = Extract->getIndexReg(); in matchExtractVectorElementWithBuildVectorTrunc() local 286 APInt Index = getIConstantFromReg(Extract->getIndexReg(), MRI); in matchExtractVectorElementWithShuffleVector() local 348 Register Index = Insert->getIndexReg(); in matchInsertVectorElementOOB() local
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslpredef.c | 198 UINT32 Index; in ApCheckForPredefinedMethod() local 357 UINT32 Index; in ApCheckPredefinedReturnValue() local 463 UINT32 Index; in ApCheckForPredefinedObject() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.h | 204 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/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelDAGToDAG.cpp | 123 bool VEDAGToDAGISel::selectADDRrii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRrii() 136 bool VEDAGToDAGISel::selectADDRzri(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRzri() 142 bool VEDAGToDAGISel::selectADDRzii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRzii() 193 bool VEDAGToDAGISel::matchADDRrr(SDValue Addr, SDValue &Base, SDValue &Index) { in matchADDRrr()
|