Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSparseBitVector.h54 unsigned ElementIndex;
58 ElementIndex = ~0U; in SparseBitVectorElement()
64 ElementIndex = Idx; in SparseBitVectorElement()
70 if (ElementIndex != RHS.ElementIndex)
89 return ElementIndex; in index()
311 return FindLowerBoundImpl(ElementIndex); in FindLowerBoundConst()
314 return FindLowerBoundImpl(ElementIndex); in FindLowerBound()
476 unsigned ElementIndex = Idx / ElementSize; in test() local
482 ElementIter->index() != ElementIndex) in test()
491 unsigned ElementIndex = Idx / ElementSize; in reset() local
[all …]
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dfunction-alias.ll21 ; CHECK-NEXT: ElementIndex: 0x0
28 ; CHECK-NEXT: ElementIndex: 0x0
35 ; CHECK-NEXT: ElementIndex: 0x0
42 ; CHECK-NEXT: ElementIndex: 0x0
52 ; REF-NEXT: ElementIndex: 0x0
59 ; REF-NEXT: ElementIndex: 0x0
66 ; REF-NEXT: ElementIndex: 0x0
73 ; REF-NEXT: ElementIndex: 0x0
83 ; REF-NEXT: ElementIndex: 0x0
H A Ddebug-info.ll189 ; CHECK-NEXT: ElementIndex: 0x0
224 ; CHECK-NEXT: ElementIndex: 0x7
232 ; CHECK-NEXT: ElementIndex: 0x8
241 ; CHECK-NEXT: ElementIndex: 0x0
249 ; CHECK-NEXT: ElementIndex: 0xA
257 ; CHECK-NEXT: ElementIndex: 0xD
H A Ddebug-info64.ll195 ; CHECK-NEXT: ElementIndex: 0x0
230 ; CHECK-NEXT: ElementIndex: 0x7
238 ; CHECK-NEXT: ElementIndex: 0x8
247 ; CHECK-NEXT: ElementIndex: 0x0
255 ; CHECK-NEXT: ElementIndex: 0xA
263 ; CHECK-NEXT: ElementIndex: 0xD
H A Dno-dead-strip.ll19 ; CHECK-NEXT: ElementIndex: 0x0
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/wasm/
H A Dsymbols.test11 # CHECK-NEXT: ElementIndex: 0x2
30 # CHECK-NEXT: ElementIndex: 0x0
38 # CHECK-NEXT: ElementIndex: 0x3
47 # CHECK-NEXT: ElementIndex: 0x1
H A Dwasm-imports.test103 # CHECK-NEXT: ElementIndex: 0x3
112 # CHECK-NEXT: ElementIndex: 0x0
123 # CHECK-NEXT: ElementIndex: 0x1
134 # CHECK-NEXT: ElementIndex: 0x2
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp43 Out << ", ElemIndex=" << Info.ElementIndex; in print()
622 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
650 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
651 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
682 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
683 if (!isValidTableNumber(Info.ElementIndex) || in parseLinkingSectionSymtab()
738 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
746 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
747 if (!isValidTagIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1622 return Sym.Info.ElementIndex; in getWasmSymbolValue()
[all …]
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp333 info->ElementIndex = 0; in addLegacyIndirectFunctionTableIfNeeded()
578 functions[sym.Info.ElementIndex - wasmObj->getNumImportedFunctions()]; in createDefined()
602 globals[sym.Info.ElementIndex - wasmObj->getNumImportedGlobals()]; in createDefined()
608 InputChunk *section = customSectionsByIndex[sym.Info.ElementIndex]; in createDefined()
617 InputTag *tag = tags[sym.Info.ElementIndex - wasmObj->getNumImportedTags()]; in createDefined()
624 tables[sym.Info.ElementIndex - wasmObj->getNumImportedTables()]; in createDefined()
/llvm-project-15.0.7/lld/test/wasm/lto/
H A Dweak.ll18 ; CHECK-NEXT: ElementIndex: 0x0
H A Drelocatable.ll11 ; CHECK-NEXT: ElementIndex: 0x0
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp140 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
143 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp511 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 DWasmEmitter.cpp206 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
220 encodeULEB128(Info.ElementIndex, SubSection.getStream()); in writeSectionContent()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h216 uint32_t ElementIndex; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp236 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2242 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local
2244 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements()
2247 if (Elements[ElementIndex]) in collectInsertionElements()
2250 Elements[ElementIndex] = V; in collectInsertionElements()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h166 uint32_t ElementIndex; member
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1177 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection()
1192 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1816 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp2997 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local
3008 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer()
3011 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer()
3018 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer()
3026 StructuredIndex = ElementIndex; in CheckDesignatedInitializer()
3037 StructuredList, ElementIndex); in CheckDesignatedInitializer()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12754 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local
12756 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64()
12757 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()