Searched refs:ElementIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/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 …]
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 44 Out << ", ElemIndex=" << Info.ElementIndex; in print() 494 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 495 if (!isValidFunctionIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 519 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 520 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 569 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 577 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab() 578 if (!isValidEventIndex(Info.ElementIndex) || in parseLinkingSectionSymtab() 579 IsDefined != isDefinedEventIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 1201 return Sym.Info.ElementIndex; in getWasmSymbolValue() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 427 IO.mapRequired("Function", Info.ElementIndex); in mapping() 429 IO.mapRequired("Global", Info.ElementIndex); in mapping() 431 IO.mapRequired("Event", Info.ElementIndex); in mapping() 439 IO.mapRequired("Section", Info.ElementIndex); in mapping()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 173 uint32_t ElementIndex; member
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1909 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local 1911 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements() 1914 if (Elements[ElementIndex]) in collectInsertionElements() 1917 Elements[ElementIndex] = V; in collectInsertionElements()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 990 encodeULEB128(Sym.ElementIndex, W.OS); in writeLinkingMetaDataSection() 1005 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection() 1467 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeObject()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 146 uint32_t ElementIndex; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 2741 unsigned ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() local 2752 ElementEntity.setElementIndex(ElementIndex); in CheckDesignatedInitializer() 2755 nullptr, Index, StructuredList, ElementIndex, in CheckDesignatedInitializer() 2762 ElementIndex = DesignatedStartIndex.getZExtValue(); in CheckDesignatedInitializer() 2770 StructuredIndex = ElementIndex; in CheckDesignatedInitializer() 2781 StructuredList, ElementIndex); in CheckDesignatedInitializer()
|