| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 43 Out << ", ElemIndex=" << Info.ElementIndex; in print() 622 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 623 if (!isValidFunctionIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 624 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 629 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() 635 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() 648 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 649 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 650 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 659 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab() [all …]
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | InputFiles.cpp | 335 info->ElementIndex = 0; in addLegacyIndirectFunctionTableIfNeeded() 580 functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()]; in createDefined() 604 globals[sym.Info.ElementIndex - wasmObj->getNumImportedGlobals()]; in createDefined() 610 InputChunk *section = customSectionsByIndex[sym.Info.ElementIndex]; in createDefined() 619 InputTag *tag = tags[sym.Info.ElementIndex - wasmObj->getNumImportedTags()]; in createDefined() 626 tables[sym.Info.ElementIndex - wasmObj->getNumImportedTables()]; in createDefined()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 140 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection() 143 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 511 IO.mapRequired("Function", Info.ElementIndex); in mapping() 513 IO.mapRequired("Global", Info.ElementIndex); in mapping() 515 IO.mapRequired("Table", Info.ElementIndex); in mapping() 517 IO.mapRequired("Tag", Info.ElementIndex); in mapping() 525 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()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 844 unsigned ElementIndex = 0; in visitArrayInitializer() local 852 if (!this->emitInitElem(*T, ElementIndex, Init)) in visitArrayInitializer() 859 if (!this->emitConstUint32(ElementIndex, Init)) in visitArrayInitializer() 872 ++ElementIndex; in visitArrayInitializer()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 216 uint32_t ElementIndex; member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 236 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 2241 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local 2243 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 2246 if (Elements[ElementIndex]) in collectInsertionElements() 2249 Elements[ElementIndex] = V; in collectInsertionElements()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 166 uint32_t ElementIndex; member
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1174 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection() 1189 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection() 1809 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 3011 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local 3022 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer() 3025 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer() 3032 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() 3040 StructuredIndex = ElementIndex; in CheckDesignatedInitializer() 3051 StructuredList, ElementIndex); in CheckDesignatedInitializer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13819 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local 13821 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64() 13822 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()
|