| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SparseBitVector.h | 54 unsigned ElementIndex; 58 ElementIndex = ~0U; in SparseBitVectorElement() 64 ElementIndex = Idx; in SparseBitVectorElement() 70 if (ElementIndex != RHS.ElementIndex) 89 return ElementIndex; in index() 272 ElementListIter FindLowerBoundImpl(unsigned ElementIndex) const { in FindLowerBoundImpl() argument 296 if (CurrElementIter->index() == ElementIndex) { in FindLowerBoundImpl() 298 } else if (CurrElementIter->index() > ElementIndex) { in FindLowerBoundImpl() 300 && ElementIter->index() > ElementIndex) in FindLowerBoundImpl() 304 ElementIter->index() < ElementIndex) in FindLowerBoundImpl() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMergeStringPool.cpp | 112 unsigned ElementIndex); 274 size_t ElementIndex = 0; in mergeModuleStringPool() local 283 replaceUsesWithGEP(GV, PooledGlobal, ElementIndex); in mergeModuleStringPool() 289 ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex)}; in mergeModuleStringPool() 301 ElementIndex++; in mergeModuleStringPool() 311 unsigned ElementIndex) { in replaceUsesWithGEP() argument 314 Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex)); in replaceUsesWithGEP()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 56 Out << ", ElemIndex=" << Info.ElementIndex; in print() 725 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 726 if (!isValidFunctionIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 727 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 732 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() 738 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() 751 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 752 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 753 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 762 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab() [all …]
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 175 unsigned ElementIndex; member in clang::dataflow::__anon610ccf980111::HTMLLogger 242 ElementIndex = 0; in enterBlock() 245 ++ElementIndex; in enterElement() 272 JOS.attributeObject(elementIterID(Block, Iter, ElementIndex), [&] { in recordState() 276 JOS.attribute("element", ElementIndex); in recordState() 279 if (ElementIndex > 0) { in recordState() 281 Iters.back().Block->Elements[ElementIndex - 1].getAs<CFGStmt>(); in recordState()
|
| /src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 515 IO.mapRequired("Function", Info.ElementIndex); in mapping() 517 IO.mapRequired("Global", Info.ElementIndex); in mapping() 519 IO.mapRequired("Table", Info.ElementIndex); in mapping() 521 IO.mapRequired("Tag", Info.ElementIndex); in mapping() 531 IO.mapRequired("Section", Info.ElementIndex); in mapping()
|
| H A D | WasmEmitter.cpp | 206 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent() 220 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 236 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 458 uint32_t ElementIndex; member
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 2217 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local 2219 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 2222 if (Elements[ElementIndex]) in collectInsertionElements() 2225 Elements[ElementIndex] = V; in collectInsertionElements()
|
| /src/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Compiler.cpp | 1434 unsigned ElementIndex = 0; in visitInitList() local 1450 if (!EmbedS->doForEachDataElement(Eval, ElementIndex)) in visitInitList() 1453 if (!this->visitArrayElemInit(ElementIndex, Init)) in visitInitList() 1455 ++ElementIndex; in visitInitList() 1466 for (; ElementIndex != NumElems; ++ElementIndex) { in visitInitList() 1467 if (!this->visitArrayElemInit(ElementIndex, ArrayFiller)) in visitInitList()
|
| /src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 166 uint32_t ElementIndex; member
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1173 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection() 1188 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection() 1820 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 3270 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local 3281 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer() 3284 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer() 3291 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() 3299 StructuredIndex = ElementIndex; in CheckDesignatedInitializer() 3310 StructuredList, ElementIndex); in CheckDesignatedInitializer()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 15956 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local 15958 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64() 15959 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()
|