Home
last modified time | relevance | path

Searched refs:ElementIndex (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseBitVector.h53 unsigned ElementIndex;
57 ElementIndex = ~0U; in SparseBitVectorElement()
63 ElementIndex = Idx; in SparseBitVectorElement()
69 if (ElementIndex != RHS.ElementIndex)
88 return ElementIndex; in index()
271 ElementListIter FindLowerBoundImpl(unsigned ElementIndex) const { in FindLowerBoundImpl() argument
295 if (CurrElementIter->index() == ElementIndex) { in FindLowerBoundImpl()
297 } else if (CurrElementIter->index() > ElementIndex) { in FindLowerBoundImpl()
299 && ElementIter->index() > ElementIndex) in FindLowerBoundImpl()
303 ElementIter->index() < ElementIndex) in FindLowerBoundImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp45 Out << ", ElemIndex=" << Info.ElementIndex; in print()
540 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
541 if (!isValidFunctionIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
542 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
547 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab()
553 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()
568 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
569 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
570 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab()
579 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp136 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
139 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp508 IO.mapRequired("Function", Info.ElementIndex); in mapping()
510 IO.mapRequired("Global", Info.ElementIndex); in mapping()
512 IO.mapRequired("Table", Info.ElementIndex); in mapping()
514 IO.mapRequired("Event", Info.ElementIndex); in mapping()
522 IO.mapRequired("Section", Info.ElementIndex); in mapping()
H A DWasmEmitter.cpp193 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
207 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h202 uint32_t ElementIndex; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp231 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2138 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local
2140 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements()
2143 if (Elements[ElementIndex]) in collectInsertionElements()
2146 Elements[ElementIndex] = V; in collectInsertionElements()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h162 uint32_t ElementIndex; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1108 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection()
1123 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1746 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2969 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local
2980 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer()
2983 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer()
2990 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer()
2998 StructuredIndex = ElementIndex; in CheckDesignatedInitializer()
3009 StructuredList, ElementIndex); in CheckDesignatedInitializer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11163 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local
11165 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64()
11166 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()