/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 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 D | TypeTableCollection.cpp | 38 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 D | LazyRandomTypeCollection.cpp | 82 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 D | AppendingTypeTableBuilder.cpp | 45 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 D | GlobalTypeTableBuilder.cpp | 47 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 D | MergingTypeTableBuilder.cpp | 48 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 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/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 65 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 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/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/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 204 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 D | MLModelRunner.h | 45 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 D | ModuleSummaryAnalysis.h | 58 std::optional<ModuleSummaryIndex> Index; variable 83 const ModuleSummaryIndex *Index; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 36 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 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/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/Option/ |
H A D | Arg.cpp | 21 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 D | ThinLTOCodeGenerator.cpp | 138 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 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/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/MSP430/ |
H A D | MSP430MachineFunctionInfo.h | 58 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 D | X86ShuffleDecodeConstantPool.cpp | 148 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 D | VEISelDAGToDAG.cpp | 127 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()
|