Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
310 return FindLowerBoundImpl(ElementIndex); in FindLowerBoundConst()
313 return FindLowerBoundImpl(ElementIndex); in FindLowerBound()
475 unsigned ElementIndex = Idx / ElementSize; in test() local
481 ElementIter->index() != ElementIndex) in test()
490 unsigned ElementIndex = Idx / ElementSize; in reset() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp45 Out << ", ElemIndex=" << Info.ElementIndex; in print()
540 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
568 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
569 if (!isValidGlobalIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
600 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
601 if (!isValidTableNumber(Info.ElementIndex) || in parseLinkingSectionSymtab()
656 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
664 Info.ElementIndex = readVaruint32(Ctx); in parseLinkingSectionSymtab()
665 if (!isValidTagIndex(Info.ElementIndex) || in parseLinkingSectionSymtab()
1521 return Sym.Info.ElementIndex; in getWasmSymbolValue()
[all …]
/freebsd-13.1/contrib/llvm-project/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("Tag", 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h202 uint32_t ElementIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp231 W.printHex("ElementIndex", Symbol.Info.ElementIndex); in printSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2203 unsigned ElementIndex = getTypeSizeIndex(Shift, VecEltTy); in collectInsertionElements() local
2205 ElementIndex = Elements.size() - ElementIndex - 1; in collectInsertionElements()
2208 if (Elements[ElementIndex]) in collectInsertionElements()
2211 Elements[ElementIndex] = V; in collectInsertionElements()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h162 uint32_t ElementIndex; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1119 encodeULEB128(Sym.ElementIndex, W->OS); in writeLinkingMetaDataSection()
1134 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1757 Info.ElementIndex = WasmIndices.find(&WS)->second; in writeOneObject()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11522 ConstantInt *ElementIndex = nullptr; in isOperandOfVmullHighP64() local
11524 m_ConstantInt(ElementIndex))) && in isOperandOfVmullHighP64()
11525 ElementIndex->getValue() == 1 && in isOperandOfVmullHighP64()