| /llvm-project-15.0.7/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() 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 D | function-alias.ll | 21 ; 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 D | debug-info.ll | 189 ; 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 D | debug-info64.ll | 195 ; 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 D | no-dead-strip.ll | 19 ; CHECK-NEXT: ElementIndex: 0x0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/wasm/ |
| H A D | symbols.test | 11 # CHECK-NEXT: ElementIndex: 0x2 30 # CHECK-NEXT: ElementIndex: 0x0 38 # CHECK-NEXT: ElementIndex: 0x3 47 # CHECK-NEXT: ElementIndex: 0x1
|
| H A D | wasm-imports.test | 103 # 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 D | WasmObjectFile.cpp | 43 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 D | InputFiles.cpp | 333 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 D | weak.ll | 18 ; CHECK-NEXT: ElementIndex: 0x0
|
| H A D | relocatable.ll | 11 ; CHECK-NEXT: ElementIndex: 0x0
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 140 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection() 143 Info.ElementIndex = Symbol.ElementIndex; in dumpCustomSection()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 216 uint32_t ElementIndex; member
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 236 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 2242 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 D | WasmYAML.h | 166 uint32_t ElementIndex; member
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 1177 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 D | SemaInit.cpp | 2997 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 D | AArch64ISelLowering.cpp | 12754 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local 12756 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64() 12757 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()
|